Command
HTTP
method
JSON request
part
JSON response
part
Function
iolink/sickv1/readDevice
(process data)
POST
{
"header": {
"portNumber": 0
},
"data": {
"processData":
"in"
}
}
{
"header": {
"status": 0,
"message": "Ok"
},
"data": {
"processDataIn": {
"1": false,
"2": false,
"3": false,
"4": false,
"5": false,
"6": false,
"7": false,
"8": false,
"9": false,
"10": false,
"11": 0,
"12": 726
},
"isValid": true
}
}
Returns the
segmented
and ana‐
lyzed con‐
tent of the
process data
of a con‐
nected IO-
Link device.
portNumber:
0 = Port 1, 1
= Port 2, 2 =
Port 3, 3 =
Port 4
process‐
Data: In =
Incoming
process
data, out =
Outgoing
process data
processDa‐
taIn/proc‐
essDataOut:
Structure of
the process
data accord‐
ing to IODD
isValid: true/
false
iolink/sickv1/writeDevice
(process data)
POST
{
"header":
{
"portNumber":0
}
,"data":
{
"processData‐
Out":[0,55]
}
}
{
"header": {
"status": 0,
"message": "Ok"
}
}
Sets the
content of
the raw proc‐
ess data
(outgoing) of
a connected
IO-Link
device.
portNumber:
0 = Port 1, 1
= Port 2, 2 =
Port 3, 3 =
Port 4
processDa‐
taOut: Struc‐
ture of the
process data
according to
IODD
7
SIG200 CONFIGURATION
100
O P E R A T I N G I N S T R U C T I O N | Sensor Integration Gateway - SIG200
8017853.1D0S/2021-11-04 | SICK
Subject to change without notice