@jnrs/lingshu-smart 2.2.25 → 2.2.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +689 -0
- package/README.md +4 -40
- package/dist/components/index.js +4 -4
- package/dist/controller/AppController.d.ts +4 -0
- package/dist/{index-32uj9JyT.js → index-tpebqVjC.js} +6960 -6222
- package/dist/index.js +1 -1
- package/dist/json/cases.json +553 -449
- package/dist/playground/mockWebSocketData.d.ts +0 -4
- package/dist/types/components/config.types.d.ts +1 -0
- package/dist/types/enums.d.ts +0 -5
- package/dist/types/models/config.types.d.ts +14 -1
- package/dist/types/models/operating.types.d.ts +12 -1
- package/dist/ui/abstract/ModelAbs.d.ts +2 -0
- package/dist/ui/components/Entrance.d.ts +4 -12
- package/dist/ui/models/DoubleJointRobot.d.ts +6 -3
- package/dist/ui/models/Rgv.d.ts +32 -0
- package/dist/ui/models/SingleJointRobot.d.ts +4 -1
- package/dist/ui/utils/attr.d.ts +5 -0
- package/package.json +2 -2
- package/AGENTIC.md +0 -1048
package/dist/json/cases.json
CHANGED
|
@@ -3,24 +3,24 @@
|
|
|
3
3
|
"msg": "操作成功",
|
|
4
4
|
"data": [
|
|
5
5
|
{
|
|
6
|
-
"uuid": "
|
|
7
|
-
"isActive":
|
|
8
|
-
"title": "
|
|
6
|
+
"uuid": "e213398c-217a-40f3-9ee0-3aea08e46a5a",
|
|
7
|
+
"isActive": true,
|
|
8
|
+
"title": "测试运行",
|
|
9
9
|
"layers": [
|
|
10
10
|
{
|
|
11
11
|
"rawData": {
|
|
12
|
-
"id": "
|
|
12
|
+
"id": "a92b7a3c-d25c-497c-a9a2-7e54ab5b1cc1"
|
|
13
13
|
},
|
|
14
|
-
"uuid": "
|
|
15
|
-
"equipmentName": "
|
|
16
|
-
"width":
|
|
17
|
-
"height":
|
|
14
|
+
"uuid": "a92b7a3c-d25c-497c-a9a2-7e54ab5b1cc1",
|
|
15
|
+
"equipmentName": "轨道",
|
|
16
|
+
"width": 1920,
|
|
17
|
+
"height": 60,
|
|
18
18
|
"x": 960,
|
|
19
19
|
"y": 540,
|
|
20
20
|
"percentX": 0.5,
|
|
21
21
|
"percentY": 0.5,
|
|
22
22
|
"rotation": 0,
|
|
23
|
-
"scale": 1
|
|
23
|
+
"scale": 1,
|
|
24
24
|
"zIndex": 1,
|
|
25
25
|
"visible": true,
|
|
26
26
|
"clickable": true,
|
|
@@ -28,20 +28,60 @@
|
|
|
28
28
|
"draggable": false,
|
|
29
29
|
"editable": true,
|
|
30
30
|
"selected": false,
|
|
31
|
+
"offsetX": 0,
|
|
32
|
+
"offsetY": 0,
|
|
33
|
+
"hittable": false,
|
|
34
|
+
"hitSelf": true,
|
|
35
|
+
"className": "Rail",
|
|
36
|
+
"nameplate": "轨道",
|
|
37
|
+
"tags": ["搬运设备"],
|
|
38
|
+
"chainDirection": "left",
|
|
39
|
+
"linkEquipIdArray": [
|
|
40
|
+
"5904b258-3174-4249-804a-4ad272a95358",
|
|
41
|
+
"69df1881-511b-44e7-9916-f502362bd3da",
|
|
42
|
+
"2725529a-c69d-4010-990a-e12de2f18e69",
|
|
43
|
+
"b726f5f6-84aa-4558-b950-58291fc09f1a"
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"rawData": {
|
|
48
|
+
"id": "b37075e3-25a3-4adf-937d-f9e94d27d917"
|
|
49
|
+
},
|
|
50
|
+
"uuid": "5904b258-3174-4249-804a-4ad272a95358",
|
|
51
|
+
"equipmentName": "单关节机器人",
|
|
52
|
+
"width": 90,
|
|
53
|
+
"height": 76,
|
|
54
|
+
"x": 960,
|
|
55
|
+
"y": 540,
|
|
56
|
+
"percentX": 0.5,
|
|
57
|
+
"percentY": 0.5,
|
|
58
|
+
"rotation": 0,
|
|
59
|
+
"scale": 1,
|
|
60
|
+
"zIndex": 20,
|
|
61
|
+
"visible": true,
|
|
62
|
+
"clickable": true,
|
|
63
|
+
"menuClickable": true,
|
|
64
|
+
"draggable": false,
|
|
65
|
+
"editable": true,
|
|
66
|
+
"selected": false,
|
|
67
|
+
"offsetX": -50,
|
|
68
|
+
"offsetY": 0,
|
|
31
69
|
"hittable": true,
|
|
32
70
|
"hitSelf": true,
|
|
33
|
-
"className": "
|
|
34
|
-
"nameplate": "
|
|
35
|
-
"tags": ["
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
71
|
+
"className": "SingleJointRobot",
|
|
72
|
+
"nameplate": "单关节机器人",
|
|
73
|
+
"tags": ["搬运设备"],
|
|
74
|
+
"currentFixture": "Pallet",
|
|
75
|
+
"linkRailId": "",
|
|
76
|
+
"linkTrailerId": "",
|
|
77
|
+
"stationSlotGroupPallet": {
|
|
40
78
|
"flowOptions": {
|
|
41
|
-
"oneDirectionMaxQuantity": 2,
|
|
42
|
-
"gap": 5,
|
|
43
79
|
"flow": "x",
|
|
44
|
-
"flowWrap": false
|
|
80
|
+
"flowWrap": false,
|
|
81
|
+
"oneDirectionMaxQuantity": 1,
|
|
82
|
+
"gap": 0,
|
|
83
|
+
"width": 50,
|
|
84
|
+
"height": 50
|
|
45
85
|
},
|
|
46
86
|
"stationSlots": [
|
|
47
87
|
{
|
|
@@ -52,134 +92,158 @@
|
|
|
52
92
|
"height": 50,
|
|
53
93
|
"x": 0,
|
|
54
94
|
"y": 0,
|
|
55
|
-
"rotation":
|
|
95
|
+
"rotation": 0,
|
|
96
|
+
"hideBounds": true,
|
|
56
97
|
"disabled": false,
|
|
57
98
|
"hittable": true
|
|
58
|
-
}
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
"stationSlotGroupTool": {
|
|
103
|
+
"stationSlots": [
|
|
59
104
|
{
|
|
60
|
-
"index":
|
|
61
|
-
"resourceType": "
|
|
62
|
-
"name": "
|
|
105
|
+
"index": 1,
|
|
106
|
+
"resourceType": "Tool",
|
|
107
|
+
"name": "1",
|
|
63
108
|
"x": 0,
|
|
64
109
|
"y": 0,
|
|
65
110
|
"width": 50,
|
|
66
111
|
"height": 50,
|
|
67
|
-
"rotation":
|
|
112
|
+
"rotation": 0,
|
|
113
|
+
"hideBounds": true,
|
|
68
114
|
"hittable": true,
|
|
69
115
|
"disabled": false
|
|
70
116
|
}
|
|
71
|
-
]
|
|
117
|
+
],
|
|
118
|
+
"flowOptions": {
|
|
119
|
+
"oneDirectionMaxQuantity": 1,
|
|
120
|
+
"gap": 0,
|
|
121
|
+
"flow": "x",
|
|
122
|
+
"flowWrap": false,
|
|
123
|
+
"width": 50,
|
|
124
|
+
"height": 50
|
|
125
|
+
}
|
|
72
126
|
}
|
|
73
127
|
},
|
|
74
128
|
{
|
|
75
129
|
"rawData": {
|
|
76
|
-
"id": "
|
|
130
|
+
"id": "101065a4-9760-4222-8ba9-1b48543f1f3a"
|
|
77
131
|
},
|
|
78
|
-
"uuid": "
|
|
79
|
-
"equipmentName": "
|
|
80
|
-
"width":
|
|
81
|
-
"height":
|
|
82
|
-
"x":
|
|
83
|
-
"y":
|
|
84
|
-
"percentX": 0.
|
|
85
|
-
"percentY": 0.
|
|
132
|
+
"uuid": "69df1881-511b-44e7-9916-f502362bd3da",
|
|
133
|
+
"equipmentName": "双关节机器人",
|
|
134
|
+
"width": 90,
|
|
135
|
+
"height": 76,
|
|
136
|
+
"x": 576,
|
|
137
|
+
"y": 540,
|
|
138
|
+
"percentX": 0.3,
|
|
139
|
+
"percentY": 0.5,
|
|
86
140
|
"rotation": 0,
|
|
87
|
-
"scale":
|
|
88
|
-
"zIndex":
|
|
141
|
+
"scale": 2,
|
|
142
|
+
"zIndex": 30,
|
|
89
143
|
"visible": true,
|
|
90
144
|
"clickable": true,
|
|
91
145
|
"menuClickable": true,
|
|
92
146
|
"draggable": false,
|
|
93
147
|
"editable": true,
|
|
94
148
|
"selected": false,
|
|
149
|
+
"offsetX": 0,
|
|
150
|
+
"offsetY": 0,
|
|
95
151
|
"hittable": true,
|
|
96
152
|
"hitSelf": true,
|
|
97
|
-
"className": "
|
|
98
|
-
"nameplate": "
|
|
99
|
-
"tags": ["
|
|
100
|
-
"
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
"oneDirectionMaxQuantity": 2,
|
|
105
|
-
"gap": 5,
|
|
106
|
-
"flow": "x",
|
|
107
|
-
"flowWrap": false
|
|
108
|
-
},
|
|
153
|
+
"className": "DoubleJointRobot",
|
|
154
|
+
"nameplate": "双关节机器人",
|
|
155
|
+
"tags": ["搬运设备"],
|
|
156
|
+
"currentFixture": "Pallet",
|
|
157
|
+
"linkRailId": "",
|
|
158
|
+
"linkTrailerId": "",
|
|
159
|
+
"stationSlotGroupTool": {
|
|
109
160
|
"stationSlots": [
|
|
110
161
|
{
|
|
111
|
-
"name": "1",
|
|
112
162
|
"index": 1,
|
|
113
|
-
"resourceType": "
|
|
114
|
-
"
|
|
115
|
-
"height": 50,
|
|
116
|
-
"x": 0,
|
|
117
|
-
"y": 0,
|
|
118
|
-
"rotation": 0,
|
|
119
|
-
"disabled": false,
|
|
120
|
-
"hittable": true
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"index": 2,
|
|
124
|
-
"resourceType": "Pallet",
|
|
125
|
-
"name": "2",
|
|
163
|
+
"resourceType": "Tool",
|
|
164
|
+
"name": "1",
|
|
126
165
|
"x": 0,
|
|
127
166
|
"y": 0,
|
|
128
167
|
"width": 50,
|
|
129
168
|
"height": 50,
|
|
130
169
|
"rotation": 0,
|
|
170
|
+
"hideBounds": true,
|
|
131
171
|
"hittable": true,
|
|
132
172
|
"disabled": false
|
|
133
|
-
}
|
|
173
|
+
}
|
|
174
|
+
],
|
|
175
|
+
"flowOptions": {
|
|
176
|
+
"oneDirectionMaxQuantity": 1,
|
|
177
|
+
"gap": 0,
|
|
178
|
+
"flow": "x",
|
|
179
|
+
"flowWrap": false,
|
|
180
|
+
"width": 50,
|
|
181
|
+
"height": 50
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"stationSlotGroupPallet": {
|
|
185
|
+
"stationSlots": [
|
|
134
186
|
{
|
|
135
|
-
"index":
|
|
187
|
+
"index": 1,
|
|
136
188
|
"resourceType": "Pallet",
|
|
137
|
-
"name": "
|
|
189
|
+
"name": "1",
|
|
138
190
|
"x": 0,
|
|
139
191
|
"y": 0,
|
|
140
192
|
"width": 50,
|
|
141
193
|
"height": 50,
|
|
142
194
|
"rotation": 0,
|
|
195
|
+
"hideBounds": true,
|
|
143
196
|
"hittable": true,
|
|
144
197
|
"disabled": false
|
|
145
198
|
}
|
|
146
|
-
]
|
|
199
|
+
],
|
|
200
|
+
"flowOptions": {
|
|
201
|
+
"oneDirectionMaxQuantity": 1,
|
|
202
|
+
"gap": 0,
|
|
203
|
+
"flow": "x",
|
|
204
|
+
"flowWrap": false,
|
|
205
|
+
"width": 50,
|
|
206
|
+
"height": 50
|
|
207
|
+
}
|
|
147
208
|
}
|
|
148
209
|
},
|
|
149
210
|
{
|
|
150
211
|
"rawData": {
|
|
151
|
-
"id": "
|
|
212
|
+
"id": "75fb136f-bb81-4348-b53f-b9ba56f1816b"
|
|
152
213
|
},
|
|
153
|
-
"uuid": "
|
|
214
|
+
"uuid": "35ed9543-707a-4e16-8217-ddc293911a3e",
|
|
154
215
|
"equipmentName": "机床",
|
|
155
216
|
"width": 220,
|
|
156
|
-
"height":
|
|
157
|
-
"x":
|
|
158
|
-
"y":
|
|
159
|
-
"percentX": 0.
|
|
160
|
-
"percentY": 0.
|
|
217
|
+
"height": 280,
|
|
218
|
+
"x": 1246.08,
|
|
219
|
+
"y": 184,
|
|
220
|
+
"percentX": 0.649,
|
|
221
|
+
"percentY": 0.17,
|
|
161
222
|
"rotation": 0,
|
|
162
223
|
"scale": 1,
|
|
163
|
-
"zIndex":
|
|
224
|
+
"zIndex": 4,
|
|
164
225
|
"visible": true,
|
|
165
226
|
"clickable": true,
|
|
166
227
|
"menuClickable": true,
|
|
167
228
|
"draggable": false,
|
|
168
229
|
"editable": true,
|
|
169
230
|
"selected": false,
|
|
231
|
+
"offsetX": 0,
|
|
232
|
+
"offsetY": 0,
|
|
170
233
|
"hittable": true,
|
|
171
|
-
"hitSelf":
|
|
234
|
+
"hitSelf": true,
|
|
172
235
|
"className": "MachineTool",
|
|
173
|
-
"nameplate": "
|
|
236
|
+
"nameplate": "双工位旋转机床",
|
|
174
237
|
"tags": ["机床"],
|
|
238
|
+
"stationContainerDirection": "vertical",
|
|
175
239
|
"stationSlotGroup": {
|
|
176
|
-
"width": 220,
|
|
177
|
-
"height": 70,
|
|
178
240
|
"flowOptions": {
|
|
179
241
|
"flow": "x",
|
|
180
242
|
"flowWrap": false,
|
|
181
243
|
"oneDirectionMaxQuantity": 2,
|
|
182
|
-
"gap": 5
|
|
244
|
+
"gap": 5,
|
|
245
|
+
"width": 50,
|
|
246
|
+
"height": 50
|
|
183
247
|
},
|
|
184
248
|
"stationSlots": [
|
|
185
249
|
{
|
|
@@ -190,173 +254,357 @@
|
|
|
190
254
|
"height": 50,
|
|
191
255
|
"x": 0,
|
|
192
256
|
"y": 0,
|
|
193
|
-
"rotation":
|
|
257
|
+
"rotation": -90,
|
|
194
258
|
"disabled": false,
|
|
195
259
|
"hittable": true
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"index": 2,
|
|
263
|
+
"resourceType": "Pallet",
|
|
264
|
+
"name": "2",
|
|
265
|
+
"x": 0,
|
|
266
|
+
"y": 0,
|
|
267
|
+
"width": 50,
|
|
268
|
+
"height": 50,
|
|
269
|
+
"rotation": -90,
|
|
270
|
+
"hideBounds": false,
|
|
271
|
+
"hittable": true,
|
|
272
|
+
"disabled": false
|
|
196
273
|
}
|
|
197
274
|
]
|
|
198
275
|
}
|
|
199
276
|
},
|
|
200
277
|
{
|
|
201
278
|
"rawData": {
|
|
202
|
-
"id": "
|
|
279
|
+
"id": "c630b23d-aa5d-4fd0-a161-29d44f522e76"
|
|
203
280
|
},
|
|
204
|
-
"uuid": "
|
|
205
|
-
"equipmentName": "
|
|
206
|
-
"width":
|
|
207
|
-
"height":
|
|
208
|
-
"x":
|
|
209
|
-
"y":
|
|
210
|
-
"percentX": 0.
|
|
211
|
-
"percentY": 0.
|
|
212
|
-
"rotation":
|
|
213
|
-
"scale":
|
|
214
|
-
"zIndex":
|
|
281
|
+
"uuid": "c8a30104-b3d6-4bb2-ac7b-c254336a2693",
|
|
282
|
+
"equipmentName": "资源库",
|
|
283
|
+
"width": 110,
|
|
284
|
+
"height": 100,
|
|
285
|
+
"x": 960,
|
|
286
|
+
"y": 540,
|
|
287
|
+
"percentX": 0.5,
|
|
288
|
+
"percentY": 0.5,
|
|
289
|
+
"rotation": 90,
|
|
290
|
+
"scale": 1,
|
|
291
|
+
"zIndex": 5,
|
|
215
292
|
"visible": true,
|
|
216
293
|
"clickable": true,
|
|
217
294
|
"menuClickable": true,
|
|
218
295
|
"draggable": false,
|
|
219
296
|
"editable": true,
|
|
220
297
|
"selected": false,
|
|
298
|
+
"offsetX": 50,
|
|
299
|
+
"offsetY": 0,
|
|
221
300
|
"hittable": true,
|
|
222
301
|
"hitSelf": true,
|
|
223
|
-
"className": "
|
|
224
|
-
"nameplate": "
|
|
225
|
-
"tags": ["
|
|
226
|
-
"
|
|
227
|
-
|
|
228
|
-
|
|
302
|
+
"className": "ResourceStore",
|
|
303
|
+
"nameplate": "随行托",
|
|
304
|
+
"tags": ["库"],
|
|
305
|
+
"flowOptions": {
|
|
306
|
+
"flow": "x",
|
|
307
|
+
"flowWrap": false,
|
|
308
|
+
"oneDirectionMaxQuantity": 2,
|
|
309
|
+
"gap": 10,
|
|
310
|
+
"width": 200,
|
|
311
|
+
"height": 200
|
|
312
|
+
},
|
|
313
|
+
"stationSlotGroupPallet": {
|
|
314
|
+
"flowOptions": {
|
|
315
|
+
"flow": "x",
|
|
316
|
+
"flowWrap": false,
|
|
317
|
+
"oneDirectionMaxQuantity": 4,
|
|
318
|
+
"gap": 6,
|
|
319
|
+
"width": 50,
|
|
320
|
+
"height": 50
|
|
321
|
+
},
|
|
322
|
+
"stationSlots": [
|
|
323
|
+
{
|
|
324
|
+
"name": "1",
|
|
325
|
+
"index": 1,
|
|
326
|
+
"resourceType": "Pallet",
|
|
327
|
+
"width": 42,
|
|
328
|
+
"height": 42,
|
|
329
|
+
"x": 0,
|
|
330
|
+
"y": 0,
|
|
331
|
+
"rotation": 0,
|
|
332
|
+
"disabled": false,
|
|
333
|
+
"hittable": true
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "2",
|
|
337
|
+
"index": 2,
|
|
338
|
+
"resourceType": "Pallet",
|
|
339
|
+
"width": 42,
|
|
340
|
+
"height": 42,
|
|
341
|
+
"x": 0,
|
|
342
|
+
"y": 0,
|
|
343
|
+
"rotation": 0,
|
|
344
|
+
"disabled": false,
|
|
345
|
+
"hittable": true
|
|
346
|
+
}
|
|
347
|
+
]
|
|
348
|
+
}
|
|
229
349
|
},
|
|
230
350
|
{
|
|
231
351
|
"rawData": {
|
|
232
|
-
"id": "
|
|
352
|
+
"id": "35cd0433-2587-4dce-8e08-13e397b5eb3d"
|
|
233
353
|
},
|
|
234
|
-
"uuid": "
|
|
235
|
-
"equipmentName": "
|
|
236
|
-
"width":
|
|
237
|
-
"height":
|
|
238
|
-
"x":
|
|
239
|
-
"y":
|
|
240
|
-
"percentX": 0.
|
|
241
|
-
"percentY": 0.
|
|
354
|
+
"uuid": "f3fc4d3c-15c6-4902-98ed-fd7860c87a55",
|
|
355
|
+
"equipmentName": "资源库",
|
|
356
|
+
"width": 220,
|
|
357
|
+
"height": 250,
|
|
358
|
+
"x": 800,
|
|
359
|
+
"y": 254,
|
|
360
|
+
"percentX": 0.417,
|
|
361
|
+
"percentY": 0.235,
|
|
242
362
|
"rotation": 0,
|
|
243
363
|
"scale": 1,
|
|
244
|
-
"zIndex":
|
|
364
|
+
"zIndex": 6,
|
|
245
365
|
"visible": true,
|
|
246
366
|
"clickable": true,
|
|
247
367
|
"menuClickable": true,
|
|
248
368
|
"draggable": false,
|
|
249
369
|
"editable": true,
|
|
250
|
-
"selected":
|
|
251
|
-
"
|
|
370
|
+
"selected": false,
|
|
371
|
+
"offsetX": 0,
|
|
372
|
+
"offsetY": 0,
|
|
373
|
+
"hittable": true,
|
|
252
374
|
"hitSelf": true,
|
|
253
|
-
"className": "
|
|
254
|
-
"nameplate": "
|
|
255
|
-
"tags": ["
|
|
256
|
-
"
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
"
|
|
271
|
-
"
|
|
375
|
+
"className": "ResourceStore",
|
|
376
|
+
"nameplate": "资源库",
|
|
377
|
+
"tags": ["库"],
|
|
378
|
+
"flowOptions": {
|
|
379
|
+
"flow": "y",
|
|
380
|
+
"flowWrap": false,
|
|
381
|
+
"oneDirectionMaxQuantity": 2,
|
|
382
|
+
"gap": 10,
|
|
383
|
+
"width": 200,
|
|
384
|
+
"height": 150
|
|
385
|
+
},
|
|
386
|
+
"stationSlotGroupPallet": {
|
|
387
|
+
"flowOptions": {
|
|
388
|
+
"flow": "x",
|
|
389
|
+
"flowWrap": true,
|
|
390
|
+
"oneDirectionMaxQuantity": 4,
|
|
391
|
+
"gap": 6,
|
|
392
|
+
"width": 200,
|
|
393
|
+
"height": 100
|
|
272
394
|
},
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
395
|
+
"stationSlots": [
|
|
396
|
+
{
|
|
397
|
+
"name": "1",
|
|
398
|
+
"index": 1,
|
|
399
|
+
"resourceType": "Pallet",
|
|
400
|
+
"width": 42,
|
|
401
|
+
"height": 42,
|
|
402
|
+
"x": 0,
|
|
403
|
+
"y": 0,
|
|
404
|
+
"rotation": 0,
|
|
405
|
+
"disabled": false,
|
|
406
|
+
"hittable": true
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"name": "2",
|
|
410
|
+
"index": 2,
|
|
411
|
+
"resourceType": "Pallet",
|
|
412
|
+
"width": 42,
|
|
413
|
+
"height": 42,
|
|
414
|
+
"x": 0,
|
|
415
|
+
"y": 0,
|
|
416
|
+
"rotation": 0,
|
|
417
|
+
"disabled": false,
|
|
418
|
+
"hittable": true
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"name": "3",
|
|
422
|
+
"index": 3,
|
|
423
|
+
"resourceType": "Pallet",
|
|
424
|
+
"width": 42,
|
|
425
|
+
"height": 42,
|
|
426
|
+
"x": 0,
|
|
427
|
+
"y": 0,
|
|
428
|
+
"rotation": 0,
|
|
429
|
+
"disabled": false,
|
|
430
|
+
"hittable": true
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"name": "4",
|
|
434
|
+
"index": 4,
|
|
435
|
+
"resourceType": "Pallet",
|
|
436
|
+
"width": 42,
|
|
437
|
+
"height": 42,
|
|
438
|
+
"x": 0,
|
|
439
|
+
"y": 0,
|
|
440
|
+
"rotation": 0,
|
|
441
|
+
"disabled": false,
|
|
442
|
+
"hittable": true
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"index": 5,
|
|
446
|
+
"resourceType": "Pallet",
|
|
447
|
+
"name": "5",
|
|
448
|
+
"x": 0,
|
|
449
|
+
"y": 0,
|
|
450
|
+
"width": 42,
|
|
451
|
+
"height": 42,
|
|
452
|
+
"rotation": 0,
|
|
453
|
+
"hideBounds": false,
|
|
454
|
+
"hittable": true,
|
|
455
|
+
"disabled": false
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"index": 6,
|
|
459
|
+
"resourceType": "Pallet",
|
|
460
|
+
"name": "6",
|
|
461
|
+
"x": 0,
|
|
462
|
+
"y": 0,
|
|
463
|
+
"width": 42,
|
|
464
|
+
"height": 42,
|
|
465
|
+
"rotation": 0,
|
|
466
|
+
"hideBounds": false,
|
|
467
|
+
"hittable": true,
|
|
468
|
+
"disabled": false
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"index": 7,
|
|
472
|
+
"resourceType": "Pallet",
|
|
473
|
+
"name": "7",
|
|
474
|
+
"x": 0,
|
|
475
|
+
"y": 0,
|
|
476
|
+
"width": 42,
|
|
477
|
+
"height": 42,
|
|
478
|
+
"rotation": 0,
|
|
479
|
+
"hideBounds": false,
|
|
480
|
+
"hittable": true,
|
|
481
|
+
"disabled": false
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"index": 8,
|
|
485
|
+
"resourceType": "Pallet",
|
|
486
|
+
"name": "8",
|
|
487
|
+
"x": 0,
|
|
488
|
+
"y": 0,
|
|
489
|
+
"width": 42,
|
|
490
|
+
"height": 42,
|
|
491
|
+
"rotation": 0,
|
|
492
|
+
"hideBounds": false,
|
|
493
|
+
"hittable": true,
|
|
494
|
+
"disabled": false
|
|
495
|
+
}
|
|
496
|
+
]
|
|
497
|
+
},
|
|
498
|
+
"stationSlotGroupTool": {
|
|
499
|
+
"stationSlots": [
|
|
500
|
+
{
|
|
501
|
+
"index": 1,
|
|
502
|
+
"resourceType": "Tool",
|
|
503
|
+
"name": "1",
|
|
504
|
+
"x": 0,
|
|
505
|
+
"y": 0,
|
|
506
|
+
"width": 40,
|
|
507
|
+
"height": 40,
|
|
508
|
+
"rotation": 0,
|
|
509
|
+
"hideBounds": false,
|
|
510
|
+
"hittable": true,
|
|
511
|
+
"disabled": false
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"index": 2,
|
|
515
|
+
"resourceType": "Tool",
|
|
516
|
+
"name": "2",
|
|
517
|
+
"x": 0,
|
|
518
|
+
"y": 0,
|
|
519
|
+
"width": 40,
|
|
520
|
+
"height": 40,
|
|
521
|
+
"rotation": 0,
|
|
522
|
+
"hideBounds": false,
|
|
523
|
+
"hittable": true,
|
|
524
|
+
"disabled": false
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"index": 3,
|
|
528
|
+
"resourceType": "Tool",
|
|
529
|
+
"name": "3",
|
|
530
|
+
"x": 0,
|
|
531
|
+
"y": 0,
|
|
532
|
+
"width": 40,
|
|
533
|
+
"height": 40,
|
|
534
|
+
"rotation": 0,
|
|
535
|
+
"hideBounds": false,
|
|
536
|
+
"hittable": true,
|
|
537
|
+
"disabled": false
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"index": 4,
|
|
541
|
+
"resourceType": "Tool",
|
|
542
|
+
"name": "4",
|
|
543
|
+
"x": 0,
|
|
544
|
+
"y": 0,
|
|
545
|
+
"width": 40,
|
|
546
|
+
"height": 40,
|
|
547
|
+
"rotation": 0,
|
|
548
|
+
"hideBounds": false,
|
|
549
|
+
"hittable": true,
|
|
550
|
+
"disabled": false
|
|
551
|
+
}
|
|
552
|
+
],
|
|
553
|
+
"flowOptions": {
|
|
554
|
+
"oneDirectionMaxQuantity": 1,
|
|
555
|
+
"gap": 5,
|
|
556
|
+
"flow": "x",
|
|
557
|
+
"flowWrap": false,
|
|
558
|
+
"width": 200,
|
|
559
|
+
"height": 50
|
|
276
560
|
}
|
|
277
|
-
|
|
278
|
-
"from": "center",
|
|
279
|
-
"to": "right"
|
|
280
|
-
},
|
|
281
|
-
"texture": ""
|
|
282
|
-
}
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"uuid": "d672d006-0407-4dd8-96e0-711dba76d5a5",
|
|
286
|
-
"title": "方案d672d006",
|
|
287
|
-
"isActive": false,
|
|
288
|
-
"layers": [],
|
|
289
|
-
"scene": {
|
|
290
|
-
"width": 1920,
|
|
291
|
-
"height": 1080,
|
|
292
|
-
"zoomType": "fit",
|
|
293
|
-
"fill": {
|
|
294
|
-
"type": "solid",
|
|
295
|
-
"color": "#000",
|
|
296
|
-
"opacity": 1,
|
|
297
|
-
"stops": []
|
|
298
|
-
},
|
|
299
|
-
"texture": ""
|
|
300
|
-
}
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"uuid": "c752c992-1308-4731-996a-3aac85ae2793",
|
|
304
|
-
"title": "方案c752c992",
|
|
305
|
-
"isActive": false,
|
|
306
|
-
"layers": [],
|
|
307
|
-
"scene": {
|
|
308
|
-
"width": 1920,
|
|
309
|
-
"height": 1080,
|
|
310
|
-
"zoomType": "fit",
|
|
311
|
-
"fill": {
|
|
312
|
-
"type": "solid",
|
|
313
|
-
"color": "#000",
|
|
314
|
-
"opacity": 1,
|
|
315
|
-
"stops": []
|
|
561
|
+
}
|
|
316
562
|
},
|
|
317
|
-
"texture": ""
|
|
318
|
-
}
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"uuid": "862e7885-f5e9-4720-9e9e-393090857c2d",
|
|
322
|
-
"title": "方案862e7885",
|
|
323
|
-
"isActive": true,
|
|
324
|
-
"layers": [
|
|
325
563
|
{
|
|
326
564
|
"rawData": {
|
|
327
|
-
"id": "
|
|
565
|
+
"id": "b726f5f6-84aa-4558-b950-58291fc09f1a"
|
|
328
566
|
},
|
|
329
|
-
"uuid": "
|
|
330
|
-
"equipmentName": "
|
|
331
|
-
"width":
|
|
332
|
-
"height":
|
|
333
|
-
"x":
|
|
334
|
-
"y":
|
|
335
|
-
"percentX": 0,
|
|
336
|
-
"percentY": 0,
|
|
567
|
+
"uuid": "b726f5f6-84aa-4558-b950-58291fc09f1a",
|
|
568
|
+
"equipmentName": "RGV",
|
|
569
|
+
"width": 90,
|
|
570
|
+
"height": 76,
|
|
571
|
+
"x": 1536,
|
|
572
|
+
"y": 540,
|
|
573
|
+
"percentX": 0.8,
|
|
574
|
+
"percentY": 0.5,
|
|
337
575
|
"rotation": 0,
|
|
338
|
-
"scale":
|
|
339
|
-
"zIndex":
|
|
576
|
+
"scale": 2,
|
|
577
|
+
"zIndex": 8,
|
|
340
578
|
"visible": true,
|
|
341
579
|
"clickable": true,
|
|
342
580
|
"menuClickable": true,
|
|
343
581
|
"draggable": false,
|
|
344
582
|
"editable": true,
|
|
345
583
|
"selected": false,
|
|
584
|
+
"offsetX": 0,
|
|
585
|
+
"offsetY": 0,
|
|
346
586
|
"hittable": true,
|
|
347
587
|
"hitSelf": true,
|
|
348
|
-
"className": "
|
|
349
|
-
"nameplate": "
|
|
350
|
-
"tags": ["
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
"
|
|
588
|
+
"className": "Rgv",
|
|
589
|
+
"nameplate": "RGV",
|
|
590
|
+
"tags": ["搬运设备"],
|
|
591
|
+
"linkRailId": "",
|
|
592
|
+
"flowOptions": {
|
|
593
|
+
"flow": "x",
|
|
594
|
+
"flowWrap": false,
|
|
595
|
+
"oneDirectionMaxQuantity": 2,
|
|
596
|
+
"gap": 0,
|
|
597
|
+
"width": 50,
|
|
598
|
+
"height": 40
|
|
599
|
+
},
|
|
600
|
+
"stationSlotGroupPallet": {
|
|
355
601
|
"flowOptions": {
|
|
356
602
|
"flow": "x",
|
|
357
603
|
"flowWrap": false,
|
|
358
|
-
"oneDirectionMaxQuantity":
|
|
359
|
-
"gap":
|
|
604
|
+
"oneDirectionMaxQuantity": 1,
|
|
605
|
+
"gap": 0,
|
|
606
|
+
"width": 50,
|
|
607
|
+
"height": 40
|
|
360
608
|
},
|
|
361
609
|
"stationSlots": [
|
|
362
610
|
{
|
|
@@ -364,10 +612,11 @@
|
|
|
364
612
|
"index": 1,
|
|
365
613
|
"resourceType": "Pallet",
|
|
366
614
|
"width": 50,
|
|
367
|
-
"height":
|
|
615
|
+
"height": 40,
|
|
368
616
|
"x": 0,
|
|
369
617
|
"y": 0,
|
|
370
618
|
"rotation": 0,
|
|
619
|
+
"hideBounds": true,
|
|
371
620
|
"disabled": false,
|
|
372
621
|
"hittable": true
|
|
373
622
|
}
|
|
@@ -376,39 +625,40 @@
|
|
|
376
625
|
},
|
|
377
626
|
{
|
|
378
627
|
"rawData": {
|
|
379
|
-
"id": "
|
|
628
|
+
"id": "224081e3-70ad-4355-b18e-4f0d705c8da5"
|
|
380
629
|
},
|
|
381
|
-
"uuid": "
|
|
382
|
-
"equipmentName": "
|
|
383
|
-
"width":
|
|
384
|
-
"height":
|
|
385
|
-
"x":
|
|
386
|
-
"y":
|
|
387
|
-
"percentX":
|
|
388
|
-
"percentY":
|
|
630
|
+
"uuid": "224081e3-70ad-4355-b18e-4f0d705c8da5",
|
|
631
|
+
"equipmentName": "清洗机",
|
|
632
|
+
"width": 180,
|
|
633
|
+
"height": 200,
|
|
634
|
+
"x": 380,
|
|
635
|
+
"y": 220,
|
|
636
|
+
"percentX": 0.198,
|
|
637
|
+
"percentY": 0.204,
|
|
389
638
|
"rotation": 0,
|
|
390
639
|
"scale": 1,
|
|
391
|
-
"zIndex":
|
|
640
|
+
"zIndex": 8,
|
|
392
641
|
"visible": true,
|
|
393
642
|
"clickable": true,
|
|
394
643
|
"menuClickable": true,
|
|
395
644
|
"draggable": false,
|
|
396
645
|
"editable": true,
|
|
397
646
|
"selected": false,
|
|
647
|
+
"offsetX": 0,
|
|
648
|
+
"offsetY": 0,
|
|
398
649
|
"hittable": true,
|
|
399
650
|
"hitSelf": true,
|
|
400
|
-
"className": "
|
|
401
|
-
"nameplate": "
|
|
402
|
-
"tags": ["
|
|
403
|
-
"stationContainerDirection": "horizontal",
|
|
651
|
+
"className": "CleaningMachine",
|
|
652
|
+
"nameplate": "清洗机",
|
|
653
|
+
"tags": ["清洗机"],
|
|
404
654
|
"stationSlotGroup": {
|
|
405
|
-
"width": 220,
|
|
406
|
-
"height": 70,
|
|
407
655
|
"flowOptions": {
|
|
408
656
|
"flow": "x",
|
|
409
657
|
"flowWrap": false,
|
|
410
|
-
"oneDirectionMaxQuantity":
|
|
411
|
-
"gap":
|
|
658
|
+
"oneDirectionMaxQuantity": 1,
|
|
659
|
+
"gap": 0,
|
|
660
|
+
"width": 50,
|
|
661
|
+
"height": 50
|
|
412
662
|
},
|
|
413
663
|
"stationSlots": [
|
|
414
664
|
{
|
|
@@ -428,316 +678,168 @@
|
|
|
428
678
|
},
|
|
429
679
|
{
|
|
430
680
|
"rawData": {
|
|
431
|
-
"id": "
|
|
681
|
+
"id": "0858a335-6445-4aa9-a81d-4fd789600e1e"
|
|
432
682
|
},
|
|
433
|
-
"uuid": "
|
|
434
|
-
"equipmentName": "
|
|
435
|
-
"width":
|
|
436
|
-
"height":
|
|
437
|
-
"x":
|
|
438
|
-
"y":
|
|
439
|
-
"percentX": 0.
|
|
440
|
-
"percentY": 0.
|
|
683
|
+
"uuid": "0858a335-6445-4aa9-a81d-4fd789600e1e",
|
|
684
|
+
"equipmentName": "打标机",
|
|
685
|
+
"width": 160,
|
|
686
|
+
"height": 180,
|
|
687
|
+
"x": 180,
|
|
688
|
+
"y": 223,
|
|
689
|
+
"percentX": 0.094,
|
|
690
|
+
"percentY": 0.206,
|
|
441
691
|
"rotation": 0,
|
|
442
692
|
"scale": 1,
|
|
443
|
-
"zIndex":
|
|
693
|
+
"zIndex": 9,
|
|
444
694
|
"visible": true,
|
|
445
695
|
"clickable": true,
|
|
446
696
|
"menuClickable": true,
|
|
447
697
|
"draggable": false,
|
|
448
698
|
"editable": true,
|
|
449
699
|
"selected": false,
|
|
700
|
+
"offsetX": 0,
|
|
701
|
+
"offsetY": 0,
|
|
450
702
|
"hittable": true,
|
|
451
703
|
"hitSelf": true,
|
|
452
|
-
"className": "
|
|
453
|
-
"nameplate": "
|
|
454
|
-
"tags": ["
|
|
455
|
-
"stationContainerDirection": "vertical",
|
|
704
|
+
"className": "MarkingMachine",
|
|
705
|
+
"nameplate": "打标机",
|
|
706
|
+
"tags": ["其他"],
|
|
456
707
|
"stationSlotGroup": {
|
|
457
|
-
"width": 220,
|
|
458
|
-
"height": 70,
|
|
459
708
|
"flowOptions": {
|
|
460
|
-
"oneDirectionMaxQuantity": 1,
|
|
461
|
-
"gap": 5,
|
|
462
709
|
"flow": "x",
|
|
463
|
-
"flowWrap": false
|
|
710
|
+
"flowWrap": false,
|
|
711
|
+
"oneDirectionMaxQuantity": 2,
|
|
712
|
+
"gap": 10,
|
|
713
|
+
"width": 110,
|
|
714
|
+
"height": 50
|
|
464
715
|
},
|
|
465
716
|
"stationSlots": [
|
|
466
717
|
{
|
|
467
718
|
"name": "1",
|
|
468
719
|
"index": 1,
|
|
469
720
|
"resourceType": "Pallet",
|
|
470
|
-
"width":
|
|
471
|
-
"height":
|
|
721
|
+
"width": 50,
|
|
722
|
+
"height": 50,
|
|
472
723
|
"x": 0,
|
|
473
724
|
"y": 0,
|
|
474
|
-
"rotation":
|
|
725
|
+
"rotation": 0,
|
|
475
726
|
"disabled": false,
|
|
476
727
|
"hittable": true
|
|
477
728
|
},
|
|
478
729
|
{
|
|
730
|
+
"name": "2",
|
|
479
731
|
"index": 2,
|
|
480
732
|
"resourceType": "Pallet",
|
|
481
|
-
"
|
|
733
|
+
"width": 50,
|
|
734
|
+
"height": 50,
|
|
482
735
|
"x": 0,
|
|
483
736
|
"y": 0,
|
|
484
|
-
"
|
|
485
|
-
"
|
|
486
|
-
"
|
|
487
|
-
"hittable": true,
|
|
488
|
-
"disabled": false
|
|
737
|
+
"rotation": 0,
|
|
738
|
+
"disabled": false,
|
|
739
|
+
"hittable": true
|
|
489
740
|
}
|
|
490
741
|
]
|
|
491
742
|
}
|
|
492
743
|
},
|
|
493
744
|
{
|
|
494
745
|
"rawData": {
|
|
495
|
-
"id": "
|
|
746
|
+
"id": "1e3667e7-df6e-4d04-8756-a5fca8aad579"
|
|
496
747
|
},
|
|
497
|
-
"uuid": "
|
|
498
|
-
"equipmentName": "
|
|
499
|
-
"width":
|
|
500
|
-
"height":
|
|
501
|
-
"x":
|
|
502
|
-
"y":
|
|
503
|
-
"percentX": 0.
|
|
504
|
-
"percentY": 0.
|
|
505
|
-
"rotation": 0,
|
|
506
|
-
"scale": 1,
|
|
507
|
-
"zIndex": 4,
|
|
508
|
-
"visible": true,
|
|
509
|
-
"clickable": true,
|
|
510
|
-
"menuClickable": true,
|
|
511
|
-
"draggable": false,
|
|
512
|
-
"editable": true,
|
|
513
|
-
"selected": false,
|
|
514
|
-
"hittable": false,
|
|
515
|
-
"hitSelf": true,
|
|
516
|
-
"className": "Rail",
|
|
517
|
-
"nameplate": "轨道",
|
|
518
|
-
"tags": ["搬运设备"],
|
|
519
|
-
"chainDirection": "left",
|
|
520
|
-
"linkEquipIdArray": ["b37075e3-25a3-4adf-937d-f9e94d27d917"]
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
"rawData": {
|
|
524
|
-
"id": "b37075e3-25a3-4adf-937d-f9e94d27d917"
|
|
525
|
-
},
|
|
526
|
-
"uuid": "b37075e3-25a3-4adf-937d-f9e94d27d917",
|
|
527
|
-
"equipmentName": "单关节机器人",
|
|
528
|
-
"width": 90,
|
|
529
|
-
"height": 76,
|
|
530
|
-
"x": 960,
|
|
531
|
-
"y": 540,
|
|
532
|
-
"percentX": 0.5,
|
|
533
|
-
"percentY": 0.5,
|
|
534
|
-
"rotation": 0,
|
|
535
|
-
"scale": 2,
|
|
536
|
-
"zIndex": 5,
|
|
537
|
-
"visible": true,
|
|
538
|
-
"clickable": true,
|
|
539
|
-
"menuClickable": true,
|
|
540
|
-
"draggable": false,
|
|
541
|
-
"editable": true,
|
|
542
|
-
"selected": false,
|
|
543
|
-
"hittable": true,
|
|
544
|
-
"hitSelf": true,
|
|
545
|
-
"className": "SingleJointRobot",
|
|
546
|
-
"nameplate": "单关节机器人",
|
|
547
|
-
"tags": ["搬运设备"],
|
|
548
|
-
"currentFixture": "Pallet",
|
|
549
|
-
"linkRailId": "",
|
|
550
|
-
"linkTrailerId": ""
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"rawData": {
|
|
554
|
-
"id": "35cd0433-2587-4dce-8e08-13e397b5eb3d"
|
|
555
|
-
},
|
|
556
|
-
"uuid": "35cd0433-2587-4dce-8e08-13e397b5eb3d",
|
|
557
|
-
"equipmentName": "资源库",
|
|
558
|
-
"width": 180,
|
|
559
|
-
"height": 160,
|
|
560
|
-
"x": 1536,
|
|
561
|
-
"y": 216,
|
|
562
|
-
"percentX": 0.8,
|
|
563
|
-
"percentY": 0.2,
|
|
748
|
+
"uuid": "1e3667e7-df6e-4d04-8756-a5fca8aad579",
|
|
749
|
+
"equipmentName": "装载站",
|
|
750
|
+
"width": 140,
|
|
751
|
+
"height": 200,
|
|
752
|
+
"x": 580,
|
|
753
|
+
"y": 851,
|
|
754
|
+
"percentX": 0.302,
|
|
755
|
+
"percentY": 0.788,
|
|
564
756
|
"rotation": 0,
|
|
565
757
|
"scale": 1,
|
|
566
|
-
"zIndex":
|
|
758
|
+
"zIndex": 10,
|
|
567
759
|
"visible": true,
|
|
568
760
|
"clickable": true,
|
|
569
761
|
"menuClickable": true,
|
|
570
762
|
"draggable": false,
|
|
571
763
|
"editable": true,
|
|
572
764
|
"selected": false,
|
|
765
|
+
"offsetX": 0,
|
|
766
|
+
"offsetY": 0,
|
|
573
767
|
"hittable": true,
|
|
574
768
|
"hitSelf": true,
|
|
575
|
-
"className": "
|
|
576
|
-
"nameplate": "
|
|
577
|
-
"tags": ["
|
|
769
|
+
"className": "LoadingStation",
|
|
770
|
+
"nameplate": "装载站",
|
|
771
|
+
"tags": ["装载站"],
|
|
772
|
+
"stationContainerDirection": "horizontal",
|
|
578
773
|
"stationSlotGroup": {
|
|
579
|
-
"width": 220,
|
|
580
|
-
"height": 60,
|
|
581
774
|
"flowOptions": {
|
|
582
|
-
"oneDirectionMaxQuantity": 3,
|
|
583
|
-
"gap": 6,
|
|
584
775
|
"flow": "x",
|
|
585
|
-
"flowWrap":
|
|
776
|
+
"flowWrap": false,
|
|
777
|
+
"oneDirectionMaxQuantity": 1,
|
|
778
|
+
"gap": 0,
|
|
779
|
+
"width": 50,
|
|
780
|
+
"height": 50
|
|
586
781
|
},
|
|
587
782
|
"stationSlots": [
|
|
588
783
|
{
|
|
589
784
|
"name": "1",
|
|
590
785
|
"index": 1,
|
|
591
786
|
"resourceType": "Pallet",
|
|
592
|
-
"width":
|
|
593
|
-
"height":
|
|
594
|
-
"x": 0,
|
|
595
|
-
"y": 0,
|
|
596
|
-
"rotation": 0,
|
|
597
|
-
"disabled": false,
|
|
598
|
-
"hittable": true
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
"name": "2",
|
|
602
|
-
"index": 2,
|
|
603
|
-
"resourceType": "Pallet",
|
|
604
|
-
"width": 42,
|
|
605
|
-
"height": 42,
|
|
606
|
-
"x": 0,
|
|
607
|
-
"y": 0,
|
|
608
|
-
"rotation": 0,
|
|
609
|
-
"disabled": false,
|
|
610
|
-
"hittable": true
|
|
611
|
-
},
|
|
612
|
-
{
|
|
613
|
-
"name": "3",
|
|
614
|
-
"index": 3,
|
|
615
|
-
"resourceType": "Pallet",
|
|
616
|
-
"width": 42,
|
|
617
|
-
"height": 42,
|
|
618
|
-
"x": 0,
|
|
619
|
-
"y": 0,
|
|
620
|
-
"rotation": 0,
|
|
621
|
-
"disabled": false,
|
|
622
|
-
"hittable": true
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"name": "4",
|
|
626
|
-
"index": 4,
|
|
627
|
-
"resourceType": "Pallet",
|
|
628
|
-
"width": 42,
|
|
629
|
-
"height": 42,
|
|
787
|
+
"width": 50,
|
|
788
|
+
"height": 50,
|
|
630
789
|
"x": 0,
|
|
631
790
|
"y": 0,
|
|
632
791
|
"rotation": 0,
|
|
633
792
|
"disabled": false,
|
|
634
793
|
"hittable": true
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
"index": 5,
|
|
638
|
-
"resourceType": "Pallet",
|
|
639
|
-
"name": "5",
|
|
640
|
-
"x": 0,
|
|
641
|
-
"y": 0,
|
|
642
|
-
"width": 42,
|
|
643
|
-
"height": 42,
|
|
644
|
-
"rotation": 0,
|
|
645
|
-
"hittable": true,
|
|
646
|
-
"disabled": false
|
|
647
|
-
},
|
|
648
|
-
{
|
|
649
|
-
"index": 6,
|
|
650
|
-
"resourceType": "Pallet",
|
|
651
|
-
"name": "6",
|
|
652
|
-
"x": 0,
|
|
653
|
-
"y": 0,
|
|
654
|
-
"width": 42,
|
|
655
|
-
"height": 42,
|
|
656
|
-
"rotation": 0,
|
|
657
|
-
"hittable": true,
|
|
658
|
-
"disabled": false
|
|
659
794
|
}
|
|
660
795
|
]
|
|
661
796
|
}
|
|
662
797
|
},
|
|
663
798
|
{
|
|
664
799
|
"rawData": {
|
|
665
|
-
"id": "
|
|
800
|
+
"id": "3abbd613-2c74-4845-b88b-ebb4f36dd712"
|
|
666
801
|
},
|
|
667
|
-
"uuid": "
|
|
668
|
-
"equipmentName": "
|
|
669
|
-
"width":
|
|
670
|
-
"height":
|
|
671
|
-
"x":
|
|
672
|
-
"y":
|
|
673
|
-
"percentX": 0.
|
|
674
|
-
"percentY": 0.
|
|
802
|
+
"uuid": "3abbd613-2c74-4845-b88b-ebb4f36dd712",
|
|
803
|
+
"equipmentName": "机床",
|
|
804
|
+
"width": 220,
|
|
805
|
+
"height": 240,
|
|
806
|
+
"x": 1522,
|
|
807
|
+
"y": 207,
|
|
808
|
+
"percentX": 0.793,
|
|
809
|
+
"percentY": 0.192,
|
|
675
810
|
"rotation": 0,
|
|
676
811
|
"scale": 1,
|
|
677
|
-
"zIndex":
|
|
812
|
+
"zIndex": 11,
|
|
678
813
|
"visible": true,
|
|
679
814
|
"clickable": true,
|
|
680
815
|
"menuClickable": true,
|
|
681
816
|
"draggable": false,
|
|
682
817
|
"editable": true,
|
|
683
818
|
"selected": false,
|
|
819
|
+
"offsetX": 0,
|
|
820
|
+
"offsetY": 0,
|
|
684
821
|
"hittable": true,
|
|
685
822
|
"hitSelf": true,
|
|
686
|
-
"className": "
|
|
687
|
-
"nameplate": "
|
|
688
|
-
"tags": ["
|
|
823
|
+
"className": "MachineTool",
|
|
824
|
+
"nameplate": "机床",
|
|
825
|
+
"tags": ["机床"],
|
|
826
|
+
"stationContainerDirection": "horizontal",
|
|
689
827
|
"stationSlotGroup": {
|
|
690
|
-
"width": 220,
|
|
691
|
-
"height": 60,
|
|
692
828
|
"flowOptions": {
|
|
693
|
-
"oneDirectionMaxQuantity": 4,
|
|
694
|
-
"gap": 6,
|
|
695
829
|
"flow": "x",
|
|
696
|
-
"flowWrap": false
|
|
830
|
+
"flowWrap": false,
|
|
831
|
+
"oneDirectionMaxQuantity": 2,
|
|
832
|
+
"gap": 0,
|
|
833
|
+
"width": 50,
|
|
834
|
+
"height": 50
|
|
697
835
|
},
|
|
698
836
|
"stationSlots": [
|
|
699
837
|
{
|
|
700
838
|
"name": "1",
|
|
701
839
|
"index": 1,
|
|
702
|
-
"resourceType": "
|
|
703
|
-
"width":
|
|
704
|
-
"height":
|
|
705
|
-
"x": 0,
|
|
706
|
-
"y": 0,
|
|
707
|
-
"rotation": 0,
|
|
708
|
-
"disabled": false,
|
|
709
|
-
"hittable": true
|
|
710
|
-
},
|
|
711
|
-
{
|
|
712
|
-
"name": "2",
|
|
713
|
-
"index": 2,
|
|
714
|
-
"resourceType": "Tool",
|
|
715
|
-
"width": 42,
|
|
716
|
-
"height": 42,
|
|
717
|
-
"x": 0,
|
|
718
|
-
"y": 0,
|
|
719
|
-
"rotation": 0,
|
|
720
|
-
"disabled": false,
|
|
721
|
-
"hittable": true
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"name": "3",
|
|
725
|
-
"index": 3,
|
|
726
|
-
"resourceType": "Tool",
|
|
727
|
-
"width": 42,
|
|
728
|
-
"height": 42,
|
|
729
|
-
"x": 0,
|
|
730
|
-
"y": 0,
|
|
731
|
-
"rotation": 0,
|
|
732
|
-
"disabled": false,
|
|
733
|
-
"hittable": true
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"name": "4",
|
|
737
|
-
"index": 4,
|
|
738
|
-
"resourceType": "Tool",
|
|
739
|
-
"width": 42,
|
|
740
|
-
"height": 42,
|
|
840
|
+
"resourceType": "Pallet",
|
|
841
|
+
"width": 50,
|
|
842
|
+
"height": 50,
|
|
741
843
|
"x": 0,
|
|
742
844
|
"y": 0,
|
|
743
845
|
"rotation": 0,
|
|
@@ -753,23 +855,25 @@
|
|
|
753
855
|
"height": 1080,
|
|
754
856
|
"zoomType": "fit",
|
|
755
857
|
"fill": {
|
|
756
|
-
"type": "
|
|
858
|
+
"type": "radial",
|
|
757
859
|
"color": "#000",
|
|
758
860
|
"opacity": 1,
|
|
759
861
|
"stops": [
|
|
760
862
|
{
|
|
761
863
|
"offset": 0,
|
|
762
|
-
"color": "rgb(
|
|
864
|
+
"color": "rgb(131, 186, 205)"
|
|
763
865
|
},
|
|
764
866
|
{
|
|
765
867
|
"offset": 1,
|
|
766
|
-
"color": "rgb(
|
|
868
|
+
"color": "rgb(0, 152, 102)"
|
|
767
869
|
}
|
|
768
870
|
],
|
|
769
|
-
"from": "
|
|
770
|
-
"to": "
|
|
871
|
+
"from": "center",
|
|
872
|
+
"to": "right"
|
|
771
873
|
},
|
|
772
|
-
"texture": ""
|
|
874
|
+
"texture": "",
|
|
875
|
+
"runtime_width": 19200,
|
|
876
|
+
"runtime_height": 10800
|
|
773
877
|
}
|
|
774
878
|
}
|
|
775
879
|
]
|