Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Acknowledgement for Operation Mode

Acknowledge the change in the operation mode of the controller.

URL

/rw/panel/opmode

Method

POST

URL Params

action=acknowledge Required

Data Params

opmode={auto | manf | coldet} Required

Success Response

NO_CONTENT (204)

see HTTP Status codes

Example Response

No Content

Error Response

BAD_REQUEST (400)

UNSUPPORTED_MEDIA (415)

FORBIDDEN(403)

See Robot controller return codes

Sample Call

curl --digest -u "Default User":robotics -d "opmode=auto" -X POST "http://localhost/rw/panel/opmode?action=acknowledge"

Notes

Client should have Local Client previliges to execute the functionality.

Auto acknowledgement option should be deactivated.

Not supported in bootserver mode.