v1
emergency
Deactivate emergency stop
Deactivates the emergency stop system to restore normal reel operations.
Deactivation releases the emergency stop lock and allows normal motor control operations to resume. The system returns to its previous operational state, ready to accept movement commands.
Exercise caution when deactivating emergency stop - ensure the area is clear and safe for reel operations before proceeding.
put/api/v1/reel/deactivate-estop
Response
Successful Response
Example response
{
"description": "Emergency stop deactivated successfully",
"name": "Emergency Stop Deactivated",
"value": {
"action": "REEL_DEACTIVATE_ESTOP",
"error": false,
"error_msgs": [],
"result": {
"is_active": false
}
}
}