|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
/rw/motionsystem/mechunits/{mechunit}/axes/{axis_num}
POST
action=set-axispose Required
NO_CONTENT (204), see HTTP Status codes
BAD_REQUEST(400), NOT_FOUND(404), FORBIDDEN(403)
See Robot controller return codes
curl --digest -u "Default User":robotics -d "x=0&y=0&z=0&q1=0&q2=1&q3=0&q4=0" -X POST "http://localhost/rw/motionsystem/mechunits/ROB_1/axes/1?action=set-axispose"
Not supported in bootserver mode
UAS grant is required.
As all the use-cases for this API are not know, limited use-case testing has been performed for this API.