|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Returns robot type.
/rw/system/robottype
GET
None
None
HTTP_OK(200)
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>system</title>
<base href="http://localhost/rw/system/robottype/"/>
</head>
<body>
<div class="state">
<a href="" rel="self"/>
<ul>
<li class="sys-robottype" title="1">
<span class="robot-type">IRB 120-3/0.6</span>
</li>
<li class="sys-robottype" title="2">
<span class="robot-type">IRB 140T-5/0.8 Type C</span>
</li>
</ul>
</div>
</body>
</html>
Robot controller errors, see Robot controller return codes
curl --digest -u "Default User":robotics "http://localhost/rw/system/robottype"
Not supported in bootserver mode.
The API supports only ABB standard robots. Positioners, track motion etc. are not supported.
In case, there is no ABB standard robots, NO_CONTENT will be returned.