File size: 92,820 Bytes
0214f1f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
{"text": "第3到第5架开始升柱5秒", "label": {"ctrlType": ["scuExec"], "startNo": [3], "stopNo": [5], "code": ["column"], "duration": [5], "action": ["extend"]}}
{"text": "第3到第5架开始升柱", "label": {"ctrlType": ["scuExec"], "startNo": [3], "stopNo": [5], "code": ["column"], "duration": [0], "action": ["extend"]}}
{"text": "第3架开始升柱5秒", "label": {"ctrlType": ["scuExec"], "startNo": [3], "stopNo": [3], "code": ["column"], "duration": [5], "action": ["extend"]}}
{"text": "第3架开始升柱", "label": {"ctrlType": ["scuExec"], "startNo": [3], "stopNo": [3], "code": ["column"], "duration": [0], "action": ["extend"]}}
{"text": "第3架开始升柱", "label": {"ctrlType": ["scuExec"], "startNo": [3], "stopNo": [3], "code": ["column"], "duration": [0], "action": ["extend"]}}
{"text": "第13架执行升柱", "label": {"ctrlType": ["scuExec"], "startNo": [13], "stopNo": [13], "code": ["column"], "duration": [0], "action": ["extend"]}}
{"text": "1到6号架开始升柱,连续输出12秒", "label": {"ctrlType": ["scuExec"], "startNo": [1], "stopNo": [6], "code": ["column"], "duration": [12], "action": ["extend"]}}
{"text": "持续20秒,第5号架到第6号架升柱", "label": {"ctrlType": ["scuExec"], "startNo": [5], "stopNo": [6], "code": ["column"], "duration": [20], "action": ["extend"]}}
{"text": "第16到第34架开始升柱8秒", "label": {"ctrlType": ["scuExec"], "startNo": [16], "stopNo": [34], "code": ["column"], "duration": [8], "action": ["extend"]}}
{"text": "第22到第55架开始升柱", "label": {"ctrlType": ["scuExec"], "startNo": [22], "stopNo": [55], "code": ["column"], "duration": [0], "action": ["extend"]}}
{"text": "第47架开始升柱2秒", "label": {"ctrlType": ["scuExec"], "startNo": [47], "stopNo": [47], "code": ["column"], "duration": [2], "action": ["extend"]}}
{"text": "第46架开始升柱", "label": {"ctrlType": ["scuExec"], "startNo": [46], "stopNo": [46], "code": ["column"], "duration": [0], "action": ["extend"]}}
{"text": "第78架开始升柱", "label": {"ctrlType": ["scuExec"], "startNo": [78], "stopNo": [78], "code": ["column"], "duration": [0], "action": ["extend"]}}
{"text": "第34架执行升柱", "label": {"ctrlType": ["scuExec"], "startNo": [34], "stopNo": [34], "code": ["column"], "duration": [0], "action": ["extend"]}}
{"text": "14到26号架开始升柱,连续输出4秒", "label": {"ctrlType": ["scuExec"], "startNo": [14], "stopNo": [26], "code": ["column"], "duration": [4], "action": ["extend"]}}
{"text": "持续15秒,第20号架到第25号架升柱", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [25], "code": ["column"], "duration": [15], "action": ["extend"]}}
{"text": "持续5秒,第8到第9架升柱", "label": {"ctrlType": ["scuExec"], "startNo": [8], "stopNo": [9], "code": ["column"], "duration": [5], "action": ["extend"]}}
{"text": "第10到第11架升柱", "label": {"ctrlType": ["scuExec"], "startNo": [10], "stopNo": [11], "code": ["column"], "duration": [0], "action": ["extend"]}}
{"text": "持续6秒,第12架升柱", "label": {"ctrlType": ["scuExec"], "startNo": [12], "stopNo": [12], "code": ["column"], "duration": [6], "action": ["extend"]}}
{"text": "第13架升柱", "label": {"ctrlType": ["scuExec"], "startNo": [13], "stopNo": [13], "code": ["column"], "duration": [0], "action": ["extend"]}}
{"text": "持续3秒,第15到第17架升柱", "label": {"ctrlType": ["scuExec"], "startNo": [15], "stopNo": [17], "code": ["column"], "duration": [3], "action": ["extend"]}}
{"text": "第18到第19架升柱", "label": {"ctrlType": ["scuExec"], "startNo": [18], "stopNo": [19], "code": ["column"], "duration": [0], "action": ["extend"]}}
{"text": "持续7秒,第20架升柱", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [20], "code": ["column"], "duration": [7], "action": ["extend"]}}
{"text": "第21架升柱", "label": {"ctrlType": ["scuExec"], "startNo": [21], "stopNo": [21], "code": ["column"], "duration": [0], "action": ["extend"]}}
{"text": "持续4秒,第23到第24架升柱", "label": {"ctrlType": ["scuExec"], "startNo": [23], "stopNo": [24], "code": ["column"], "duration": [4], "action": ["extend"]}}
{"text": "第25到第26架升柱", "label": {"ctrlType": ["scuExec"], "startNo": [25], "stopNo": [26], "code": ["column"], "duration": [0], "action": ["extend"]}}
{"text": "第1到第7架开始降柱7秒", "label": {"ctrlType": ["scuExec"], "startNo": [1], "stopNo": [7], "code": ["column"], "duration": [7], "action": ["retract"]}}
{"text": "第2到第25架开始降柱", "label": {"ctrlType": ["scuExec"], "startNo": [2], "stopNo": [25], "code": ["column"], "duration": [0], "action": ["retract"]}}
{"text": "第66架开始降柱6秒", "label": {"ctrlType": ["scuExec"], "startNo": [66], "stopNo": [66], "code": ["column"], "duration": [6], "action": ["retract"]}}
{"text": "第100架开始降柱", "label": {"ctrlType": ["scuExec"], "startNo": [100], "stopNo": [100], "code": ["column"], "duration": [0], "action": ["retract"]}}
{"text": "第3架开始降柱", "label": {"ctrlType": ["scuExec"], "startNo": [3], "stopNo": [3], "code": ["column"], "duration": [0], "action": ["retract"]}}
{"text": "第111架执行降柱", "label": {"ctrlType": ["scuExec"], "startNo": [111], "stopNo": [111], "code": ["column"], "duration": [0], "action": ["retract"]}}
{"text": "101到106号架开始降柱,连续输出1秒", "label": {"ctrlType": ["scuExec"], "startNo": [101], "stopNo": [106], "code": ["column"], "duration": [1], "action": ["retract"]}}
{"text": "持续20秒,第15号架到第26号架降柱", "label": {"ctrlType": ["scuExec"], "startNo": [15], "stopNo": [26], "code": ["column"], "duration": [20], "action": ["retract"]}}
{"text": "第16到第34架开始降柱8秒", "label": {"ctrlType": ["scuExec"], "startNo": [16], "stopNo": [34], "code": ["column"], "duration": [8], "action": ["retract"]}}
{"text": "第22到第55架开始降柱", "label": {"ctrlType": ["scuExec"], "startNo": [22], "stopNo": [55], "code": ["column"], "duration": [0], "action": ["retract"]}}
{"text": "第47架开始降柱2秒", "label": {"ctrlType": ["scuExec"], "startNo": [47], "stopNo": [47], "code": ["column"], "duration": [2], "action": ["retract"]}}
{"text": "第76架开始降柱", "label": {"ctrlType": ["scuExec"], "startNo": [76], "stopNo": [76], "code": ["column"], "duration": [0], "action": ["retract"]}}
{"text": "第88架开始降柱", "label": {"ctrlType": ["scuExec"], "startNo": [78], "stopNo": [78], "code": ["column"], "duration": [0], "action": ["retract"]}}
{"text": "第34架执行降柱", "label": {"ctrlType": ["scuExec"], "startNo": [34], "stopNo": [34], "code": ["column"], "duration": [0], "action": ["retract"]}}
{"text": "14到26号架开始降柱,连续输出4秒", "label": {"ctrlType": ["scuExec"], "startNo": [14], "stopNo": [26], "code": ["column"], "duration": [4], "action": ["retract"]}}
{"text": "持续15秒,第20号架到第25号架降柱", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [25], "code": ["column"], "duration": [15], "action": ["retract"]}}
{"text": "持续3秒,第3到第5架降柱", "label": {"ctrlType": ["scuExec"], "startNo": [3], "stopNo": [5], "code": ["column"], "duration": [3], "action": ["retract"]}}
{"text": "第6到第8架降柱", "label": {"ctrlType": ["scuExec"], "startNo": [6], "stopNo": [8], "code": ["column"], "duration": [0], "action": ["retract"]}}
{"text": "持续5秒,第9架降柱", "label": {"ctrlType": ["scuExec"], "startNo": [9], "stopNo": [9], "code": ["column"], "duration": [5], "action": ["retract"]}}
{"text": "第10架降柱", "label": {"ctrlType": ["scuExec"], "startNo": [10], "stopNo": [10], "code": ["column"], "duration": [0], "action": ["retract"]}}
{"text": "持续4秒,第12到第14架降柱", "label": {"ctrlType": ["scuExec"], "startNo": [12], "stopNo": [14], "code": ["column"], "duration": [4], "action": ["retract"]}}
{"text": "第15到第17架降柱", "label": {"ctrlType": ["scuExec"], "startNo": [15], "stopNo": [17], "code": ["column"], "duration": [0], "action": ["retract"]}}
{"text": "持续6秒,第18架降柱", "label": {"ctrlType": ["scuExec"], "startNo": [18], "stopNo": [18], "code": ["column"], "duration": [6], "action": ["retract"]}}
{"text": "第19架降柱", "label": {"ctrlType": ["scuExec"], "startNo": [19], "stopNo": [19], "code": ["column"], "duration": [0], "action": ["retract"]}}
{"text": "持续2秒,第21到第23架降柱", "label": {"ctrlType": ["scuExec"], "startNo": [21], "stopNo": [23], "code": ["column"], "duration": [2], "action": ["retract"]}}
{"text": "第24到第26架降柱", "label": {"ctrlType": ["scuExec"], "startNo": [24], "stopNo": [26], "code": ["column"], "duration": [0], "action": ["retract"]}}
{"text": "第5到第10架开始伸平衡 5秒", "label": {"ctrlType": ["scuExec"], "startNo": [5], "stopNo": [10], "code": ["balance"], "duration": [5], "action": ["extend"]}}
{"text": "第8到第30架开始伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [8], "stopNo": [30], "code": ["balance"], "duration": [0], "action": ["extend"]}}
{"text": "第55架开始伸平衡 4秒", "label": {"ctrlType": ["scuExec"], "startNo": [55], "stopNo": [55], "code": ["balance"], "duration": [4], "action": ["extend"]}}
{"text": "第90架开始伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [90], "stopNo": [90], "code": ["balance"], "duration": [0], "action": ["extend"]}}
{"text": "第7架开始伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [7], "stopNo": [7], "code": ["balance"], "duration": [0], "action": ["extend"]}}
{"text": "第105架执行伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [105], "stopNo": [105], "code": ["balance"], "duration": [0], "action": ["extend"]}}
{"text": "80到85号架开始伸平衡,连续输出 3秒", "label": {"ctrlType": ["scuExec"], "startNo": [80], "stopNo": [85], "code": ["balance"], "duration": [3], "action": ["extend"]}}
{"text": "持续18秒,第18号架到第28号架伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [18], "stopNo": [28], "code": ["balance"], "duration": [18], "action": ["extend"]}}
{"text": "第12到第25架开始伸平衡 6秒", "label": {"ctrlType": ["scuExec"], "startNo": [12], "stopNo": [25], "code": ["balance"], "duration": [6], "action": ["extend"]}}
{"text": "第20到第40架开始伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [40], "code": ["balance"], "duration": [0], "action": ["extend"]}}
{"text": "第35架开始伸平衡 3秒", "label": {"ctrlType": ["scuExec"], "startNo": [35], "stopNo": [35], "code": ["balance"], "duration": [3], "action": ["extend"]}}
{"text": "第60架开始伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [60], "stopNo": [60], "code": ["balance"], "duration": [0], "action": ["extend"]}}
{"text": "第70架开始伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [70], "stopNo": [70], "code": ["balance"], "duration": [0], "action": ["extend"]}}
{"text": "第30架执行伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [30], "stopNo": [30], "code": ["balance"], "duration": [0], "action": ["extend"]}}
{"text": "18到25号架开始伸平衡,连续输出 5秒", "label": {"ctrlType": ["scuExec"], "startNo": [18], "stopNo": [25], "code": ["balance"], "duration": [5], "action": ["extend"]}}
{"text": "持续12秒,第22号架到第27号架伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [22], "stopNo": [27], "code": ["balance"], "duration": [12], "action": ["extend"]}}
{"text": "持续4秒,第4到第6架伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [4], "stopNo": [6], "code": ["balance"], "duration": [4], "action": ["extend"]}}
{"text": "第7到第9架伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [7], "stopNo": [9], "code": ["balance"], "duration": [0], "action": ["extend"]}}
{"text": "持续6秒,第11架伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [11], "stopNo": [11], "code": ["balance"], "duration": [6], "action": ["extend"]}}
{"text": "第12架伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [12], "stopNo": [12], "code": ["balance"], "duration": [0], "action": ["extend"]}}
{"text": "持续5秒,第13到第15架伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [13], "stopNo": [15], "code": ["balance"], "duration": [5], "action": ["extend"]}}
{"text": "第16到第18架伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [16], "stopNo": [18], "code": ["balance"], "duration": [0], "action": ["extend"]}}
{"text": "持续7秒,第19架伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [19], "stopNo": [19], "code": ["balance"], "duration": [7], "action": ["extend"]}}
{"text": "第20架伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [20], "code": ["balance"], "duration": [0], "action": ["extend"]}}
{"text": "持续3秒,第22到第24架伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [22], "stopNo": [24], "code": ["balance"], "duration": [3], "action": ["extend"]}}
{"text": "第25到第27架伸平衡", "label": {"ctrlType": ["scuExec"], "startNo": [25], "stopNo": [27], "code": ["balance"], "duration": [0], "action": ["extend"]}}
{"text": "第3到第8架开始收平衡 5秒", "label": {"ctrlType": ["scuExec"], "startNo": [3], "stopNo": [8], "code": ["balance"], "duration": [5], "action": ["retract"]}}
{"text": "第5到第30架开始收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [5], "stopNo": [30], "code": ["balance"], "duration": [0], "action": ["retract"]}}
{"text": "第50架开始收平衡 4秒", "label": {"ctrlType": ["scuExec"], "startNo": [50], "stopNo": [50], "code": ["balance"], "duration": [4], "action": ["retract"]}}
{"text": "第85架开始收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [85], "stopNo": [85], "code": ["balance"], "duration": [0], "action": ["retract"]}}
{"text": "第6架开始收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [6], "stopNo": [6], "code": ["balance"], "duration": [0], "action": ["retract"]}}
{"text": "第100架执行收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [100], "stopNo": [100], "code": ["balance"], "duration": [0], "action": ["retract"]}}
{"text": "75到80号架开始收平衡,连续输出 3秒", "label": {"ctrlType": ["scuExec"], "startNo": [75], "stopNo": [80], "code": ["balance"], "duration": [3], "action": ["retract"]}}
{"text": "持续15秒,第15号架到第25号架收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [15], "stopNo": [25], "code": ["balance"], "duration": [15], "action": ["retract"]}}
{"text": "第10到第20架开始收平衡 6秒", "label": {"ctrlType": ["scuExec"], "startNo": [10], "stopNo": [20], "code": ["balance"], "duration": [6], "action": ["retract"]}}
{"text": "第18到第45架开始收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [18], "stopNo": [45], "code": ["balance"], "duration": [0], "action": ["retract"]}}
{"text": "第30架开始收平衡 3秒", "label": {"ctrlType": ["scuExec"], "startNo": [30], "stopNo": [30], "code": ["balance"], "duration": [3], "action": ["retract"]}}
{"text": "第55架开始收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [55], "stopNo": [55], "code": ["balance"], "duration": [0], "action": ["retract"]}}
{"text": "第65架开始收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [65], "stopNo": [65], "code": ["balance"], "duration": [0], "action": ["retract"]}}
{"text": "第28架执行收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [28], "stopNo": [28], "code": ["balance"], "duration": [0], "action": ["retract"]}}
{"text": "15到22号架开始收平衡,连续输出 5秒", "label": {"ctrlType": ["scuExec"], "startNo": [15], "stopNo": [22], "code": ["balance"], "duration": [5], "action": ["retract"]}}
{"text": "持续10秒,第20号架到第23号架收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [23], "code": ["balance"], "duration": [10], "action": ["retract"]}}
{"text": "持续4秒,第4到第6架收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [4], "stopNo": [6], "code": ["balance"], "duration": [4], "action": ["retract"]}}
{"text": "第7到第9架收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [7], "stopNo": [9], "code": ["balance"], "duration": [0], "action": ["retract"]}}
{"text": "持续6秒,第10架收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [10], "stopNo": [10], "code": ["balance"], "duration": [6], "action": ["retract"]}}
{"text": "第11架收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [11], "stopNo": [11], "code": ["balance"], "duration": [0], "action": ["retract"]}}
{"text": "持续5秒,第13到第15架收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [13], "stopNo": [15], "code": ["balance"], "duration": [5], "action": ["retract"]}}
{"text": "第16到第18架收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [16], "stopNo": [18], "code": ["balance"], "duration": [0], "action": ["retract"]}}
{"text": "持续7秒,第19架收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [19], "stopNo": [19], "code": ["balance"], "duration": [7], "action": ["retract"]}}
{"text": "第20架收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [20], "code": ["balance"], "duration": [0], "action": ["retract"]}}
{"text": "持续3秒,第22到第24架收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [22], "stopNo": [24], "code": ["balance"], "duration": [3], "action": ["retract"]}}
{"text": "第25到第27架收平衡", "label": {"ctrlType": ["scuExec"], "startNo": [25], "stopNo": [27], "code": ["balance"], "duration": [0], "action": ["retract"]}}
{"text": "第4到第9架开始伸伸缩 4秒", "label": {"ctrlType": ["scuExec"], "startNo": [4], "stopNo": [9], "code": ["telescopic"], "duration": [4], "action": ["extend"]}}
{"text": "第6到第35架开始伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [6], "stopNo": [35], "code": ["telescopic"], "duration": [0], "action": ["extend"]}}
{"text": "第45架开始伸伸缩 5秒", "label": {"ctrlType": ["scuExec"], "startNo": [45], "stopNo": [45], "code": ["telescopic"], "duration": [5], "action": ["extend"]}}
{"text": "第95架开始伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [95], "stopNo": [95], "code": ["telescopic"], "duration": [0], "action": ["extend"]}}
{"text": "第7架开始伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [7], "stopNo": [7], "code": ["telescopic"], "duration": [0], "action": ["extend"]}}
{"text": "第105架执行伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [105], "stopNo": [105], "code": ["telescopic"], "duration": [0], "action": ["extend"]}}
{"text": "80到85号架开始伸伸缩,连续输出 2秒", "label": {"ctrlType": ["scuExec"], "startNo": [80], "stopNo": [85], "code": ["telescopic"], "duration": [2], "action": ["extend"]}}
{"text": "持续18秒,第18号架到第28号架伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [18], "stopNo": [28], "code": ["telescopic"], "duration": [18], "action": ["extend"]}}
{"text": "第12到第25架开始伸伸缩 7秒", "label": {"ctrlType": ["scuExec"], "startNo": [12], "stopNo": [25], "code": ["telescopic"], "duration": [7], "action": ["extend"]}}
{"text": "第20到第45架开始伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [45], "code": ["telescopic"], "duration": [0], "action": ["extend"]}}
{"text": "第35架开始伸伸缩 3秒", "label": {"ctrlType": ["scuExec"], "startNo": [35], "stopNo": [35], "code": ["telescopic"], "duration": [3], "action": ["extend"]}}
{"text": "第55架开始伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [55], "stopNo": [55], "code": ["telescopic"], "duration": [0], "action": ["extend"]}}
{"text": "第65架开始伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [65], "stopNo": [65], "code": ["telescopic"], "duration": [0], "action": ["extend"]}}
{"text": "第30架执行伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [30], "stopNo": [30], "code": ["telescopic"], "duration": [0], "action": ["extend"]}}
{"text": "15到25号架开始伸伸缩,连续输出 6秒", "label": {"ctrlType": ["scuExec"], "startNo": [15], "stopNo": [25], "code": ["telescopic"], "duration": [6], "action": ["extend"]}}
{"text": "持续12秒,第22号架到第27号架伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [22], "stopNo": [27], "code": ["telescopic"], "duration": [12], "action": ["extend"]}}
{"text": "持续5秒,第4到第6架伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [4], "stopNo": [6], "code": ["telescopic"], "duration": [5], "action": ["extend"]}}
{"text": "第7到第9架伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [7], "stopNo": [9], "code": ["telescopic"], "duration": [0], "action": ["extend"]}}
{"text": "持续7秒,第10架伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [10], "stopNo": [10], "code": ["telescopic"], "duration": [7], "action": ["extend"]}}
{"text": "第11架伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [11], "stopNo": [11], "code": ["telescopic"], "duration": [0], "action": ["extend"]}}
{"text": "持续6秒,第13到第15架伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [13], "stopNo": [15], "code": ["telescopic"], "duration": [6], "action": ["extend"]}}
{"text": "第16到第18架伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [16], "stopNo": [18], "code": ["telescopic"], "duration": [0], "action": ["extend"]}}
{"text": "持续8秒,第19架伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [19], "stopNo": [19], "code": ["telescopic"], "duration": [8], "action": ["extend"]}}
{"text": "第20架伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [20], "code": ["telescopic"], "duration": [0], "action": ["extend"]}}
{"text": "持续3秒,第22到第24架伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [22], "stopNo": [24], "code": ["telescopic"], "duration": [3], "action": ["extend"]}}
{"text": "第25到第27架伸伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [25], "stopNo": [27], "code": ["telescopic"], "duration": [0], "action": ["extend"]}}
{"text": "第5到第8架开始收伸缩 3秒", "label": {"ctrlType": ["scuExec"], "startNo": [5], "stopNo": [8], "code": ["telescopic"], "duration": [3], "action": ["retract"]}}
{"text": "第8到第30架开始收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [8], "stopNo": [30], "code": ["telescopic"], "duration": [0], "action": ["retract"]}}
{"text": "第40架开始收伸缩 4秒", "label": {"ctrlType": ["scuExec"], "startNo": [40], "stopNo": [40], "code": ["telescopic"], "duration": [4], "action": ["retract"]}}
{"text": "第90架开始收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [90], "stopNo": [90], "code": ["telescopic"], "duration": [0], "action": ["retract"]}}
{"text": "第9架开始收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [9], "stopNo": [9], "code": ["telescopic"], "duration": [0], "action": ["retract"]}}
{"text": "第100架执行收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [100], "stopNo": [100], "code": ["telescopic"], "duration": [0], "action": ["retract"]}}
{"text": "75到80号架开始收伸缩,连续输出 3秒", "label": {"ctrlType": ["scuExec"], "startNo": [75], "stopNo": [80], "code": ["telescopic"], "duration": [3], "action": ["retract"]}}
{"text": "持续15秒,第15号架到第25号架收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [15], "stopNo": [25], "code": ["telescopic"], "duration": [15], "action": ["retract"]}}
{"text": "第10到第20架开始收伸缩 6秒", "label": {"ctrlType": ["scuExec"], "startNo": [10], "stopNo": [20], "code": ["telescopic"], "duration": [6], "action": ["retract"]}}
{"text": "第22到第40架开始收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [22], "stopNo": [40], "code": ["telescopic"], "duration": [0], "action": ["retract"]}}
{"text": "第30架开始收伸缩 2秒", "label": {"ctrlType": ["scuExec"], "startNo": [30], "stopNo": [30], "code": ["telescopic"], "duration": [2], "action": ["retract"]}}
{"text": "第50架开始收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [50], "stopNo": [50], "code": ["telescopic"], "duration": [0], "action": ["retract"]}}
{"text": "第60架开始收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [60], "stopNo": [60], "code": ["telescopic"], "duration": [0], "action": ["retract"]}}
{"text": "第25架执行收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [25], "stopNo": [25], "code": ["telescopic"], "duration": [0], "action": ["retract"]}}
{"text": "18到24号架开始收伸缩,连续输出 5秒", "label": {"ctrlType": ["scuExec"], "startNo": [18], "stopNo": [24], "code": ["telescopic"], "duration": [5], "action": ["retract"]}}
{"text": "持续10秒,第20号架到第25号架收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [25], "code": ["telescopic"], "duration": [10], "action": ["retract"]}}
{"text": "持续4秒,第5到第7架收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [5], "stopNo": [7], "code": ["telescopic"], "duration": [4], "action": ["retract"]}}
{"text": "第8到第10架收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [8], "stopNo": [10], "code": ["telescopic"], "duration": [0], "action": ["retract"]}}
{"text": "持续6秒,第11架收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [11], "stopNo": [11], "code": ["telescopic"], "duration": [6], "action": ["retract"]}}
{"text": "第12架收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [12], "stopNo": [12], "code": ["telescopic"], "duration": [0], "action": ["retract"]}}
{"text": "持续5秒,第13到第15架收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [13], "stopNo": [15], "code": ["telescopic"], "duration": [5], "action": ["retract"]}}
{"text": "第16到第18架收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [16], "stopNo": [18], "code": ["telescopic"], "duration": [0], "action": ["retract"]}}
{"text": "持续7秒,第19架收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [19], "stopNo": [19], "code": ["telescopic"], "duration": [7], "action": ["retract"]}}
{"text": "第20架收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [20], "code": ["telescopic"], "duration": [0], "action": ["retract"]}}
{"text": "持续3秒,第22到第24架收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [22], "stopNo": [24], "code": ["telescopic"], "duration": [3], "action": ["retract"]}}
{"text": "第25到第27架收伸缩", "label": {"ctrlType": ["scuExec"], "startNo": [25], "stopNo": [27], "code": ["telescopic"], "duration": [0], "action": ["retract"]}}
{"text": "第3到第8架开始伸护帮 3秒", "label": {"ctrlType": ["scuExec"], "startNo": [3], "stopNo": [8], "code": ["protection"], "duration": [3], "action": ["extend"]}}
{"text": "第5到第25架开始伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [5], "stopNo": [25], "code": ["protection"], "duration": [0], "action": ["extend"]}}
{"text": "第35架开始伸护帮 4秒", "label": {"ctrlType": ["scuExec"], "startNo": [35], "stopNo": [35], "code": ["protection"], "duration": [4], "action": ["extend"]}}
{"text": "第80架开始伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [80], "stopNo": [80], "code": ["protection"], "duration": [0], "action": ["extend"]}}
{"text": "第6架开始伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [6], "stopNo": [6], "code": ["protection"], "duration": [0], "action": ["extend"]}}
{"text": "第90架执行伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [90], "stopNo": [90], "code": ["protection"], "duration": [0], "action": ["extend"]}}
{"text": "65到70号架开始伸护帮,连续输出 2秒", "label": {"ctrlType": ["scuExec"], "startNo": [65], "stopNo": [70], "code": ["protection"], "duration": [2], "action": ["extend"]}}
{"text": "持续15秒,第15号架到第20号架伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [15], "stopNo": [20], "code": ["protection"], "duration": [15], "action": ["extend"]}}
{"text": "第10到第18架开始伸护帮 6秒", "label": {"ctrlType": ["scuExec"], "startNo": [10], "stopNo": [18], "code": ["protection"], "duration": [6], "action": ["extend"]}}
{"text": "第16到第30架开始伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [16], "stopNo": [30], "code": ["protection"], "duration": [0], "action": ["extend"]}}
{"text": "第25架开始伸护帮 2秒", "label": {"ctrlType": ["scuExec"], "startNo": [25], "stopNo": [25], "code": ["protection"], "duration": [2], "action": ["extend"]}}
{"text": "第40架开始伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [40], "stopNo": [40], "code": ["protection"], "duration": [0], "action": ["extend"]}}
{"text": "第50架开始伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [50], "stopNo": [50], "code": ["protection"], "duration": [0], "action": ["extend"]}}
{"text": "第20架执行伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [20], "code": ["protection"], "duration": [0], "action": ["extend"]}}
{"text": "12到20号架开始伸护帮,连续输出 5秒", "label": {"ctrlType": ["scuExec"], "startNo": [12], "stopNo": [20], "code": ["protection"], "duration": [5], "action": ["extend"]}}
{"text": "持续10秒,第18号架到第23号架伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [18], "stopNo": [23], "code": ["protection"], "duration": [10], "action": ["extend"]}}
{"text": "持续4秒,第3到第5架伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [3], "stopNo": [5], "code": ["protection"], "duration": [4], "action": ["extend"]}}
{"text": "第6到第8架伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [6], "stopNo": [8], "code": ["protection"], "duration": [0], "action": ["extend"]}}
{"text": "持续6秒,第9架伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [9], "stopNo": [9], "code": ["protection"], "duration": [6], "action": ["extend"]}}
{"text": "第10架伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [10], "stopNo": [10], "code": ["protection"], "duration": [0], "action": ["extend"]}}
{"text": "持续5秒,第11到第13架伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [11], "stopNo": [13], "code": ["protection"], "duration": [5], "action": ["extend"]}}
{"text": "第14到第16架伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [14], "stopNo": [16], "code": ["protection"], "duration": [0], "action": ["extend"]}}
{"text": "持续7秒,第17架伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [17], "stopNo": [17], "code": ["protection"], "duration": [7], "action": ["extend"]}}
{"text": "第18架伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [18], "stopNo": [18], "code": ["protection"], "duration": [0], "action": ["extend"]}}
{"text": "持续3秒,第20到第22架伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [22], "code": ["protection"], "duration": [3], "action": ["extend"]}}
{"text": "第23到第25架伸护帮", "label": {"ctrlType": ["scuExec"], "startNo": [23], "stopNo": [25], "code": ["protection"], "duration": [0], "action": ["extend"]}}
{"text": "第5到第10架开始收护帮 3秒", "label": {"ctrlType": ["scuExec"], "startNo": [5], "stopNo": [10], "code": ["protection"], "duration": [3], "action": ["retract"]}}
{"text": "第8到第32架开始收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [8], "stopNo": [32], "code": ["protection"], "duration": [0], "action": ["retract"]}}
{"text": "第42架开始收护帮 5秒", "label": {"ctrlType": ["scuExec"], "startNo": [42], "stopNo": [42], "code": ["protection"], "duration": [5], "action": ["retract"]}}
{"text": "第92架开始收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [92], "stopNo": [92], "code": ["protection"], "duration": [0], "action": ["retract"]}}
{"text": "第9架开始收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [9], "stopNo": [9], "code": ["protection"], "duration": [0], "action": ["retract"]}}
{"text": "第102架执行收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [102], "stopNo": [102], "code": ["protection"], "duration": [0], "action": ["retract"]}}
{"text": "78到83号架开始收护帮,连续输出 2秒", "label": {"ctrlType": ["scuExec"], "startNo": [78], "stopNo": [83], "code": ["protection"], "duration": [2], "action": ["retract"]}}
{"text": "持续16秒,第16号架到第26号架收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [16], "stopNo": [26], "code": ["protection"], "duration": [16], "action": ["retract"]}}
{"text": "第14到第22架开始收护帮 6秒", "label": {"ctrlType": ["scuExec"], "startNo": [14], "stopNo": [22], "code": ["protection"], "duration": [6], "action": ["retract"]}}
{"text": "第20到第40架开始收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [40], "code": ["protection"], "duration": [0], "action": ["retract"]}}
{"text": "第30架开始收护帮 4秒", "label": {"ctrlType": ["scuExec"], "startNo": [30], "stopNo": [30], "code": ["protection"], "duration": [4], "action": ["retract"]}}
{"text": "第50架开始收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [50], "stopNo": [50], "code": ["protection"], "duration": [0], "action": ["retract"]}}
{"text": "第60架开始收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [60], "stopNo": [60], "code": ["protection"], "duration": [0], "action": ["retract"]}}
{"text": "第28架执行收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [28], "stopNo": [28], "code": ["protection"], "duration": [0], "action": ["retract"]}}
{"text": "12到20号架开始收护帮,连续输出 5秒", "label": {"ctrlType": ["scuExec"], "startNo": [12], "stopNo": [20], "code": ["protection"], "duration": [5], "action": ["retract"]}}
{"text": "持续10秒,第20号架到第25号架收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [25], "code": ["protection"], "duration": [10], "action": ["retract"]}}
{"text": "持续4秒,第5到第7架收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [5], "stopNo": [7], "code": ["protection"], "duration": [4], "action": ["retract"]}}
{"text": "第8到第10架收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [8], "stopNo": [10], "code": ["protection"], "duration": [0], "action": ["retract"]}}
{"text": "持续6秒,第11架收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [11], "stopNo": [11], "code": ["protection"], "duration": [6], "action": ["retract"]}}
{"text": "第12架收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [12], "stopNo": [12], "code": ["protection"], "duration": [0], "action": ["retract"]}}
{"text": "持续5秒,第13到第15架收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [13], "stopNo": [15], "code": ["protection"], "duration": [5], "action": ["retract"]}}
{"text": "第16到第18架收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [16], "stopNo": [18], "code": ["protection"], "duration": [0], "action": ["retract"]}}
{"text": "持续7秒,第19架收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [19], "stopNo": [19], "code": ["protection"], "duration": [7], "action": ["retract"]}}
{"text": "第20架收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [20], "code": ["protection"], "duration": [0], "action": ["retract"]}}
{"text": "持续3秒,第22到第24架收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [22], "stopNo": [24], "code": ["protection"], "duration": [3], "action": ["retract"]}}
{"text": "第25到第27架收护帮", "label": {"ctrlType": ["scuExec"], "startNo": [25], "stopNo": [27], "code": ["protection"], "duration": [0], "action": ["retract"]}}
{"text": "第3到第8架开始推溜 3秒", "label": {"ctrlType": ["scuExec"], "startNo": [3], "stopNo": [8], "code": ["pusher"], "duration": [3], "action": ["extend"]}}
{"text": "第5到第28架开始推溜", "label": {"ctrlType": ["scuExec"], "startNo": [5], "stopNo": [28], "code": ["pusher"], "duration": [0], "action": ["extend"]}}
{"text": "第40架开始推溜 4秒", "label": {"ctrlType": ["scuExec"], "startNo": [40], "stopNo": [40], "code": ["pusher"], "duration": [4], "action": ["extend"]}}
{"text": "第85架开始推溜", "label": {"ctrlType": ["scuExec"], "startNo": [85], "stopNo": [85], "code": ["pusher"], "duration": [0], "action": ["extend"]}}
{"text": "第6架开始推溜", "label": {"ctrlType": ["scuExec"], "startNo": [6], "stopNo": [6], "code": ["pusher"], "duration": [0], "action": ["extend"]}}
{"text": "第95架执行推溜", "label": {"ctrlType": ["scuExec"], "startNo": [95], "stopNo": [95], "code": ["pusher"], "duration": [0], "action": ["extend"]}}
{"text": "70到75号架开始推溜,连续输出 2秒", "label": {"ctrlType": ["scuExec"], "startNo": [70], "stopNo": [75], "code": ["pusher"], "duration": [2], "action": ["extend"]}}
{"text": "持续15秒,第12号架到第22号架推溜", "label": {"ctrlType": ["scuExec"], "startNo": [12], "stopNo": [22], "code": ["pusher"], "duration": [15], "action": ["extend"]}}
{"text": "第10到第18架开始推溜 6秒", "label": {"ctrlType": ["scuExec"], "startNo": [10], "stopNo": [18], "code": ["pusher"], "duration": [6], "action": ["extend"]}}
{"text": "第16到第35架开始推溜", "label": {"ctrlType": ["scuExec"], "startNo": [16], "stopNo": [35], "code": ["pusher"], "duration": [0], "action": ["extend"]}}
{"text": "第25架开始推溜 2秒", "label": {"ctrlType": ["scuExec"], "startNo": [25], "stopNo": [25], "code": ["pusher"], "duration": [2], "action": ["extend"]}}
{"text": "第45架开始推溜", "label": {"ctrlType": ["scuExec"], "startNo": [45], "stopNo": [45], "code": ["pusher"], "duration": [0], "action": ["extend"]}}
{"text": "第55架开始推溜", "label": {"ctrlType": ["scuExec"], "startNo": [55], "stopNo": [55], "code": ["pusher"], "duration": [0], "action": ["extend"]}}
{"text": "第22架执行推溜", "label": {"ctrlType": ["scuExec"], "startNo": [22], "stopNo": [22], "code": ["pusher"], "duration": [0], "action": ["extend"]}}
{"text": "10到18号架开始推溜,连续输出 5秒", "label": {"ctrlType": ["scuExec"], "startNo": [10], "stopNo": [18], "code": ["pusher"], "duration": [5], "action": ["extend"]}}
{"text": "持续10秒,第18号架到第23号架推溜", "label": {"ctrlType": ["scuExec"], "startNo": [18], "stopNo": [23], "code": ["pusher"], "duration": [10], "action": ["extend"]}}
{"text": "持续4秒,第3到第5架推溜", "label": {"ctrlType": ["scuExec"], "startNo": [3], "stopNo": [5], "code": ["pusher"], "duration": [4], "action": ["extend"]}}
{"text": "第6到第8架推溜", "label": {"ctrlType": ["scuExec"], "startNo": [6], "stopNo": [8], "code": ["pusher"], "duration": [0], "action": ["extend"]}}
{"text": "持续6秒,第9架推溜", "label": {"ctrlType": ["scuExec"], "startNo": [9], "stopNo": [9], "code": ["pusher"], "duration": [6], "action": ["extend"]}}
{"text": "第10架推溜", "label": {"ctrlType": ["scuExec"], "startNo": [10], "stopNo": [10], "code": ["pusher"], "duration": [0], "action": ["extend"]}}
{"text": "持续5秒,第11到第13架推溜", "label": {"ctrlType": ["scuExec"], "startNo": [11], "stopNo": [13], "code": ["pusher"], "duration": [5], "action": ["extend"]}}
{"text": "第14到第16架推溜", "label": {"ctrlType": ["scuExec"], "startNo": [14], "stopNo": [16], "code": ["pusher"], "duration": [0], "action": ["extend"]}}
{"text": "持续7秒,第17架推溜", "label": {"ctrlType": ["scuExec"], "startNo": [17], "stopNo": [17], "code": ["pusher"], "duration": [7], "action": ["extend"]}}
{"text": "第18架推溜", "label": {"ctrlType": ["scuExec"], "startNo": [18], "stopNo": [18], "code": ["pusher"], "duration": [0], "action": ["extend"]}}
{"text": "持续3秒,第20到第22架推溜", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [22], "code": ["pusher"], "duration": [3], "action": ["extend"]}}
{"text": "第23到第25架推溜", "label": {"ctrlType": ["scuExec"], "startNo": [23], "stopNo": [25], "code": ["pusher"], "duration": [0], "action": ["extend"]}}
{"text": "第5到第10架开始拉架 3秒", "label": {"ctrlType": ["scuExec"], "startNo": [5], "stopNo": [10], "code": ["pusher"], "duration": [3], "action": ["retract"]}}
{"text": "第8到第30架开始拉架", "label": {"ctrlType": ["scuExec"], "startNo": [8], "stopNo": [30], "code": ["pusher"], "duration": [0], "action": ["retract"]}}
{"text": "第40架开始拉架 5秒", "label": {"ctrlType": ["scuExec"], "startNo": [40], "stopNo": [40], "code": ["pusher"], "duration": [5], "action": ["retract"]}}
{"text": "第85架开始拉架", "label": {"ctrlType": ["scuExec"], "startNo": [85], "stopNo": [85], "code": ["pusher"], "duration": [0], "action": ["retract"]}}
{"text": "第9架开始拉架", "label": {"ctrlType": ["scuExec"], "startNo": [9], "stopNo": [9], "code": ["pusher"], "duration": [0], "action": ["retract"]}}
{"text": "第95架执行拉架", "label": {"ctrlType": ["scuExec"], "startNo": [95], "stopNo": [95], "code": ["pusher"], "duration": [0], "action": ["retract"]}}
{"text": "70到75号架开始拉架,连续输出 2秒", "label": {"ctrlType": ["scuExec"], "startNo": [70], "stopNo": [75], "code": ["pusher"], "duration": [2], "action": ["retract"]}}
{"text": "持续15秒,第15号架到第25号架拉架", "label": {"ctrlType": ["scuExec"], "startNo": [15], "stopNo": [25], "code": ["pusher"], "duration": [15], "action": ["retract"]}}
{"text": "第10到第20架开始拉架 6秒", "label": {"ctrlType": ["scuExec"], "startNo": [10], "stopNo": [20], "code": ["pusher"], "duration": [6], "action": ["retract"]}}
{"text": "第18到第40架开始拉架", "label": {"ctrlType": ["scuExec"], "startNo": [18], "stopNo": [40], "code": ["pusher"], "duration": [0], "action": ["retract"]}}
{"text": "第25架开始拉架 4秒", "label": {"ctrlType": ["scuExec"], "startNo": [25], "stopNo": [25], "code": ["pusher"], "duration": [4], "action": ["retract"]}}
{"text": "第50架开始拉架", "label": {"ctrlType": ["scuExec"], "startNo": [50], "stopNo": [50], "code": ["pusher"], "duration": [0], "action": ["retract"]}}
{"text": "第60架开始拉架", "label": {"ctrlType": ["scuExec"], "startNo": [60], "stopNo": [60], "code": ["pusher"], "duration": [0], "action": ["retract"]}}
{"text": "第30架执行拉架", "label": {"ctrlType": ["scuExec"], "startNo": [30], "stopNo": [30], "code": ["pusher"], "duration": [0], "action": ["retract"]}}
{"text": "12到20号架开始拉架,连续输出 5秒", "label": {"ctrlType": ["scuExec"], "startNo": [12], "stopNo": [20], "code": ["pusher"], "duration": [5], "action": ["retract"]}}
{"text": "持续10秒,第20号架到第25号架拉架", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [25], "code": ["pusher"], "duration": [10], "action": ["retract"]}}
{"text": "持续4秒,第5到第7架拉架", "label": {"ctrlType": ["scuExec"], "startNo": [5], "stopNo": [7], "code": ["pusher"], "duration": [4], "action": ["retract"]}}
{"text": "第8到第10架拉架", "label": {"ctrlType": ["scuExec"], "startNo": [8], "stopNo": [10], "code": ["pusher"], "duration": [0], "action": ["retract"]}}
{"text": "持续6秒,第11架拉架", "label": {"ctrlType": ["scuExec"], "startNo": [11], "stopNo": [11], "code": ["pusher"], "duration": [6], "action": ["retract"]}}
{"text": "第12架拉架", "label": {"ctrlType": ["scuExec"], "startNo": [12], "stopNo": [12], "code": ["pusher"], "duration": [0], "action": ["retract"]}}
{"text": "持续5秒,第13到第15架拉架", "label": {"ctrlType": ["scuExec"], "startNo": [13], "stopNo": [15], "code": ["pusher"], "duration": [5], "action": ["retract"]}}
{"text": "第16到第18架拉架", "label": {"ctrlType": ["scuExec"], "startNo": [16], "stopNo": [18], "code": ["pusher"], "duration": [0], "action": ["retract"]}}
{"text": "持续7秒,第19架拉架", "label": {"ctrlType": ["scuExec"], "startNo": [19], "stopNo": [19], "code": ["pusher"], "duration": [7], "action": ["retract"]}}
{"text": "第20架拉架", "label": {"ctrlType": ["scuExec"], "startNo": [20], "stopNo": [20], "code": ["pusher"], "duration": [0], "action": ["retract"]}}
{"text": "持续3秒,第22到第24架拉架", "label": {"ctrlType": ["scuExec"], "startNo": [22], "stopNo": [24], "code": ["pusher"], "duration": [3], "action": ["retract"]}}
{"text": "第25到第27架拉架", "label": {"ctrlType": ["scuExec"], "startNo": [25], "stopNo": [27], "code": ["pusher"], "duration": [0], "action": ["retract"]}}
{"text": "第25到第27架升柱停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [25], "stopNo": [27], "code": ["column"], "action": ["extend"]}}
{"text": "第15到第17架停止升柱", "label": {"ctrlType": ["scuUnExec"], "startNo": [15], "stopNo": [17], "code": ["column"], "action": ["extend"]}}
{"text": "停止第5到第17架升柱", "label": {"ctrlType": ["scuUnExec"], "startNo": [5], "stopNo": [17], "code": ["column"], "action": ["extend"]}}
{"text": "停止第33架升柱", "label": {"ctrlType": ["scuUnExec"], "startNo": [33], "stopNo": [33], "code": ["column"], "action": ["extend"]}}
{"text": "第102架升柱停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [102], "stopNo": [102], "code": ["column"], "action": ["extend"]}}
{"text": "第7架停止升柱", "label": {"ctrlType": ["scuUnExec"], "startNo": [7], "stopNo": [7], "code": ["column"], "action": ["extend"]}}
{"text": "第30到第32架降柱停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [30], "stopNo": [32], "code": ["column"], "action": ["retract"]}}
{"text": "第20到第22架停止降柱", "label": {"ctrlType": ["scuUnExec"], "startNo": [20], "stopNo": [22], "code": ["column"], "action": ["retract"]}}
{"text": "停止第10到第20架降柱", "label": {"ctrlType": ["scuUnExec"], "startNo": [10], "stopNo": [20], "code": ["column"], "action": ["retract"]}}
{"text": "停止第40架降柱", "label": {"ctrlType": ["scuUnExec"], "startNo": [40], "stopNo": [40], "code": ["column"], "action": ["retract"]}}
{"text": "第110架降柱停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [110], "stopNo": [110], "code": ["column"], "action": ["retract"]}}
{"text": "第10架停止降柱", "label": {"ctrlType": ["scuUnExec"], "startNo": [10], "stopNo": [10], "code": ["column"], "action": ["retract"]}}
{"text": "第30到第32架伸平衡停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [30], "stopNo": [32], "code": ["balance"], "action": ["extend"]}}
{"text": "第20到第22架停止伸平衡", "label": {"ctrlType": ["scuUnExec"], "startNo": [20], "stopNo": [22], "code": ["balance"], "action": ["extend"]}}
{"text": "停止第8到第20架伸平衡", "label": {"ctrlType": ["scuUnExec"], "startNo": [8], "stopNo": [20], "code": ["balance"], "action": ["extend"]}}
{"text": "停止第40架伸平衡", "label": {"ctrlType": ["scuUnExec"], "startNo": [40], "stopNo": [40], "code": ["balance"], "action": ["extend"]}}
{"text": "第110架伸平衡停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [110], "stopNo": [110], "code": ["balance"], "action": ["extend"]}}
{"text": "第10架停止伸平衡", "label": {"ctrlType": ["scuUnExec"], "startNo": [10], "stopNo": [10], "code": ["balance"], "action": ["extend"]}}
{"text": "第30到第32架收平衡停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [30], "stopNo": [32], "code": ["balance"], "action": ["retract"]}}
{"text": "第20到第22架停止收平衡", "label": {"ctrlType": ["scuUnExec"], "startNo": [20], "stopNo": [22], "code": ["balance"], "action": ["retract"]}}
{"text": "停止第8到第20架收平衡", "label": {"ctrlType": ["scuUnExec"], "startNo": [8], "stopNo": [20], "code": ["balance"], "action": ["retract"]}}
{"text": "停止第40架收平衡", "label": {"ctrlType": ["scuUnExec"], "startNo": [40], "stopNo": [40], "code": ["balance"], "action": ["retract"]}}
{"text": "第110架收平衡停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [110], "stopNo": [110], "code": ["balance"], "action": ["retract"]}}
{"text": "第10架停止收平衡", "label": {"ctrlType": ["scuUnExec"], "startNo": [10], "stopNo": [10], "code": ["balance"], "action": ["retract"]}}
{"text": "第30到第32架伸伸缩停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [30], "stopNo": [32], "code": ["telescopic"], "action": ["extend"]}}
{"text": "第20到第22架停止伸伸缩", "label": {"ctrlType": ["scuUnExec"], "startNo": [20], "stopNo": [22], "code": ["telescopic"], "action": ["extend"]}}
{"text": "停止第8到第20架伸伸缩", "label": {"ctrlType": ["scuUnExec"], "startNo": [8], "stopNo": [20], "code": ["telescopic"], "action": ["extend"]}}
{"text": "停止第40架伸伸缩", "label": {"ctrlType": ["scuUnExec"], "startNo": [40], "stopNo": [40], "code": ["telescopic"], "action": ["extend"]}}
{"text": "第110架伸伸缩停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [110], "stopNo": [110], "code": ["telescopic"], "action": ["extend"]}}
{"text": "第10架停止伸伸缩", "label": {"ctrlType": ["scuUnExec"], "startNo": [10], "stopNo": [10], "code": ["telescopic"], "action": ["extend"]}}
{"text": "第30到第32架收伸缩停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [30], "stopNo": [32], "code": ["telescopic"], "action": ["retract"]}}
{"text": "第20到第22架停止收伸缩", "label": {"ctrlType": ["scuUnExec"], "startNo": [20], "stopNo": [22], "code": ["telescopic"], "action": ["retract"]}}
{"text": "停止第8到第20架收伸缩", "label": {"ctrlType": ["scuUnExec"], "startNo": [8], "stopNo": [20], "code": ["telescopic"], "action": ["retract"]}}
{"text": "停止第40架收伸缩", "label": {"ctrlType": ["scuUnExec"], "startNo": [40], "stopNo": [40], "code": ["telescopic"], "action": ["retract"]}}
{"text": "第110架收伸缩停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [110], "stopNo": [110], "code": ["telescopic"], "action": ["retract"]}}
{"text": "第10架停止收伸缩", "label": {"ctrlType": ["scuUnExec"], "startNo": [10], "stopNo": [10], "code": ["telescopic"], "action": ["retract"]}}
{"text": "第30到第32架伸护帮停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [30], "stopNo": [32], "code": ["protection"], "action": ["extend"]}}
{"text": "第20到第22架停止伸护帮", "label": {"ctrlType": ["scuUnExec"], "startNo": [20], "stopNo": [22], "code": ["protection"], "action": ["extend"]}}
{"text": "停止第8到第20架伸护帮", "label": {"ctrlType": ["scuUnExec"], "startNo": [8], "stopNo": [20], "code": ["protection"], "action": ["extend"]}}
{"text": "停止第40架伸护帮", "label": {"ctrlType": ["scuUnExec"], "startNo": [40], "stopNo": [40], "code": ["protection"], "action": ["extend"]}}
{"text": "第110架伸护帮停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [110], "stopNo": [110], "code": ["protection"], "action": ["extend"]}}
{"text": "第10架停止伸护帮", "label": {"ctrlType": ["scuUnExec"], "startNo": [10], "stopNo": [10], "code": ["protection"], "action": ["extend"]}}
{"text": "第35到第37架收护帮停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [35], "stopNo": [37], "code": ["protection"], "action": ["retract"]}}
{"text": "第25到第27架停止收护帮", "label": {"ctrlType": ["scuUnExec"], "startNo": [25], "stopNo": [27], "code": ["protection"], "action": ["retract"]}}
{"text": "停止第15到第27架收护帮", "label": {"ctrlType": ["scuUnExec"], "startNo": [15], "stopNo": [27], "code": ["protection"], "action": ["retract"]}}
{"text": "停止第45架收护帮", "label": {"ctrlType": ["scuUnExec"], "startNo": [45], "stopNo": [45], "code": ["protection"], "action": ["retract"]}}
{"text": "第120架收护帮停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [120], "stopNo": [120], "code": ["protection"], "action": ["retract"]}}
{"text": "第15架停止收护帮", "label": {"ctrlType": ["scuUnExec"], "startNo": [15], "stopNo": [15], "code": ["protection"], "action": ["retract"]}}
{"text": "第30到第32架推溜停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [30], "stopNo": [32], "code": ["pusher"], "action": ["extend"]}}
{"text": "第20到第22架停止推溜", "label": {"ctrlType": ["scuUnExec"], "startNo": [20], "stopNo": [22], "code": ["pusher"], "action": ["extend"]}}
{"text": "停止第10到第22架推溜", "label": {"ctrlType": ["scuUnExec"], "startNo": [10], "stopNo": [22], "code": ["pusher"], "action": ["extend"]}}
{"text": "停止第40架推溜", "label": {"ctrlType": ["scuUnExec"], "startNo": [40], "stopNo": [40], "code": ["pusher"], "action": ["extend"]}}
{"text": "第110架推溜停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [110], "stopNo": [110], "code": ["pusher"], "action": ["extend"]}}
{"text": "第12架停止推溜", "label": {"ctrlType": ["scuUnExec"], "startNo": [12], "stopNo": [12], "code": ["pusher"], "action": ["extend"]}}
{"text": "第32到第34架拉架停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [32], "stopNo": [34], "code": ["pusher"], "action": ["retract"]}}
{"text": "第22到第24架停止拉架", "label": {"ctrlType": ["scuUnExec"], "startNo": [22], "stopNo": [24], "code": ["pusher"], "action": ["retract"]}}
{"text": "停止第10到第24架拉架", "label": {"ctrlType": ["scuUnExec"], "startNo": [10], "stopNo": [24], "code": ["pusher"], "action": ["retract"]}}
{"text": "停止第40架拉架", "label": {"ctrlType": ["scuUnExec"], "startNo": [40], "stopNo": [40], "code": ["pusher"], "action": ["retract"]}}
{"text": "第115架拉架停止", "label": {"ctrlType": ["scuUnExec"], "startNo": [115], "stopNo": [115], "code": ["pusher"], "action": ["retract"]}}
{"text": "第15架停止拉架", "label": {"ctrlType": ["scuUnExec"], "startNo": [15], "stopNo": [15], "code": ["pusher"], "action": ["retract"]}}
{"text": "第3架停止动作", "label": {"ctrlType": ["scuUnExecAll"], "startNo": [3], "stopNo": [3]}}
{"text": "动作第3架停止", "label": {"ctrlType": ["scuUnExecAll"], "startNo": [3], "stopNo": [3]}}
{"text": "停止第3架所有动作", "label": {"ctrlType": ["scuUnExecAll"], "startNo": [3], "stopNo": [3]}}
{"text": "第3架所有动作停止", "label": {"ctrlType": ["scuUnExecAll"], "startNo": [3], "stopNo": [3]}}
{"text": "3到5号架停止所有动作", "label": {"ctrlType": ["scuUnExecAll"], "startNo": [3], "stopNo": [5]}}
{"text": "停止3到5号架所有动作", "label": {"ctrlType": ["scuUnExecAll"], "startNo": [3], "stopNo": [5]}}
{"text": "3到5号架停止动作", "label": {"ctrlType": ["scuUnExecAll"], "startNo": [3], "stopNo": [5]}}
{"text": "第7架停止动作", "label": {"ctrlType": ["scuUnExecAll"], "startNo": [7], "stopNo": [7]}}
{"text": "动作第11架停止", "label": {"ctrlType": ["scuUnExecAll"], "startNo": [11], "stopNo": [11]}}
{"text": "停止第100架所有动作", "label": {"ctrlType": ["scuUnExecAll"], "startNo": [100], "stopNo": [100]}}
{"text": "第24架所有动作停止", "label": {"ctrlType": ["scuUnExecAll"], "startNo": [24], "stopNo": [24]}}
{"text": "1到15号架停止所有动作", "label": {"ctrlType": ["scuUnExecAll"], "startNo": [1], "stopNo": [15]}}
{"text": "停止1到106号架所有动作", "label": {"ctrlType": ["scuUnExecAll"], "startNo": [1], "stopNo": [106]}}
{"text": "45到46号架停止动作", "label": {"ctrlType": ["scuUnExecAll"], "startNo": [45], "stopNo": [46]}}
{"text": "锁定5号支架", "label": {"ctrlType": ["scuLock"], "startNo": [5], "stopNo": [5]}}
{"text": "锁定5到10号支架", "label": {"ctrlType": ["scuLock"], "startNo": [5], "stopNo": [10]}}
{"text": "44号支架锁定", "label": {"ctrlType": ["scuLock"], "startNo": [44], "stopNo": [44]}}
{"text": "1到23号支架锁定", "label": {"ctrlType": ["scuLock"], "startNo": [1], "stopNo": [23]}}
{"text": "解锁75号支架", "label": {"ctrlType": ["scuUnLock"], "startNo": [75], "stopNo": [75]}}
{"text": "解锁20到32号支架", "label": {"ctrlType": ["scuUnLock"], "startNo": [20], "stopNo": [32]}}
{"text": "44号支架解锁", "label": {"ctrlType": ["scuUnLock"], "startNo": [44], "stopNo": [44]}}
{"text": "1到23号支架解锁", "label": {"ctrlType": ["scuUnLock"], "startNo": [1], "stopNo": [23]}}
{"text": "闭锁5号支架", "label": {"ctrlType": ["scuELock"], "startNo": [5], "stopNo": [5]}}
{"text": "闭锁5到10号支架", "label": {"ctrlType": ["scuELock"], "startNo": [5], "stopNo": [10]}}
{"text": "44号支架闭锁", "label": {"ctrlType": ["scuELock"], "startNo": [44], "stopNo": [44]}}
{"text": "1到23号支架闭锁", "label": {"ctrlType": ["scuELock"], "startNo": [1], "stopNo": [23]}}
{"text": "解除闭锁5号支架", "label": {"ctrlType": ["scuUnELock"], "startNo": [5], "stopNo": [5]}}
{"text": "解除闭锁5到10号支架", "label": {"ctrlType": ["scuUnELock"], "startNo": [5], "stopNo": [10]}}
{"text": "44号支架解除闭锁", "label": {"ctrlType": ["scuUnELock"], "startNo": [44], "stopNo": [44]}}
{"text": "1到23号支架解除闭锁", "label": {"ctrlType": ["scuUnELock"], "startNo": [1], "stopNo": [23]}}
{"text": "取消闭锁5号支架", "label": {"ctrlType": ["scuUnELock"], "startNo": [5], "stopNo": [5]}}
{"text": "取消闭锁5到10号支架", "label": {"ctrlType": ["scuUnELock"], "startNo": [5], "stopNo": [10]}}
{"text": "44号支架取消闭锁", "label": {"ctrlType": ["scuUnELock"], "startNo": [44], "stopNo": [44]}}
{"text": "1到23号支架取消闭锁", "label": {"ctrlType": ["scuUnELock"], "startNo": [1], "stopNo": [23]}}
{"text": "第1号架到第2号伸缩梁伸到30毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [1], "stopNo": [1], "code": ["telescopic"],"target": [30],"unit": ["mm"]}}
{"text": "第11号架伸缩梁伸到10毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [11], "stopNo": [11], "code": ["telescopic"],"target": [10],"unit": ["mm"]}}
{"text": "第101号架伸缩梁伸到3米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [101], "stopNo": [101], "code": ["telescopic"],"target": [300],"unit": ["mm"]}}
{"text": "第22号架伸缩梁伸到10毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [22], "stopNo": [22], "code": ["telescopic"],"target": [10],"unit": ["mm"]}}
{"text": "第111号架伸缩梁伸到22毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [111], "stopNo": [111], "code": ["telescopic"],"target": [22],"unit": ["mm"]}}
{"text": "第111号架到第112伸缩梁伸到2米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [111], "stopNo": [112], "code": ["telescopic"],"target": [200],"unit": ["mm"]}}
{"text": "第1号架到第2伸缩梁伸到15毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [1], "stopNo": [2], "code": ["telescopic"],"target": [15],"unit": ["mm"]}}
{"text": "17号架到23号架伸缩梁伸到15毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [1], "stopNo": [2], "code": ["telescopic"],"target": [15],"unit": ["mm"]}}
{"text": "第1号架到第2号伸缩梁伸到30毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [1], "stopNo": [1], "code": ["telescopic"],"target": [30],"unit": ["mm"]}}
{"text": "第11号架伸缩梁伸到10毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [11], "stopNo": [11], "code": ["telescopic"],"target": [10],"unit": ["mm"]}}
{"text": "第101号架伸缩梁伸到3米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [101], "stopNo": [101], "code": ["telescopic"],"target": [300],"unit": ["mm"]}}
{"text": "第22号架伸缩梁伸到10毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [22], "stopNo": [22], "code": ["telescopic"],"target": [10],"unit": ["mm"]}}
{"text": "第111号架伸缩梁伸到22毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [111], "stopNo": [111], "code": ["telescopic"],"target": [22],"unit": ["mm"]}}
{"text": "第111号架到第112伸缩梁伸到2米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [111], "stopNo": [112], "code": ["telescopic"],"target": [200],"unit": ["mm"]}}
{"text": "第1号架到第2伸缩梁伸到15毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [1], "stopNo": [2], "code": ["telescopic"],"target": [15],"unit": ["mm"]}}
{"text": "17号架到23号架伸缩梁伸到15毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [1], "stopNo": [2], "code": ["telescopic"],"target": [15],"unit": ["mm"]}}
{"text": "第1号架拉架至30毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [1], "stopNo": [1], "code": ["pusher"],"target": [30],"unit": ["mm"]}}
{"text": "第15号架拉架至10毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [15], "stopNo": [15], "code": ["pusher"],"target": [10],"unit": ["mm"]}}
{"text": "第111号架拉架至3米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [111], "stopNo": [111], "code": ["pusher"],"target": [300],"unit": ["mm"]}}
{"text": "第22号架拉架至10毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [22], "stopNo": [22], "code": ["pusher"],"target": [10],"unit": ["mm"]}}
{"text": "第23号架移架至23毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [23], "stopNo": [23], "code": ["pusher"],"target": [23],"unit": ["mm"]}}
{"text": "第111号架到第112号移架至2米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [111], "stopNo": [112], "code": ["pusher"],"target": [200],"unit": ["mm"]}}
{"text": "第1号架到第12移架至25毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [1], "stopNo": [12], "code": ["pusher"],"target": [25],"unit": ["mm"]}}
{"text": "17号架到23号架拉架至15毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [17], "stopNo": [23], "code": ["pusher"],"target": [15],"unit": ["mm"]}}
{"text": "17号架到23号架拉架至1米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [17], "stopNo": [23], "code": ["pusher"],"target": [100],"unit": ["mm"]}}
{"text": "第1号架移架至30毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [1], "stopNo": [1], "code": ["pusher"],"target": [30],"unit": ["mm"]}}
{"text": "第15号架移架至10毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [15], "stopNo": [15], "code": ["pusher"],"target": [10],"unit": ["mm"]}}
{"text": "第111号架移架至3米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [111], "stopNo": [111], "code": ["pusher"],"target": [300],"unit": ["mm"]}}
{"text": "第22号架移架至10毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [22], "stopNo": [22], "code": ["pusher"],"target": [10],"unit": ["mm"]}}
{"text": "第23号架移架至23毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [23], "stopNo": [23], "code": ["pusher"],"target": [23],"unit": ["mm"]}}
{"text": "第111号架到第112号移架至2米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [111], "stopNo": [112], "code": ["pusher"],"target": [200],"unit": ["mm"]}}
{"text": "第1号架到第12移架至25毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [1], "stopNo": [12], "code": ["pusher"],"target": [25],"unit": ["mm"]}}
{"text": "17号架到23号架移架至15毫米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [17], "stopNo": [23], "code": ["pusher"],"target": [15],"unit": ["mm"]}}
{"text": "17号架到23号架移架至1米", "label": {"ctrlType": ["scuTargetCtrl"], "startNo": [17], "stopNo": [23], "code": ["pusher"],"target": [100],"unit": ["mm"]}}
{"text": "全部向第3架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": ["all"],"stopNo":["all"],"dest": [3]}}
{"text": "全部向第6架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": ["all"],"stopNo":["all"],"dest": [6]}}
{"text": "全部向第9架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": ["all"],"stopNo":["all"],"dest": [9]}}
{"text": "全部向第51架对齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": ["all"],"stopNo":["all"],"dest": [51]}}
{"text": "全部向第54架对齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": ["all"],"stopNo":["all"],"dest": [54]}}
{"text": "全部向第57架对齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": ["all"],"stopNo":["all"],"dest": [57]}}
{"text": "全部向第60架对齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": ["all"],"stopNo":["all"],"dest": [60]}}
{"text": "全部向第2架对齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": ["all"],"stopNo":["all"],"dest": [2]}}
{"text": "全部向第4架对齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": ["all"],"stopNo":["all"],"dest": [4]}}
{"text": "全部向第7架对齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": ["all"],"stopNo":["all"],"dest": [7]}}
{"text": "第1到5号架向第12架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [1], "stopNo": [5], "dest": [12]}}
{"text": "第3到9号架向第15架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [3], "stopNo": [9], "dest": [15]}}
{"text": "第2到7号架向第18架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [2], "stopNo": [7], "dest": [18]}}
{"text": "第4到10号架向第22架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [4], "stopNo": [10], "dest": [22]}}
{"text": "第13到19号架向第49架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [13], "stopNo": [19], "dest": [49]}}
{"text": "第14到20号架向第52架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [14], "stopNo": [20], "dest": [52]}}
{"text": "第15到21号架向第55架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [15], "stopNo": [21], "dest": [55]}}
{"text": "第16到22号架向第58架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [16], "stopNo": [22], "dest": [58]}}
{"text": "第17到23号架向第61架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [17], "stopNo": [23], "dest": [61]}}
{"text": "第18到24号架向第64架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [18], "stopNo": [24], "dest": [64]}}
{"text": "第19到25号架向第67架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [19], "stopNo": [25], "dest": [67]}}
{"text": "第20到26号架向第70架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [20], "stopNo": [26], "dest": [70]}}
{"text": "第21到27号架向第73架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [21], "stopNo": [27], "dest": [73]}}
{"text": "第27到33号架向第91架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [27], "stopNo": [33], "dest": [91]}}
{"text": "第28到34号架向第94架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [28], "stopNo": [34], "dest": [94]}}
{"text": "第29到35号架向第97架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [29], "stopNo": [35], "dest": [97]}}
{"text": "第30到36号架向第100架看齐", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [30], "stopNo": [36], "dest": [100]}}
{"text": "第5到10号架向第15号架保持一致", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [5],"stopNo":[10],"dest": [15]}}
{"text": "第7到12号架向第20号架保持一致", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [7],"stopNo":[12],"dest": [20]}}
{"text": "第4到8号架向第18号架保持一致", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [4],"stopNo":[8],"dest": [18]}}
{"text": "第10到15号架向第30号架保持一致", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [10],"stopNo":[15],"dest": [30]}}
{"text": "第12到18号架向第40号架保持一致", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [12],"stopNo":[18],"dest": [40]}}
{"text": "第8到16号架向第50号架保持一致", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [8],"stopNo":[16],"dest": [50]}}
{"text": "第15到20号架向第60号架保持一致", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [15],"stopNo":[20],"dest": [60]}}
{"text": "第85到93号架向第115号架保持一致", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [85],"stopNo":[93],"dest": [115]}}
{"text": "第90到98号架向第125号架保持一致", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [90],"stopNo":[98],"dest": [125]}}
{"text": "第95到103号架向第135号架保持一致", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [95],"stopNo":[103],"dest": [135]}}
{"text": "第110到118号架向第165号架保持一致", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [110],"stopNo":[118],"dest": [165]}}
{"text": "第115到123号架向第175号架保持一致", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [115],"stopNo":[123],"dest": [175]}}
{"text": "第120到128号架向第185号架保持一致", "label": {"ctrlType": ["scuAttitudeCtrl"], "startNo": [120],"stopNo":[128],"dest": [185]}}
{"text": "3号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [3],"stopNo":[3],"action": ["pressureCompensation"]}}
{"text": "7号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [7],"stopNo":[7],"action": ["pressureCompensation"]}}
{"text": "8号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [8],"stopNo":[8],"action": ["pressureCompensation"]}}
{"text": "9号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [9],"stopNo":[9],"action": ["pressureCompensation"]}}
{"text": "76号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [76],"stopNo":[76],"action": ["pressureCompensation"]}}
{"text": "78号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [78],"stopNo":[78],"action": ["pressureCompensation"]}}
{"text": "87号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [87],"stopNo":[87],"action": ["pressureCompensation"]}}
{"text": "99号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [99],"stopNo":[99],"action": ["pressureCompensation"]}}
{"text": "100号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [100],"stopNo":[100],"action": ["pressureCompensation"]}}
{"text": "106号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [106],"stopNo":[106],"action": ["pressureCompensation"]}}
{"text": "178号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [178],"stopNo":[178],"action": ["pressureCompensation"]}}
{"text": "189号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [189],"stopNo":[189],"action": ["pressureCompensation"]}}
{"text": "196号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [196],"stopNo":[196],"action": ["pressureCompensation"]}}
{"text": "第15号到17号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [15], "stopNo": [17], "action": ["pressureCompensation"]}}
{"text": "第22号到28号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [22], "stopNo": [28], "action": ["pressureCompensation"]}}
{"text": "第88号到93号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [88], "stopNo": [93], "action": ["pressureCompensation"]}}
{"text": "第95号到100号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [95], "stopNo": [100], "action": ["pressureCompensation"]}}
{"text": "第103号到109号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [103], "stopNo": [109], "action": ["pressureCompensation"]}}
{"text": "第111号到116号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [111], "stopNo": [116], "action": ["pressureCompensation"]}}
{"text": "第173号到179号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [173], "stopNo": [179], "action": ["pressureCompensation"]}}
{"text": "第180号到186号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [180], "stopNo": [186], "action": ["pressureCompensation"]}}
{"text": "第1号到6号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [1], "stopNo": [6], "action": ["pressureCompensation"]}}
{"text": "第18号到24号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [18], "stopNo": [24], "action": ["pressureCompensation"]}}
{"text": "第25号到31号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [25], "stopNo": [31], "action": ["pressureCompensation"]}}
{"text": "第90号到96号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [90], "stopNo": [96], "action": ["pressureCompensation"]}}
{"text": "第100号到105号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [100], "stopNo": [105], "action": ["pressureCompensation"]}}
{"text": "第112号到117号架开始补压", "label": {"ctrlType": ["scuPressureCtrl"], "startNo": [112], "stopNo": [117], "action": ["pressureCompensation"]}}
{"text": "开启自动跟机", "label": {"ctrlType": ["scuStartAutomation"], "dir": ["NA"], "action": ["start"]}}
{"text": "开启跟机", "label": {"ctrlType": ["scuStartAutomation"], "dir": ["NA"], "action": ["start"]}}
{"text": "启动跟机", "label": {"ctrlType": ["scuStartAutomation"], "dir": ["NA"], "action": ["start"]}}
{"text": "向左启动跟机", "label": {"ctrlType": ["scuStartAutomation"], "dir": ["左"], "action": ["start"]}}
{"text": "从左端启动跟机", "label": {"ctrlType": ["scuStartAutomation"], "dir": ["左"], "action": ["start"]}}
{"text": "向大端启动跟机", "label": {"ctrlType": ["scuStartAutomation"], "dir": ["大"], "action": ["start"]}}
{"text": "从大端开启跟机", "label": {"ctrlType": ["scuStartAutomation"], "dir": ["大"], "action": ["start"]}}
{"text": "从机头启动跟机", "label": {"ctrlType": ["scuStartAutomation"], "dir": ["头"], "action": ["start"]}}
{"text": "向机尾启动跟机", "label": {"ctrlType": ["scuStartAutomation"], "dir": ["尾"], "action": ["start"]}}
{"text": "从下行开启跟机", "label": {"ctrlType": ["scuStartAutomation"], "dir": ["下"], "action": ["start"]}}
{"text": "向下行开启跟机", "label": {"ctrlType": ["scuStartAutomation"], "dir": ["下"], "action": ["start"]}}
{"text": "退出跟机", "label": {"ctrlType": ["scuStartAutomation"], "dir": ["NA"], "action": ["stop"]}}
{"text": "退出自动跟机", "label": {"ctrlType": ["scuStartAutomation"], "dir": ["NA"], "action": ["stop"]}}
{"text": "结束跟机", "label": {"ctrlType": ["scuStartAutomation"], "dir": ["NA"], "action": ["stop"]}}
{"text": "结束自动跟机", "label": {"ctrlType": ["scuStartAutomation"], "dir": ["NA"], "action": ["stop"]}}
{"text": "退出支架跟机", "label": {"ctrlType": ["scuStartAutomation"], "dir": ["NA"], "action": ["stop"]}}
{"text": "支架急停", "label": {"ctrlType": ["scuEStop"]}}
{"text": "所有支架急停", "label": {"ctrlType": ["scuEStop"]}}
{"text": "急停所有支架", "label": {"ctrlType": ["scuEStop"]}}
{"text": "第5架升100毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [5], "stopNo": [5], "code": ["coordinate"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第5架升10厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [5], "stopNo": [5], "code": ["coordinate"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第5架升1米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [5], "stopNo": [5], "code": ["coordinate"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第5架立柱升高100毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [5], "stopNo": [5], "code": ["coordinate"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第5架立柱升高10厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [5], "stopNo": [5], "code": ["coordinate"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第5架立柱升高1米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [5], "stopNo": [5], "code": ["coordinate"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第5架到第8架升100毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [5], "stopNo": [8], "code": ["coordinate"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第1架到第11架升20厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [1], "stopNo": [11], "code": ["coordinate"],  "action": ["extend"],"value": [200],"unit":["mm"]}}
{"text": "第102架到第111架升3米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [102], "stopNo": [111], "code": ["coordinate"],  "action": ["extend"],"value": [300],"unit":["mm"]}}
{"text": "第3架降100毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [3], "stopNo": [3], "code": ["coordinate"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第7架降10厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [7], "stopNo": [7], "code": ["coordinate"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第2架降1米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [2], "stopNo": [2], "code": ["coordinate"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第6架立柱降低100毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [6], "stopNo": [6], "code": ["coordinate"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第9架立柱降低10厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [9], "stopNo": [9], "code": ["coordinate"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第4架立柱降低1米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [4], "stopNo": [4], "code": ["coordinate"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第6架到第9架降100毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [6], "stopNo": [9], "code": ["coordinate"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第3架到第12架降20厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [3], "stopNo": [12], "code": ["coordinate"],  "action": ["retract"],"value": [200],"unit":["mm"]}}
{"text": "第105架到第113架降3米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [105], "stopNo": [113], "code": ["coordinate"],  "action": ["retract"],"value": [300],"unit":["mm"]}}
{"text": "第 15 架推溜 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [15], "stopNo": [15], "code": ["pusher"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 23 架推溜 10 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [23], "stopNo": [23], "code": ["pusher"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 38 架推溜 1 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [38], "stopNo": [38], "code": ["pusher"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 42 架立柱推溜 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [42], "stopNo": [42], "code": ["pusher"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 57 架立柱推溜 10 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [57], "stopNo": [57], "code": ["pusher"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 61 架立柱推溜 1 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [61], "stopNo": [61], "code": ["pusher"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 72 架到第 75 架推溜 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [72], "stopNo": [75], "code": ["pusher"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 81 架到第 91 架推溜 20 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [81], "stopNo": [91], "code": ["pusher"],  "action": ["extend"],"value": [200],"unit":["mm"]}}
{"text": "第 107 架到第 117 架推溜 3 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [107], "stopNo": [117], "code": ["pusher"],  "action": ["extend"],"value": [300],"unit":["mm"]}}
{"text": "第 19 架拉架 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [19], "stopNo": [19], "code": ["pusher"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 27 架拉架 10 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [27], "stopNo": [27], "code": ["pusher"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 33 架拉架 1 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [33], "stopNo": [33], "code": ["pusher"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 48 架立柱移架 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [48], "stopNo": [48], "code": ["pusher"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 56 架立柱移架 10 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [56], "stopNo": [56], "code": ["pusher"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 69 架立柱移架 1 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [69], "stopNo": [69], "code": ["pusher"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 74 架到第 77 架拉架 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [74], "stopNo": [77], "code": ["pusher"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 83 架到第 92 架移架 20 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [83], "stopNo": [92], "code": ["pusher"],  "action": ["retract"],"value": [200],"unit":["mm"]}}
{"text": "第 109 架到第 119 架移架 3 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [109], "stopNo": [119], "code": ["pusher"],  "action": ["retract"],"value": [300],"unit":["mm"]}}
{"text": "第 15 架伸缩梁伸出 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [15], "stopNo": [15], "code": ["telescopic"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 23 架伸缩梁伸出 10 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [23], "stopNo": [23], "code": ["telescopic"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 47 架伸缩梁伸出 1 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [47], "stopNo": [47], "code": ["telescopic"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 31 架伸缩梁伸出 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [31], "stopNo": [31], "code": ["telescopic"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 59 架伸缩梁伸出 10 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [59], "stopNo": [59], "code": ["telescopic"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 72 架伸缩梁伸出 1 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [72], "stopNo": [72], "code": ["telescopic"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 18 架到第 25 架伸缩梁伸出 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [18], "stopNo": [25], "code": ["telescopic"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 4 架到第 17 架伸缩梁伸出 20 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [4], "stopNo": [17], "code": ["telescopic"],  "action": ["extend"],"value": [200],"unit":["mm"]}}
{"text": "第 95 架到第 103 架伸缩梁伸出 3 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [95], "stopNo": [103], "code": ["telescopic"],  "action": ["extend"],"value": [300],"unit":["mm"]}}
{"text": "第 28 架伸缩梁缩进 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [28], "stopNo": [28], "code": ["telescopic"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 34 架伸缩梁缩进 10 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [34], "stopNo": [34], "code": ["telescopic"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 11 架伸缩梁缩进 1 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [11], "stopNo": [11], "code": ["telescopic"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 43 架伸缩梁缩进 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [43], "stopNo": [43], "code": ["telescopic"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 60 架伸缩梁缩进 10 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [60], "stopNo": [60], "code": ["telescopic"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 52 架伸缩梁缩进 1 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [52], "stopNo": [52], "code": ["telescopic"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 37 架到第 42 架伸缩梁缩进 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [37], "stopNo": [42], "code": ["telescopic"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 14 架到第 26 架伸缩梁缩进 20 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [14], "stopNo": [26], "code": ["telescopic"],  "action": ["retract"],"value": [200],"unit":["mm"]}}
{"text": "第 108 架到第 115 架伸缩梁缩进 3 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [108], "stopNo": [115], "code": ["telescopic"],  "action": ["retract"],"value": [300],"unit":["mm"]}}
{"text": "第 15 架平衡伸出 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [15], "stopNo": [15], "code": ["balance"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 23 架平衡伸出 10 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [23], "stopNo": [23], "code": ["balance"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 38 架平衡伸出 1 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [38], "stopNo": [38], "code": ["balance"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 47 架平衡伸出 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [47], "stopNo": [47], "code": ["balance"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 59 架平衡伸出 10 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [59], "stopNo": [59], "code": ["balance"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 62 架平衡伸出 1 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [62], "stopNo": [62], "code": ["balance"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 71 架到第 75 架平衡伸出 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [71], "stopNo": [75], "code": ["balance"],  "action": ["extend"],"value": [100],"unit":["mm"]}}
{"text": "第 83 架到第 93 架平衡伸出 20 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [83], "stopNo": [93], "code": ["balance"],  "action": ["extend"],"value": [200],"unit":["mm"]}}
{"text": "第 108 架到第 117 架平衡伸出 3 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [108], "stopNo": [117], "code": ["balance"],  "action": ["extend"],"value": [300],"unit":["mm"]}}
{"text": "第 121 架平衡收回 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [121], "stopNo": [121], "code": ["balance"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 136 架平衡收回 10 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [136], "stopNo": [136], "code": ["balance"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 144 架平衡收回 1 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [144], "stopNo": [144], "code": ["balance"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 157 架平衡收回 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [157], "stopNo": [157], "code": ["balance"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 169 架平衡收回 10 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [169], "stopNo": [169], "code": ["balance"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 172 架平衡收回 1 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [172], "stopNo": [172], "code": ["balance"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 183 架到第 186 架平衡收回 100 毫米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [183], "stopNo": [186], "code": ["balance"],  "action": ["retract"],"value": [100],"unit":["mm"]}}
{"text": "第 194 架到第 204 架平衡收回 20 厘米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [194], "stopNo": [204], "code": ["balance"],  "action": ["retract"],"value": [200],"unit":["mm"]}}
{"text": "第 211 架到第 219 架平衡收回 3 米", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [211], "stopNo": [219], "code": ["balance"],  "action": ["retract"],"value": [300],"unit":["mm"]}}
{"text": "第 12 架护帮板伸出 100 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [12], "stopNo": [12], "code": ["protection"],  "action": ["extend"],"value": [100],"unit":["度"]}}
{"text": "第 25 架护帮板伸出 10 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [25], "stopNo": [25], "code": ["protection"],  "action": ["extend"],"value": [100],"unit":["度"]}}
{"text": "第 8 架护帮板伸出 100 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [8], "stopNo": [8], "code": ["protection"],  "action": ["extend"],"value": [100],"unit":["度"]}}
{"text": "第 17 架护帮板伸出 100 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [17], "stopNo": [17], "code": ["protection"],  "action": ["extend"],"value": [100],"unit":["度"]}}
{"text": "第 33 架护帮板伸出 10 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [33], "stopNo": [33], "code": ["protection"],  "action": ["extend"],"value": [100],"unit":["度"]}}
{"text": "第 9 架护帮板伸出 100 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [9], "stopNo": [9], "code": ["protection"],  "action": ["extend"],"value": [100],"unit":["度"]}}
{"text": "第 20 架到第 23 架护帮板伸出 100 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [20], "stopNo": [23], "code": ["protection"],  "action": ["extend"],"value": [100],"unit":["度"]}}
{"text": "第 15 架到第 26 架护帮板伸出 20 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [15], "stopNo": [26], "code": ["protection"],  "action": ["extend"],"value": [20],"unit":["度"]}}
{"text": "第 107 架到第 116 架护帮板伸出 30 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [107], "stopNo": [116], "code": ["protection"],  "action": ["extend"],"value": [30],"unit":["度"]}}
{"text": "第 31 架护帮板收回 100 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [31], "stopNo": [31], "code": ["protection"],  "action": ["retract"],"value": [100],"unit":["度"]}}
{"text": "第 42 架护帮板收回 10 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [42], "stopNo": [42], "code": ["protection"],  "action": ["retract"],"value": [100],"unit":["度"]}}
{"text": "第 19 架护帮板收回 100 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [19], "stopNo": [19], "code": ["protection"],  "action": ["retract"],"value": [100],"unit":["度"]}}
{"text": "第 28 架护帮板收回 100 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [28], "stopNo": [28], "code": ["protection"],  "action": ["retract"],"value": [100],"unit":["度"]}}
{"text": "第 37 架护帮板收回 10 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [37], "stopNo": [37], "code": ["protection"],  "action": ["retract"],"value": [100],"unit":["度"]}}
{"text": "第 21 架护帮板收回 100 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [21], "stopNo": [21], "code": ["protection"],  "action": ["retract"],"value": [100],"unit":["度"]}}
{"text": "第 26 架到第 29 架护帮板收回 100 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [26], "stopNo": [29], "code": ["protection"],  "action": ["retract"],"value": [10],"unit":["度"]}}
{"text": "第 13 架到第 22 架护帮板收回 20 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [13], "stopNo": [22], "code": ["protection"],  "action": ["retract"],"value": [20],"unit":["度"]}}
{"text": "第 108 架到第 115 架护帮板收回 30 度", "label": {"ctrlType": ["scuValueCtrl"], "startNo": [108], "stopNo": [115], "code": ["protection"],  "action": ["retract"],"value": [30],"unit":["度"]}}