Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Get RAPID breakpoint actions

Get a list of actions that can be invoked on rapid program breakpoint.

URL

/rw/rapid/tasks/{task}/program/breakpoint

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/rw/rapid/"/>
</head>
<body>
<div class="state">
<a href="tasks/T_ROB1/program/breakpoint?action=show" rel="self">
</a>
<form id="set" method='post' action="tasks/T_ROB1/program/breakpoint?action=set">
<input module="modulename" row="rowno" column="columno" />
</form> </div>
</body>
</html>

Error Response

BAD_REQUEST(400)

HTTP Errors, see HTTP Status codes

Robot controller errors, see Robot controller return codes

Sample Call

curl --digest -u "Default User":robotics" "http://localhost/rw/rapid/tasks/T_ROB1/program/breakpoint?action=show"

Notes

Not supported in bootserver mode