Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Set Motion Supervision Mode (Jog Supervision Mode)

URL

/rw/motionsystem/motionsupervision

Method

POST

URL Params

action=set-mode Required

See Common URL parameters

Data Params

  • mechunit-name={mechanical unit name} Required
  • mode={True | False} Required

Success Response

NO_CONTENT (204)

see HTTP Status codes

Example Response

No content

Error Response

BAD_REQUEST(400), FORBIDDEN(403)

Robot controller errors, see Robot controller return codes

Sample Call

curl --digest -u "Default User":robotics -d "mechunit-name=ROB_1&mode=True" - POST "http://localhost/rw/motionsystem/motionsupervision?action=set-mode"

Note

Mastership needs to be acquired.

All data parameters are mandatory.

Not supported in bootserver mode.