Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Get Path Supervision

It returns path supervision mode and level.

URL

/rw/motionsystem/pathsupervision

Method

GET

URL Params

mechunit={mechunit} Required

See Common URL parameters

Data Params

None

Success Response

HTTP_OK(200)

see HTTP Status codes

Example Response

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
       <title>motionsystem</title>
       <base href="http://localhost/rw/motionsystem/"/>
   </head>
   <body>
       <div class="state">
           <a href="pathsupervision?mechunit=ROB_1" rel="self"/>
           <a href="pathsupervision?action=show" rel="action"/>
           <ul>
               <li class="ms-pathsupervision" title="pathsupervision">
                   <span class="mode">ON</span>
                   <span class="level">100</span>
               </li>
           </ul>
       </div>
   </body>
</html>

Resources

  • mode Path supervision mode
  • level Path supervision level

Error Response

BAD_REQUEST(400)

Robot controller errors, see Robot controller return codes

Sample Call

curl --digest -u "Default User":robotics "http://localhost/rw/motionsystem/pathsupervision?mechunit=ROB_1"

Note

Not supported in bootserver mode