|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Set the Program pointer(PP) position to routine by URL
/rw/rapid/tasks/{task}/pcp
POST
action=set-pp-routine-from-url Required, form data see Get RAPID task pcp actions
module= {module name} Required routine= {routine name} Required
NO_CONTENT(204), see HTTP Status codes
BAD REQUEST(400) , see HTTP Status codes
Robot controller errors, see Robot controller return codes
curl --digest -u "Default User":robotics -d "module=modulename&routine=routinename" -X POST "http://localhost/rw/rapid/tasks/T_ROB1/pcp?action=set-pp-routine-from-url"
Not supported in bootserver mode.
Controller needs to be in auto mode.