Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Get Active UI instruction actions

Returns a list of Active UI Instructions actions.

URL

/rw/rapid/uiinstr/active

Method

GET

URL Params

action=show Required

Returns action Forms for this resource

See Common URL parameters

Data Params

None

Success Response

HTTP_OK(200)

see HTTP Status codes

Example Response

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>rapid</title>
<base href="http://localhost/"/>
</head>
<body>
<div class="state">
<a href= "rw/rapid/uiinstr/active?action=show" rel="self"/>
<form id="set" method="post" action="/rw/rapid/uiinstr/active/param/{blockurl}/{uiparam}?action=set">
<input name="value" value="0" type="text"/>
</form>
</div>
</body>
</html>

Resources

  • set
  • value value of UI param

Actions

Error Response

Bad Request(400), see HTTP Status codes

See Robot controller return codes

Sample Call

curl --digest -u "Default User":robotics "http://localhost/rw/rapid/uiinstr/active?action=show"

Notes

Not supported in bootserver mode