Robot Web Services
3HAC050973-001 Revision:L, Application Manual - Robot Web Services
|
Set number of execution cycles
/rw/rapid/execution
POST
action=setcycle Required
cycle= {once | forever} Required
NO_CONTENT(204)
BAD_REQUEST(400)
HTTP Errors, see HTTP Status codes
Robot controller errors, see Robot controller return codes
curl --digest -u "Default User":robotics -d "cycle=once" -X POST "http://localhost/rw/rapid/execution?action=setcycle"
Not supported in bootserver mode.
Mastership is required to set cycle.