|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Save program
/rw/rapid/tasks/{task}/program
POST
action=save Required
path={program_path} 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 "path=$HOME/myprog" -X POST "http://127.0.0.1/rw/rapid/tasks/T_ROB1/program?action=save"
Not supported in bootserver mode.