|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Get state of external joints
/rw/rapid/tasks/{task}/motion
GET
resource=extjointstate Required
None
OK (200), see HTTP Status codes
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>rapid</title> <base href="http://localhost:80/rw/rapid/"/> </head> <body> <div class="state"> <a href="tasks/T_ROB1/motion?resource=extjointstate" rel="self"/> <ul> <li class="rapid-extjointstate" title="extjointstate"> <span class="j1">linear</span> <span class="j2">liner</span> <span class="j3">linear</span> <span class="j4">not_active</span> <span class="j5">linear</span> <span class="j6">rotating</span> </li> </ul> </div> </body> </html>
BAD_REQUEST(400), See Robot controller return codes
curl --digest -u "Default User":robotics "http://127.0.0.1/rw/rapid/tasks/T_ROB1/motion?resource=extjointstate"
Not supported in bootserver mode