|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Get Axis actions
/rw/motionsystem/mechunits/{mechunit}/axes/{axis_num}
GET
action=show Required
None
HTTP_OK(200)
<html>
<head>
<title>motionsystem</title>
<base href= "http://http://localhost/rw/motionsystem/mechunits/ROB_1/axes/" />
</head>
<body>
<div class="state">
<form id="set-axispose" method="post" action="1?action=set-axispose">
<input type="text" name="x" value="0"/>
<input type="text" name="y" value="0"/>
<input type="text" name="z" value="0"/>
<input type="text" name="q1" value="0"/>
<input type="text" name="q2" value="0"/>
<input type="text" name="q3" value="0"/>
<input type="text" name="q4" value="0"/>
</form>
</div>
</body>
</html>
BAD_REQUEST(400)
Robot controller errors, see Robot controller return codes
curl --digest -u "Default User":robotics" "http://http://localhost/rw/motionsystem/mechunits/ROB_1/axes/1?action=show"
Not supported in bootserver mode