Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Lock operation mode selection.

Lock operation mode selection.

URL

/rw/panel/opmode

Method

POST

URL Params

action=lock Required

See Common URL parameters

Data Params

pin=<4-digit-pin> Required

permanent=<1|0> Required

Success Response

NO_CONTENT(204)

see HTTP Status codes

Example Response

No Content

Error Response

BAD_REQUEST(400), FORBIDDEN(403)

See Robot controller return codes

Sample Call

curl --digest -u "Default User":robotics -d "pin=1234&permanent=0" -X POST "http://localhost/rw/panel/opmode?action=lock"

Notes

Not supported in bootserver mode.

UAS_GRANT "Lock saftey controller config" is needed to lock/unlock.

For permenant lock/unlock "Key-less mode selector" UAS_GRANT is needed.