Skip to content

Commit a315885

Browse files
authored
Add files via upload
1 parent 35ef2f2 commit a315885

File tree

95 files changed

+12148
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+12148
-0
lines changed
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"Type ID": "Z00100300001",
3+
"Sources":
4+
[
5+
{
6+
"File": "HWItems.xlsx",
7+
"Sheet": "Sheet1",
8+
"Encoder Source": "encoders.json",
9+
"Encoder Name": "HWItem_Encoder"
10+
}
11+
]
12+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"Type ID": "Z00100300001",
3+
"Encoders":
4+
[
5+
{
6+
"Encoder Name": "HWItem_Encoder",
7+
"Item Identifier": "Widget ID",
8+
"Grouping":
9+
[
10+
{
11+
"Members":
12+
{
13+
"Widget ID": "string",
14+
"Color": "string",
15+
"Comment": "string"
16+
}
17+
}
18+
]
19+
}
20+
]
21+
}
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"S00019": {
3+
"_in_manifest": true,
4+
"External ID": null,
5+
"Country": "US",
6+
"Institution": 186,
7+
"Manufacturer": "Hajime Inc",
8+
"Serial Number": "S00019",
9+
"Batch ID": null,
10+
"Specifications": {
11+
"_meta": {
12+
"_column_order": [
13+
"Widget ID",
14+
"Color",
15+
"Comment"
16+
]
17+
},
18+
"Widget ID": "S00019",
19+
"Color": "red",
20+
"Comment": "This is a comment."
21+
}
22+
},
23+
"S00020": {
24+
"_in_manifest": true,
25+
"External ID": null,
26+
"Country": "US",
27+
"Institution": 186,
28+
"Manufacturer": "Hajime Inc",
29+
"Serial Number": "S00020",
30+
"Batch ID": null,
31+
"Specifications": {
32+
"_meta": {
33+
"_column_order": [
34+
"Widget ID",
35+
"Color",
36+
"Comment"
37+
]
38+
},
39+
"Widget ID": "S00020",
40+
"Color": "green",
41+
"Comment": "Another comment."
42+
}
43+
},
44+
"S00021": {
45+
"_in_manifest": true,
46+
"External ID": null,
47+
"Country": "US",
48+
"Institution": 186,
49+
"Manufacturer": "Hajime Inc",
50+
"Serial Number": "S00021",
51+
"Batch ID": null,
52+
"Specifications": {
53+
"_meta": {
54+
"_column_order": [
55+
"Widget ID",
56+
"Color",
57+
"Comment"
58+
]
59+
},
60+
"Widget ID": "S00021",
61+
"Color": "blue",
62+
"Comment": "Third comment."
63+
}
64+
}
65+
}
Binary file not shown.
Binary file not shown.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"Type ID": "Z00100300001",
3+
"Sources":
4+
[
5+
{
6+
"File": "HWItems.xlsx",
7+
"Sheet": "Sheet1",
8+
"Encoder Source": "encoders.json",
9+
"Encoder Name": "HWItem_Encoder"
10+
},
11+
{
12+
"File": "Test_Bounce.xlsx",
13+
"Sheet": "Sheet1",
14+
"Encoder Source": "encoders.json",
15+
"Encoder Name": "Test_Bounce_Encoder"
16+
}
17+
]
18+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"Type ID": "Z00100300001",
3+
"Encoders":
4+
[
5+
{
6+
"Encoder Name": "HWItem_Encoder",
7+
"Item Identifier": "Widget ID",
8+
"Grouping":
9+
[
10+
{
11+
"Members":
12+
{
13+
"Widget ID": "string",
14+
"Color": "string",
15+
"Comment": "string"
16+
}
17+
}
18+
]
19+
},
20+
{
21+
"Encoder Name": "Test_Bounce_Encoder",
22+
"Test Name": "Bounce",
23+
"Item Identifier": "Widget ID",
24+
"Grouping":
25+
[
26+
{
27+
"Members":
28+
{
29+
"Widget ID": "string",
30+
"Bounce Height": "string",
31+
"Test Result": "string"
32+
}
33+
}
34+
]
35+
}
36+
]
37+
}
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
{
2+
"S00013": {
3+
"_in_manifest": true,
4+
"External ID": null,
5+
"Country": "US",
6+
"Institution": 186,
7+
"Manufacturer": "Hajime, Inc",
8+
"Serial Number": "S00013",
9+
"Batch ID": null,
10+
"Specifications": {
11+
"_meta": {
12+
"_column_order": [
13+
"Widget ID",
14+
"Color",
15+
"Comment"
16+
]
17+
},
18+
"Widget ID": "S00013",
19+
"Color": "red",
20+
"Comment": "This is a comment."
21+
},
22+
"Tests": {
23+
"Bounce": {
24+
"_meta": {
25+
"_column_order": [
26+
"Widget ID",
27+
"Bounce Height",
28+
"Test Result"
29+
]
30+
},
31+
"Widget ID": "S00013",
32+
"Bounce Height": 1.001,
33+
"Test Result": "Pass"
34+
}
35+
}
36+
},
37+
"S00014": {
38+
"_in_manifest": true,
39+
"External ID": null,
40+
"Country": "US",
41+
"Institution": 186,
42+
"Manufacturer": "Hajime, Inc",
43+
"Serial Number": "S00014",
44+
"Batch ID": null,
45+
"Specifications": {
46+
"_meta": {
47+
"_column_order": [
48+
"Widget ID",
49+
"Color",
50+
"Comment"
51+
]
52+
},
53+
"Widget ID": "S00014",
54+
"Color": "green",
55+
"Comment": "Another comment."
56+
},
57+
"Tests": {
58+
"Bounce": {
59+
"_meta": {
60+
"_column_order": [
61+
"Widget ID",
62+
"Bounce Height",
63+
"Test Result"
64+
]
65+
},
66+
"Widget ID": "S00014",
67+
"Bounce Height": 0.997,
68+
"Test Result": "Fail"
69+
}
70+
}
71+
},
72+
"S00015": {
73+
"_in_manifest": true,
74+
"External ID": null,
75+
"Country": "US",
76+
"Institution": 186,
77+
"Manufacturer": "Hajime, Inc",
78+
"Serial Number": "S00015",
79+
"Batch ID": null,
80+
"Specifications": {
81+
"_meta": {
82+
"_column_order": [
83+
"Widget ID",
84+
"Color",
85+
"Comment"
86+
]
87+
},
88+
"Widget ID": "S00015",
89+
"Color": "blue",
90+
"Comment": "Third comment."
91+
},
92+
"Tests": {
93+
"Bounce": {
94+
"_meta": {
95+
"_column_order": [
96+
"Widget ID",
97+
"Bounce Height",
98+
"Test Result"
99+
]
100+
},
101+
"Widget ID": "S00015",
102+
"Bounce Height": 1.211,
103+
"Test Result": "Fail"
104+
}
105+
}
106+
}
107+
}
Binary file not shown.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"Type ID": "Z00100300005",
3+
"Sources":
4+
[
5+
{
6+
"File": "item-manifest.xlsx",
7+
"Encoder Source": "encoders.json",
8+
"Encoder Name": "item"
9+
},
10+
{
11+
"File": "test-bounce.xlsx",
12+
"Encoder Source": "encoders.json",
13+
"Encoder Name": "test-bounce"
14+
},
15+
{
16+
"File": "test-bounce-subtable-*.xlsx",
17+
"Encoder Source": "encoders.json",
18+
"Encoder Name": "test-bounce-detail"
19+
}
20+
],
21+
}
22+
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
{
2+
"Type ID": "Z00100300005",
3+
"Encoders":
4+
[
5+
{
6+
"Encoder Name": "item",
7+
"Item Identifier": "Widget ID",
8+
"Grouping":
9+
[
10+
{
11+
"Name": "Specifications",
12+
"Key": "Widget ID",
13+
"Members":
14+
{
15+
"Widget ID": "string",
16+
"Color": "string",
17+
"Flavor": "string"
18+
}
19+
},
20+
{
21+
"Name": "Doodads",
22+
"Key": "Doodad",
23+
"Members":
24+
{
25+
"Doodad": "string",
26+
"Weight (kg)": "float",
27+
"Length (mm)": "float"
28+
}
29+
}
30+
]
31+
},
32+
{
33+
"Encoder Name": "test-bounce",
34+
"Item Identifier": "Widget ID",
35+
"Test Name": "Bounce",
36+
"Grouping":
37+
[
38+
{
39+
"Name": "<Main>",
40+
"Key": "Widget ID",
41+
"Members":
42+
{
43+
"Widget ID": "string"
44+
}
45+
},
46+
{
47+
"Name": "Test Results",
48+
"Key": ["Test ID", "Operator"],
49+
"Members":
50+
{
51+
"Test ID": "string",
52+
"Operator": "string",
53+
"Timestamp": "string",
54+
"Temperature (K)": "float",
55+
"Average Elasticity": "float"
56+
}
57+
}
58+
]
59+
},
60+
{
61+
"Encoder Name": "test-bounce-detail",
62+
"Item Identifier": "Widget ID",
63+
"Test Name": "Bounce",
64+
"Grouping":
65+
[
66+
{
67+
"Key": "Widget ID",
68+
"Members":
69+
{
70+
"Widget ID": "string"
71+
}
72+
},
73+
{
74+
"Name": "Test Results",
75+
"Key": ["Test ID", "Operator"],
76+
"Members":
77+
{
78+
"Test ID": "string",
79+
"Operator": "string"
80+
}
81+
},
82+
{
83+
"Name": "Details",
84+
"Key": null,
85+
"Members":
86+
{
87+
"Timestamp": "string",
88+
"Drop Height (cm)": "float",
89+
"Bounce Height (cm)": "float",
90+
"Elasticity": "float"
91+
}
92+
}
93+
]
94+
}
95+
]
96+
}
97+
Binary file not shown.

0 commit comments

Comments
 (0)