-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathtestdata.json
More file actions
119 lines (118 loc) · 2.56 KB
/
testdata.json
File metadata and controls
119 lines (118 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"processSettings": {
"id": "Bike_mr017i5",
"name": "Derived process for: Bike (1.8.2023, 13:47:43)",
"processType": "Private",
"isExecutable": "false",
"taskType": "Task",
"forceConcurrentTasks": false,
"useSubProcesses": false,
"concurrentIntermediateEvent": true,
"subProcessesMaterials": [],
"textAnnotationsContents": [],
"concurrentTasks": false,
"stopOnMaterialTypes": ["ROH", "HIBE"],
"elementAlignment": "Aligned"
},
"processData": {
"Bike_BOM": [
{
"material": "Bike",
"materialName": "Bike",
"quantity": 1,
"unit": "PC",
"category": "L",
"layer": 0,
"materialType": "FERT"
},
{
"material": "A",
"materialName": "Handlebars",
"layer": 1,
"materialType": "HALB",
"quantity": 1,
"unit": "PC"
},
{
"material": "AA",
"materialName": "Gear",
"layer": 2,
"materialType": "ROH",
"quantity": 1,
"unit": "PC"
},
{
"material": "AB",
"materialName": "Bell",
"layer": 2,
"materialType": "ROH",
"quantity": 1,
"unit": "PC"
},
{
"material": "AC",
"materialName": "Brake",
"layer": 2,
"materialType": "ROH",
"quantity": 2,
"unit": "PC"
},
{
"material": "B",
"materialName": "Frame",
"layer": 1,
"materialType": "HALB",
"quantity": 1,
"unit": "PC"
},
{
"material": "BA",
"materialName": "Pedals",
"layer": 2,
"materialType": "ROH",
"quantity": 2,
"unit": "PC"
},
{
"material": "BB",
"materialName": "Cables",
"layer": 2,
"materialType": "ROH",
"quantity": 3,
"unit": "PC"
},
{
"material": "BC",
"materialName": "Chain",
"layer": 2,
"materialType": "ROH",
"quantity": 1,
"unit": "PC"
},
{
"material": "C",
"materialName": "Wheels",
"layer": 1,
"materialType": "HALB",
"quantity": 2,
"unit": "PC"
},
{
"material": "CA",
"materialName": "Tires",
"layer": 2,
"materialType": "ROH",
"quantity": 1,
"unit": "PC"
},
{
"material": "CB",
"materialName": "Spokes",
"layer": 2,
"materialType": "ROH",
"quantity": 12,
"unit": "PC"
}
]
}
}