POST/devices/{deviceAlias}/processdata/value
Writing the output process data, where the length of the process data depends on the
connected device. As with reading, access can be as a byte array or in IODD format.
NOTE
To write the output process data, the port owner must be set to REST.
Example of byte array:
{
"iolink": {
"value": [
0,
2
]
}
}
Example of IODD format:
{
"iolink": {
"value": [
"Analog value": {
"value": 2
}
}
}
}
GET/devices/{deviceAlias}/parameters/{index}/value
POST/devices/{deviceAlias}/parameters/{index}/value
Reading and writing the IO-Link device parameters (ISDU).
http://192.168.2.1/iolink/v1/devices/master1port1/parameters/24/
value
{
"value": [
31,
32,
33,
34,
35
]
}
GET/devices/{deviceAlias}/parameters/{index}/subindices
GET/devices/{deviceAlias}/parameters/{index}/subindices/{subindex}/value
POST/devices/{deviceAlias}/parameters/{index}/subindices/{subindex}/value
When reading or writing to subindices, it is necessary to upload a matching IODD.
SIG200 CONFIGURATION 7
8024482.1FJ7 /2022-05-31 | SICK O P E R A T I N G I N S T R U C T I O N | Sensor Integration Gateway - SIG200
53
Subject to change without notice