v1
reel-movement
Wind reel motor
Initiates reel motor wind operation to retract cable at the specified speed percentage.
Wind operations pull cable back onto the reel drum and are subject to safeguard limits including zero point protection and emergency stop status. The motor maintains the specified speed until stopped, interrupted by safeguards, or superseded by another command.
Safety considerations include ensuring the operational area is clear of personnel and verifying that the zero point gutter setting provides adequate safety margin for automatic stopping.
put/api/v1/reel/wind
Request body
Example request
{
"description": "Full speed motor operation",
"name": "High Speed Operation",
"value": {
"speed": 100
}
}Response
Successful Response
Example response
{
"description": "Reel motor wind operation initiated successfully",
"name": "Wind Operation Started",
"value": {
"action": "WIND",
"error": false,
"error_msgs": [],
"result": {
"speed": 75
}
}
}