v1
reel-movement
Unwind reel motor
Initiates reel motor unwind operation to extend cable at the specified speed percentage.
Unwind operations deploy cable from the reel drum and are subject to safeguard limits including maximum cable length protection and emergency stop status. The motor maintains the specified speed until stopped, interrupted by safeguards, or superseded by another command.
Safety considerations include monitoring cable tension and ensuring the maximum cable length setting prevents over-extension beyond operational limits.
put/api/v1/reel/unwind
Request body
Example request
{
"description": "Full speed motor operation",
"name": "High Speed Operation",
"value": {
"speed": 100
}
}Response
Successful Response
Example response
{
"description": "Reel motor unwind operation initiated successfully",
"name": "Unwind Operation Started",
"value": {
"action": "UNWIND",
"error": false,
"error_msgs": [],
"result": {
"speed": 50
}
}
}