|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Set the controller speed ratio. The value should be between 0 and 100
/rw/panel/speedratio
POST
action=setspeedratio Required
speed-ratio = The speed ratio value between 0 and 100 Required
NO_CONTENT (204)
No content
BAD_REQUEST (400), UNSUPPORTED_MEDIA (415), FORBIDDEN (403)
See Robot controller return codes
Set speed ratio
curl --digest -u "Default User":robotics -d "speed-ratio=60" -X POST "http://localhost/rw/panel/speedratio?action=setspeedratio"
Only supported in auto mode.
Not supported in bootserver mode