Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Get SyncPers Status

Get SyncPers Status

URL

/rw/rapid/modules/{module}

Method

GET

URL Params

resource=syncper-status Required

task={task_name} Required

Data Params

None

Success Response

HTTP_OK, see HTTP Status codes

Example Response

<html>
<head>
<title>rapid</title>
<base href= "http://localhost:7777/rw/rapid/" />
</head>
<body>
<div class="state">
<a href= "modules/MainModule?resource=syncper-status&task=T_ROB1" rel="self"/>
<ul>
<li class="rap-syncper-status" title="syncperstatus">
<span class="syncperstatus">1</span>
</li>
</ul>
</div>
</body>
</html>

Resources

  • syncperstatus: status from Persistent variable {1 - TRUE|0 - FALSE}

Error Response

Bad Request(400), see HTTP Status codes

Sample Call

curl --digest -u "Default User":robotics "http://localhost/rw/rapid/modules/base?resource=syncper-status&task=T_ROB1"

Note

Not supported in bootserver mode