Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Set the Program pointer(PP) position to routine by URL

Set the Program pointer(PP) position to routine by URL

URL

/rw/rapid/tasks/{task}/pcp

Method

POST

URL Params

action=set-pp-routine-from-url Required, form data see Get RAPID task pcp actions

Data Params

module= {module name} Required routine= {routine name} Required

Success Response

NO_CONTENT(204), see HTTP Status codes

Error Response

BAD REQUEST(400) , see HTTP Status codes

Robot controller errors, see Robot controller return codes

Sample Call

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"

Notes

Not supported in bootserver mode.

Controller needs to be in auto mode.