Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Update rapid variable Initial Value

Update RAPID variable. When updating a RAPID variable, mastership over RAPID is required. Mastership is taken internally on behalf of the client, if not already taken.

URL

/rw/rapid/symbol/data/{symbolurl}

Method

POST

URL Params

action=setInitValue Required

See Common URL parameters

Data Params

value={some_value} form data see Get rapid symbol data actions Required

Success Response

NO_CONTENT(204), see HTTP Status codes

Error Response

BAD_REQUEST(400), HTTP Errors, see HTTP Status codes

Robot controller errors, see Robot controller return codes

Sample Call

Update a num: curl --digest -u "Default User":robotics -d value=10 "http://localhost/rw/rapid/symbol/data/RAPID/T_ROB1/user/reg1?action=setInitValue"

Notes

Not supported in bootserver mode