|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Get parameter value for an active UI instruction
/rw/rapid/uiinstr/active/param/{stackurl}/{uiparam}
GET
None*
HTTP_OK(200), if there is an active UI instruction.
<?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>
BAD_REQUEST(400) , NOT_FOUND(404) see HTTP Status codes
See Robot controller return codes
curl --digest -u "Default User":robotics "http://127.0.0.1/rw/rapid/uiinstr/active/param/RAPID/T_ROB1/%25%2499/Result"
Not supported in bootserver mode