Robot Web Services
3HAC050973-001 Revision:L, Application Manual - Robot Web Services
|
Update the IO signal value
/rw/iosystem/signals/{network}/{device}/{signal}
POST
action=set Required
Its mandatory to give any one data param with its required combination.
NO_CONTENT(204)
No Content
BAD_REQUEST(400)
See Robot controller return codes
Set signal value
curl --digest -u "Default User":robotics -d "lvalue=1" -X POST "http://localhost/rw/iosystem/signals/Local/DRV_1/DRV1K1?action=set"
curl --digest -u "Default User":robotics -d "mode=pulse&Pulses=20&ActivePulse=200&PassivePulse=200&userlog=true" -X POST "http://localhost/rw/iosystem/signals/Local/DRV_1/DRV1K1?action=set"
curl --digest -u "Default User":robotics -d "mode=invert" -X POST "http://localhost/rw/iosystem/signals/Local/DRV_1/DRV1K1?action=set"
Not supported in bootserver mode