|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Set the Program pointer(PP) position to cursor
/rw/rapid/tasks/{task}/pcp
POST
action=set-pp-cursor Required, form data see Get RAPID task pcp actions
module= {module name} Required
routine= {routine name} Required
line= {line_number} Required
column= {column_number 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&line=6&column=14&routine=routinename" -X POST "http://localhost/rw/rapid/tasks/T_ROB1/pcp?action=set-pp-cursor"
Line number and Column number should be in given routine range.**
Not supported in bootserver mode
Rapid Mastership Required