v1
cable-position
Get cable position
Retrieves the current cable position from the encoder in meters.
Returns the current encoder reading converted to meters using the active calibration factor. This the cable position is also returned as part of the heartbeat data.
get/api/v1/reel/encoder/count
Response
Successful Response
Example response
{
"description": "Current cable position retrieved successfully",
"name": "Position Retrieved",
"value": {
"action": "REEL_GET_ENCODER_COUNT",
"error": false,
"error_msgs": [],
"result": {
"cable_position": 23.7
}
}
}