|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Set entry point of a rapid program
/rw/rapid/tasks/{task}/program
POST
action=set-entrypoint Required, form data see Get rapid task actions
routine= {routine-name} Required
NO_CONTENT(204), see HTTP Status codes
BAD REQUEST(400),FORBIDDEN(403),NOT_FOUND(404) see HTTP Status codes
Robot controller errors, see Robot controller return codes
curl --digest -u "Default User":robotics -d "routine=myroutine" -X POST "http://127.0.0.1/rw/rapid/tasks/T_ROB1/program?action=set-entrypoint"
Not supported in bootserver mode
Rapid mastership is required