Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Update Sync Revolution Counter

Update Sync Revolution Counter

URL

/rw/motionsystem/mechunits/{mechunit}/axes/{axis_num}

Method

POST

URL Params

action=update-syncrevcounter Required

See Common URL parameters

Data Params

syncType=1 Required

Success Response

NO_CONTENT (204)

see HTTP Status codes

Example Response

No content

Error Response

BAD_REQUEST(400)

Robot controller errors, see Robot controller return codes

Sample Call

curl --digest -u "Default User":robotics -d "syncType=1" -X POST "http://localhost/rw/motionsystem/mechunits/ROB_1/axes/1?action=update-syncrevcounter"

Note

Not supported in boot server.