|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
/rw/motionsystem/mechunits/{mechunit}/smbdata
GET
action=show Required
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>motionsystem</title>
<base href="http://localhost/rw/motionsystem/mechunits/ROB_1/smbdata"/>
</head>
<body>
<div class="state">
<form id="set" method="post" action="?action=set">
<input name="type" value="0" type="text"/>
</form>
<form id="clear" method="post" action="?action=clear">
<input name="type" value="0" type="text"/>
</form>
</div>
</body>
</html>
BAD_REQUEST(400)
Robot controller errors, see Robot controller return codes
curl --digest -u "Default User":robotics "http://localhost/rw/motionsystem/mechunits/ROB_1/smbdata?action=show"
Not Supported in Boot Server Mode