Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Get parameter value for an active UI instruction

Get parameter value for an active UI instruction

URL

/rw/rapid/uiinstr/active/param/{stackurl}/{uiparam}

Method

GET

URL Params

See Common URL parameters

Data Params

None*

Success Response

HTTP_OK(200), if there is an active UI instruction.

Example Response

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>rapid</title>
<base href="http://127.0.0.1/rw/rapid/uiinstr/active/param/"/>
</head>
<body>
<div class="state">
<a href="RAPID/T_ROB1/%25%2499/Result" rel="self"/>
<a href="RAPID/T_ROB1/%25%2499/Result?action=show" rel="action"/>
<ul>
<li class="rap-uiparam" title="RAPID/T_ROB1/%$99/Result">
<span class="value">0</span>
</li>
</ul>
</div>
</body>
</html>

Resources

  • rap-uiparam UI param
  • value Requested UI parameter value

Error Response

BAD_REQUEST(400) , NOT_FOUND(404) see HTTP Status codes

See Robot controller return codes

Sample Call

curl --digest -u "Default User":robotics "http://127.0.0.1/rw/rapid/uiinstr/active/param/RAPID/T_ROB1/%25%2499/Result"

Notes

Not supported in bootserver mode