|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
/rw/rapid/tasks
GET
resource=sync-state Required
type=program-pointer|motion-pointer Required See Common URL parameters
None
HTTP_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://127.0.0.1:9898/rw/rapid/"/> </head> <body> <div class="state"> <a href= "tasks?resource=sync-state&type=program-pointer" rel="self"/> <a href= "tasks?acton=show" rel="self"/> <ul> <li class="rap-sync-state" title="sync-state"> <span class="program-pointer-state">On</span> </li> </ul> </div> </body> </html>
BAD_REQUEST(400) see HTTP Status codes
curl --digest -u "Default User":robotics "http://localhost/rw/rapid/tasks?resource=sync-state&type=program-pointer"
Not supported in bootserver mode