coral2742 commited on
Commit
a3f59e3
·
verified ·
1 Parent(s): 8bcae62

Upload machines.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. machines.json +628 -0
machines.json ADDED
@@ -0,0 +1,628 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "machine_id": 0,
4
+ "machine_model": "UR3e",
5
+ "manufacturer": "Universal Robots",
6
+ "series": "E-series",
7
+ "machine_type": "Collaborative robot (cobot)",
8
+ "weight_kg": 11,
9
+ "payload_kg": 3,
10
+ "degrees_of_freedom": 6,
11
+ "joint_rotation": {
12
+ "wrist_joints": "360_degree_rotation",
13
+ "end_joint": "infinite_rotation"
14
+ },
15
+ "typical_applications": [
16
+ "light assembly tasks",
17
+ "automated workbench scenarios"
18
+ ],
19
+ "control_interfaces": [
20
+ "UR PolyScope (teach pendant)",
21
+ "UrScript",
22
+ "TCP/IP socket connection",
23
+ "RTDE (Real-Time Data Exchange)"
24
+ ],
25
+ "joint_speed_limits": [
26
+ 3.14,
27
+ 3.14,
28
+ 3.14,
29
+ 6.28,
30
+ 6.28,
31
+ 6.28
32
+ ],
33
+ "rated_current_per_joint": [
34
+ 2.0,
35
+ 2.0,
36
+ 2.0,
37
+ 1.2,
38
+ 1.2,
39
+ 1.2
40
+ ],
41
+ "minimum_polyscope_version_for_screwdriver": "5.4",
42
+ "used_in_paper_for": "Automated screwdriving anomaly detection dataset collection (AURSAD)",
43
+ "safety_modes": {
44
+ "variable": "safety_mode",
45
+ "description": "Safety state of the Universal Robots controller as reported via RTDE.",
46
+ "enum": [
47
+ {
48
+ "name": "NORMAL",
49
+ "value": 1,
50
+ "description": "Robot is operating normally within configured safety limits."
51
+ },
52
+ {
53
+ "name": "REDUCED",
54
+ "value": 2,
55
+ "description": "Robot is operating in reduced mode with limited speed and/or force due to safety configuration or zone activation."
56
+ },
57
+ {
58
+ "name": "PROTECTIVE_STOP",
59
+ "value": 3,
60
+ "description": "Protective stop triggered due to collision detection, excessive force, or safety threshold violation. Requires operator reset."
61
+ },
62
+ {
63
+ "name": "RECOVERY",
64
+ "value": 4,
65
+ "description": "Robot is in recovery mode following a safety event and requires manual intervention."
66
+ },
67
+ {
68
+ "name": "SAFEGUARD_STOP",
69
+ "value": 5,
70
+ "description": "External safeguard device (e.g., light curtain, safety door, interlock) has triggered a stop."
71
+ },
72
+ {
73
+ "name": "SYSTEM_EMERGENCY_STOP",
74
+ "value": 6,
75
+ "description": "Emergency stop activated from the robot control box."
76
+ },
77
+ {
78
+ "name": "ROBOT_EMERGENCY_STOP",
79
+ "value": 7,
80
+ "description": "Emergency stop activated from the teach pendant or robot-mounted E-stop button."
81
+ },
82
+ {
83
+ "name": "VIOLATION",
84
+ "value": 8,
85
+ "description": "Configured safety limits (speed, position, joint limits, etc.) have been violated."
86
+ },
87
+ {
88
+ "name": "FAULT",
89
+ "value": 9,
90
+ "description": "Internal safety system fault detected. System requires troubleshooting before operation can resume."
91
+ },
92
+ {
93
+ "name": "AUTOMATIC_MODE_SAFEGUARD_STOP",
94
+ "value": 12,
95
+ "description": "Safeguard stop triggered while the robot is operating in automatic mode."
96
+ },
97
+ {
98
+ "name": "SYSTEM_THREE_POSITION_ENABLING_STOP",
99
+ "value": 13,
100
+ "description": "Stop triggered due to incorrect activation of the system three-position enabling device."
101
+ },
102
+ {
103
+ "name": "TP_THREE_POSITION_ENABLING_STOP",
104
+ "value": 14,
105
+ "description": "Stop triggered due to incorrect activation of the teach pendant three-position enabling device."
106
+ },
107
+ {
108
+ "name": "IMMI_EMERGENCY_STOP",
109
+ "value": 15,
110
+ "description": "Emergency stop triggered through an IMMI (external machinery interface) safety connection."
111
+ },
112
+ {
113
+ "name": "IMMI_SAFEGUARD_STOP",
114
+ "value": 16,
115
+ "description": "Safeguard stop triggered through an IMMI (external machinery interface) safety connection."
116
+ },
117
+ {
118
+ "name": "PROFISAFE_WAITING_FOR_PARAMETERS",
119
+ "value": 17,
120
+ "description": "Robot is waiting for safety parameters via PROFIsafe communication before operation can proceed."
121
+ },
122
+ {
123
+ "name": "PROFISAFE_AUTOMATIC_MODE_SAFEGUARD_STOP",
124
+ "value": 18,
125
+ "description": "Safeguard stop triggered via PROFIsafe while in automatic mode."
126
+ },
127
+ {
128
+ "name": "PROFISAFE_SAFEGUARD_STOP",
129
+ "value": 19,
130
+ "description": "Safeguard stop triggered through PROFIsafe safety communication."
131
+ },
132
+ {
133
+ "name": "PROFISAFE_EMERGENCY_STOP",
134
+ "value": 20,
135
+ "description": "Emergency stop triggered through PROFIsafe safety communication."
136
+ },
137
+ {
138
+ "name": "SAFETY_API_SAFEGUARD_STOP",
139
+ "value": 22,
140
+ "description": "Safeguard stop triggered via the Safety API interface."
141
+ }
142
+ ]
143
+ },
144
+ "joint_modes": {
145
+ "variable": "joint_mode",
146
+ "description": "Per-joint servo control state of each UR robot joint as reported via RTDE. One value is provided for each joint (0–5 on UR3e).",
147
+ "enum": [
148
+ {
149
+ "name": "RESET",
150
+ "value": 235,
151
+ "description": "Joint is in reset state following a fault or shutdown event."
152
+ },
153
+ {
154
+ "name": "SHUTTING_DOWN",
155
+ "value": 236,
156
+ "description": "Joint controller is in the process of shutting down."
157
+ },
158
+ {
159
+ "name": "BACKDRIVE",
160
+ "value": 238,
161
+ "description": "Backdrive mode active; joint can be manually moved with reduced resistance."
162
+ },
163
+ {
164
+ "name": "POWER_OFF",
165
+ "value": 239,
166
+ "description": "Joint motor power is disabled."
167
+ },
168
+ {
169
+ "name": "READY_FOR_POWER_OFF",
170
+ "value": 240,
171
+ "description": "Joint is prepared for power-off but not yet fully powered down."
172
+ },
173
+ {
174
+ "name": "NOT_RESPONDING",
175
+ "value": 245,
176
+ "description": "Joint controller is not responding; communication failure or internal issue."
177
+ },
178
+ {
179
+ "name": "MOTOR_INITIALISATION",
180
+ "value": 246,
181
+ "description": "Joint motor is undergoing initialization sequence."
182
+ },
183
+ {
184
+ "name": "BOOTING",
185
+ "value": 247,
186
+ "description": "Joint controller is booting."
187
+ },
188
+ {
189
+ "name": "BOOTLOADER",
190
+ "value": 249,
191
+ "description": "Joint is in bootloader mode (firmware loading state)."
192
+ },
193
+ {
194
+ "name": "VIOLATION",
195
+ "value": 251,
196
+ "description": "Joint safety or operational limits have been violated."
197
+ },
198
+ {
199
+ "name": "FAULT",
200
+ "value": 252,
201
+ "description": "Joint has encountered a fault condition and requires intervention."
202
+ },
203
+ {
204
+ "name": "RUNNING",
205
+ "value": 253,
206
+ "description": "Joint is operating normally under active control."
207
+ },
208
+ {
209
+ "name": "IDLE",
210
+ "value": 255,
211
+ "description": "Joint is powered and ready but not actively moving."
212
+ }
213
+ ]
214
+ },
215
+ "robot_modes": {
216
+ "variable": "robot_mode",
217
+ "description": "Overall operational state of the Universal Robots controller as reported via RTDE. This reflects the high-level lifecycle state of the robot arm and safety control system.",
218
+ "enum": [
219
+ {
220
+ "name": "DISCONNECTED",
221
+ "value": 0,
222
+ "description": "Connection with the safety control board is not established."
223
+ },
224
+ {
225
+ "name": "CONFIRM_SAFETY",
226
+ "value": 1,
227
+ "description": "Robot is validating and updating safety settings before enabling operation."
228
+ },
229
+ {
230
+ "name": "BOOTING",
231
+ "value": 2,
232
+ "description": "Safety control board is booting and communication with other components is being verified."
233
+ },
234
+ {
235
+ "name": "POWER_OFF",
236
+ "value": 3,
237
+ "description": "Robot is powered but joints are not energized. Ready to boot up the joints."
238
+ },
239
+ {
240
+ "name": "POWER_ON",
241
+ "value": 4,
242
+ "description": "Robot joints are in the process of booting up and being energized."
243
+ },
244
+ {
245
+ "name": "IDLE",
246
+ "value": 5,
247
+ "description": "Robot joints are powered and ready, but not executing motion. Can transition to RUNNING or BACKDRIVE."
248
+ },
249
+ {
250
+ "name": "BACKDRIVE",
251
+ "value": 6,
252
+ "description": "Robot is in backdrive mode. Brakes are selectively released to allow restricted manual movement."
253
+ },
254
+ {
255
+ "name": "RUNNING",
256
+ "value": 7,
257
+ "description": "Brakes are fully released and robot is ready to execute or currently executing a program. Safety mode is active and displayed in PolyScope."
258
+ },
259
+ {
260
+ "name": "UPDATING",
261
+ "value": 8,
262
+ "description": "Controller firmware is being updated."
263
+ },
264
+ {
265
+ "name": "POWERING_OFF",
266
+ "value": 9,
267
+ "description": "Robot arm is in the process of powering down."
268
+ },
269
+ {
270
+ "name": "ARM_BOOTING",
271
+ "value": 10,
272
+ "description": "Robot arm hardware is booting up."
273
+ },
274
+ {
275
+ "name": "ARM_UPDATING",
276
+ "value": 11,
277
+ "description": "Robot arm firmware is being updated."
278
+ }
279
+ ]
280
+ },
281
+
282
+ "runtime_states": {
283
+ "variable": "runtime_state",
284
+ "enum": [
285
+ {
286
+ "name": "STOPPING",
287
+ "value": 0
288
+ },
289
+ {
290
+ "name": "STOPPED",
291
+ "value": 1
292
+ },
293
+ {
294
+ "name": "PLAYING",
295
+ "value": 2
296
+ },
297
+ {
298
+ "name": "PAUSING",
299
+ "value": 3
300
+ },
301
+ {
302
+ "name": "PAUSED",
303
+ "value": 4
304
+ },
305
+ {
306
+ "name": "RESUMING",
307
+ "value": 5
308
+ }
309
+ ]
310
+ }
311
+ },
312
+ {
313
+ "machine_id": 1,
314
+ "machine_type": "CNC milling machine",
315
+ "manufacturer": null,
316
+ "model": null,
317
+ "origin": "University of Michigan Smart Lab experiments",
318
+ "machine_category": "Computer Numerical Control (CNC) milling machine",
319
+ "axes": [
320
+ {
321
+ "name": "X-axis",
322
+ "sensor_data": "position, velocity, acceleration"
323
+ },
324
+ {
325
+ "name": "Y-axis",
326
+ "sensor_data": "position, velocity, acceleration"
327
+ },
328
+ {
329
+ "name": "Z-axis",
330
+ "sensor_data": "position, velocity, acceleration"
331
+ }
332
+ ],
333
+ "spindle": {
334
+ "sensor_data": "motor readings"
335
+ },
336
+ "workpiece_material": "wax",
337
+ "experiment_count": 18,
338
+ "purpose": "Tool wear detection data collection for machine learning",
339
+ "data_source": "Kaggle dataset (tool-wear-detection-in-cnc-mill)",
340
+ "notes": "Exact CNC machine make/model not specified in dataset documentation",
341
+ "safety_modes": {},
342
+ "joint_modes": {},
343
+ "robot_modes": {},
344
+ "runtime_states": {}
345
+ },
346
+ {
347
+ "machine_id": 2,
348
+ "machine_model": "UR5",
349
+ "manufacturer": "Universal Robots",
350
+ "series": "CB-series",
351
+ "machine_type": "Collaborative robot (cobot)",
352
+ "weight_kg": 18.4,
353
+ "payload_kg": 5,
354
+ "degrees_of_freedom": 6,
355
+ "joint_rotation": {
356
+ "wrist_joints": "360_degree_rotation",
357
+ "end_joint": "infinite_rotation"
358
+ },
359
+ "typical_applications": [
360
+ "machine tending",
361
+ "assembly operations",
362
+ "pick-and-place tasks",
363
+ "quality inspection"
364
+ ],
365
+ "control_interfaces": [
366
+ "UR PolyScope (teach pendant)",
367
+ "UrScript",
368
+ "TCP/IP socket connection",
369
+ "RTDE (Real-Time Data Exchange)"
370
+ ],
371
+ "joint_speed_limits": [
372
+ 3.14,
373
+ 3.14,
374
+ 3.14,
375
+ 3.14,
376
+ 3.14,
377
+ 3.14
378
+ ],
379
+ "rated_current_per_joint": [
380
+ 2.5,
381
+ 2.5,
382
+ 2.5,
383
+ 1.5,
384
+ 1.5,
385
+ 1.5
386
+ ],
387
+ "minimum_polyscope_version_for_screwdriver": "3.x",
388
+ "used_in_paper_for": "Multivariate time-series anomaly detection dataset collection (voraus-AD)",
389
+ "safety_modes": {
390
+ "variable": "safety_mode",
391
+ "description": "Safety state of the Universal Robots controller as reported via RTDE.",
392
+ "enum": [
393
+ {
394
+ "name": "NORMAL",
395
+ "value": 1,
396
+ "description": "Robot is operating normally within configured safety limits."
397
+ },
398
+ {
399
+ "name": "REDUCED",
400
+ "value": 2,
401
+ "description": "Robot is operating in reduced mode with limited speed and/or force due to safety configuration or zone activation."
402
+ },
403
+ {
404
+ "name": "PROTECTIVE_STOP",
405
+ "value": 3,
406
+ "description": "Protective stop triggered due to collision detection, excessive force, or safety threshold violation. Requires operator reset."
407
+ },
408
+ {
409
+ "name": "RECOVERY",
410
+ "value": 4,
411
+ "description": "Robot is in recovery mode following a safety event and requires manual intervention."
412
+ },
413
+ {
414
+ "name": "SAFEGUARD_STOP",
415
+ "value": 5,
416
+ "description": "External safeguard device (e.g., light curtain, safety door, interlock) has triggered a stop."
417
+ },
418
+ {
419
+ "name": "SYSTEM_EMERGENCY_STOP",
420
+ "value": 6,
421
+ "description": "Emergency stop activated from the robot control box."
422
+ },
423
+ {
424
+ "name": "ROBOT_EMERGENCY_STOP",
425
+ "value": 7,
426
+ "description": "Emergency stop activated from the teach pendant or robot-mounted E-stop button."
427
+ },
428
+ {
429
+ "name": "VIOLATION",
430
+ "value": 8,
431
+ "description": "Configured safety limits (speed, position, joint limits, etc.) have been violated."
432
+ },
433
+ {
434
+ "name": "FAULT",
435
+ "value": 9,
436
+ "description": "Internal safety system fault detected. System requires troubleshooting before operation can resume."
437
+ },
438
+ {
439
+ "name": "AUTOMATIC_MODE_SAFEGUARD_STOP",
440
+ "value": 12,
441
+ "description": "Safeguard stop triggered while the robot is operating in automatic mode."
442
+ },
443
+ {
444
+ "name": "SYSTEM_THREE_POSITION_ENABLING_STOP",
445
+ "value": 13,
446
+ "description": "Stop triggered due to incorrect activation of the system three-position enabling device."
447
+ },
448
+ {
449
+ "name": "TP_THREE_POSITION_ENABLING_STOP",
450
+ "value": 14,
451
+ "description": "Stop triggered due to incorrect activation of the teach pendant three-position enabling device."
452
+ },
453
+ {
454
+ "name": "IMMI_EMERGENCY_STOP",
455
+ "value": 15,
456
+ "description": "Emergency stop triggered through an IMMI (external machinery interface) safety connection."
457
+ },
458
+ {
459
+ "name": "IMMI_SAFEGUARD_STOP",
460
+ "value": 16,
461
+ "description": "Safeguard stop triggered through an IMMI (external machinery interface) safety connection."
462
+ },
463
+ {
464
+ "name": "PROFISAFE_WAITING_FOR_PARAMETERS",
465
+ "value": 17,
466
+ "description": "Robot is waiting for safety parameters via PROFIsafe communication before operation can proceed."
467
+ },
468
+ {
469
+ "name": "PROFISAFE_AUTOMATIC_MODE_SAFEGUARD_STOP",
470
+ "value": 18,
471
+ "description": "Safeguard stop triggered via PROFIsafe while in automatic mode."
472
+ },
473
+ {
474
+ "name": "PROFISAFE_SAFEGUARD_STOP",
475
+ "value": 19,
476
+ "description": "Safeguard stop triggered through PROFIsafe safety communication."
477
+ },
478
+ {
479
+ "name": "PROFISAFE_EMERGENCY_STOP",
480
+ "value": 20,
481
+ "description": "Emergency stop triggered through PROFIsafe safety communication."
482
+ },
483
+ {
484
+ "name": "SAFETY_API_SAFEGUARD_STOP",
485
+ "value": 22,
486
+ "description": "Safeguard stop triggered via the Safety API interface."
487
+ }
488
+ ]
489
+ },
490
+ "joint_modes": {
491
+ "variable": "joint_mode",
492
+ "description": "Per-joint servo control state of each UR robot joint as reported via RTDE. One value is provided for each joint (0–5 on UR3e).",
493
+ "enum": [
494
+ {
495
+ "name": "RESET",
496
+ "value": 235,
497
+ "description": "Joint is in reset state following a fault or shutdown event."
498
+ },
499
+ {
500
+ "name": "SHUTTING_DOWN",
501
+ "value": 236,
502
+ "description": "Joint controller is in the process of shutting down."
503
+ },
504
+ {
505
+ "name": "BACKDRIVE",
506
+ "value": 238,
507
+ "description": "Backdrive mode active; joint can be manually moved with reduced resistance."
508
+ },
509
+ {
510
+ "name": "POWER_OFF",
511
+ "value": 239,
512
+ "description": "Joint motor power is disabled."
513
+ },
514
+ {
515
+ "name": "READY_FOR_POWER_OFF",
516
+ "value": 240,
517
+ "description": "Joint is prepared for power-off but not yet fully powered down."
518
+ },
519
+ {
520
+ "name": "NOT_RESPONDING",
521
+ "value": 245,
522
+ "description": "Joint controller is not responding; communication failure or internal issue."
523
+ },
524
+ {
525
+ "name": "MOTOR_INITIALISATION",
526
+ "value": 246,
527
+ "description": "Joint motor is undergoing initialization sequence."
528
+ },
529
+ {
530
+ "name": "BOOTING",
531
+ "value": 247,
532
+ "description": "Joint controller is booting."
533
+ },
534
+ {
535
+ "name": "BOOTLOADER",
536
+ "value": 249,
537
+ "description": "Joint is in bootloader mode (firmware loading state)."
538
+ },
539
+ {
540
+ "name": "VIOLATION",
541
+ "value": 251,
542
+ "description": "Joint safety or operational limits have been violated."
543
+ },
544
+ {
545
+ "name": "FAULT",
546
+ "value": 252,
547
+ "description": "Joint has encountered a fault condition and requires intervention."
548
+ },
549
+ {
550
+ "name": "RUNNING",
551
+ "value": 253,
552
+ "description": "Joint is operating normally under active control."
553
+ },
554
+ {
555
+ "name": "IDLE",
556
+ "value": 255,
557
+ "description": "Joint is powered and ready but not actively moving."
558
+ }
559
+ ]
560
+ },
561
+ "robot_modes": {
562
+ "variable": "robot_mode",
563
+ "description": "Overall operational state of the Universal Robots controller as reported via RTDE. This reflects the high-level lifecycle state of the robot arm and safety control system.",
564
+ "enum": [
565
+ {
566
+ "name": "DISCONNECTED",
567
+ "value": 0,
568
+ "description": "Connection with the safety control board is not established."
569
+ },
570
+ {
571
+ "name": "CONFIRM_SAFETY",
572
+ "value": 1,
573
+ "description": "Robot is validating and updating safety settings before enabling operation."
574
+ },
575
+ {
576
+ "name": "BOOTING",
577
+ "value": 2,
578
+ "description": "Safety control board is booting and communication with other components is being verified."
579
+ },
580
+ {
581
+ "name": "POWER_OFF",
582
+ "value": 3,
583
+ "description": "Robot is powered but joints are not energized. Ready to boot up the joints."
584
+ },
585
+ {
586
+ "name": "POWER_ON",
587
+ "value": 4,
588
+ "description": "Robot joints are in the process of booting up and being energized."
589
+ },
590
+ {
591
+ "name": "IDLE",
592
+ "value": 5,
593
+ "description": "Robot joints are powered and ready, but not executing motion. Can transition to RUNNING or BACKDRIVE."
594
+ },
595
+ {
596
+ "name": "BACKDRIVE",
597
+ "value": 6,
598
+ "description": "Robot is in backdrive mode. Brakes are selectively released to allow restricted manual movement."
599
+ },
600
+ {
601
+ "name": "RUNNING",
602
+ "value": 7,
603
+ "description": "Brakes are fully released and robot is ready to execute or currently executing a program. Safety mode is active and displayed in PolyScope."
604
+ },
605
+ {
606
+ "name": "UPDATING",
607
+ "value": 8,
608
+ "description": "Controller firmware is being updated."
609
+ },
610
+ {
611
+ "name": "POWERING_OFF",
612
+ "value": 9,
613
+ "description": "Robot arm is in the process of powering down."
614
+ },
615
+ {
616
+ "name": "ARM_BOOTING",
617
+ "value": 10,
618
+ "description": "Robot arm hardware is booting up."
619
+ },
620
+ {
621
+ "name": "ARM_UPDATING",
622
+ "value": 11,
623
+ "description": "Robot arm firmware is being updated."
624
+ }
625
+ ]
626
+ }
627
+ }
628
+ ]