|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
/rw/motionsystem/motionsupervision
GET
mechunit={mechunit name} Required
None
HTTP_OK(200)
<?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="motionsupervision?mechunit=ROB_1" rel="self"/>
<a href="motionsupervision?action=show" rel="action"/>
<ul>
<li class="ms-motionsupervision" title="motionsupervision">
<span class="mode-enabled">"TRUE"</span>
<span class="level">"100"</span>
</li>
<li class="ms-supervision-collision-prediction-mode" title="supervision-collision-prediction-mode">
<a href="motionsupervision?action=collision-prediction-mode" rel="self"/>
</li>
</ul>
</div>
</body>
</html>
BAD_REQUEST(400)
Robot controller errors, see Robot controller return codes
curl --digest -u "Default User":robotics "http://localhost/rw/motionsystem/motionsupervision?mechunit=ROB_1"
Not supported in boot server.