Command
HTTP
method
JSON request
part
JSON response
part
Function
iolink/sickv1 / readPort
(process data)
POST
{
"header": {
"portNumber": 0
},
"data": {
"processData":
"in"
}
}
{
"header": {
"status": 0,
"message": "Ok"
},
"data": {
"processDataIn": [
1,
80,
0,
0
],
"isValid": true
}
}
Returns the
content of
the raw proc‐
ess data of a
connected
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:
Byte array of
the process
data
isValid: true/
false
iolink/sickv1 / writePort
(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: Byte
array of the
process data
7
SIG200 CONFIGURATION
98
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