Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Clear the alarms

Clears the alarm for the specified profinet device. Supported from RW 6.13

URL

rw/iosystem/devices/{network}/{device}/alarms/clear

Method

POST

URL Params

None

Data Params

None

Success Response

HTTP_OK(20)

See HTTP Status codes

Example Response

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<base href="https://localhost:443/rw/iosystem/" />
</head>
<body>
<div class="state">
<a href="devices/PROFINET/PN_Internal_Device/alarms/clear" rel="self"></a>
<ul>
<li class="ios-device-clear-alarms-state" title="clear-alarms">
<span class="status">0</span>
</li>
</ul>
</div>
</body>
</html>

Error Response

NOT_ACCEPTABLE(406)

See Robot controller return codes

Sample Call

curl --digest -u "Default User":robotics -d POST "http://localhost/rw/iosystem/devices/PROFINET/PN_Internal_Device/alarms/clear"

Notes

Not supported in bootserver mode.