Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Get change count

Get module change count

URL

/rw/rapid/modules/{module}

Method

GET

URL Params

resource=change-count Required

task={task_name} Required

Data Params

None

Success Response

HTTP_OK(200), 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/mymodule?resource=change-count&task=T_ROB1" rel="self"/>
<ul>
<li class="rap-module-changecount" title="changecount">
<span class="count"></span>
</li>
</ul>
</div>
</body>
</html>

Resources

  • rap-module-changecount
    • count changecount.

Error Response

Bad Request(400), FORBIDDEN(403), NOT_FOUND(404), see HTTP Status codes

Robot controller errors, see Robot controller return codes

Sample Call

curl --digest -u "Default User":robotics "http://localhost/rw/rapid/modules/MainModule?resource=change-count&task=T_ROB1"

Note

Not supported in bootserver mode