![SICK SIG200 Скачать руководство пользователя страница 83](http://html.mh-extra.com/html/sick/sig200/sig200_operating-instruction_1264337083.webp)
JSON parameters Type
Description
functionTag
String
The user can assign a name with this parameter, which
describes the function of the device in the system. Refer
to the data sheet of the connected IO-Link device to see
whether the parameter is available.
Sample response:
{
"vendorId": 26,
"deviceId": 8389010,
"iolinkRevision": "1.1",
"vendorName": "SICK AG",
"vendorText": "www.sick.com",
"productName": "SIG100",
"productId": "1089792",
"productText": "IO-Link Sensor Hub",
"serialNumber": "18301211",
"hardwareRevision": "1.0",
"firmwareRevision": "1.1.2.R",
"applicationSpecificTag": "Test device"
}
Sample request:
{
"applicationSpecificTag": "Test device"
}
GET/devices/{deviceAlias}/events
Reading the events of the IO-Link device.
Query parame‐
ters
Type
Description
top
Integer
Filter to output only the first events after switching on
the supply voltage.
bottom
Integer
Filter to output only the most recent events in time.
Sample response:
[
{
"time": "00:23:21:37.897",
"severity": "ERROR",
"message": {
"code": 4096,
"mode": "APPEARS",
"text": "General malfunction - Unknown error"
},
"origin": {
"deviceAlias": "master1port1",
"portNumber": 1,
"masterNumber": 1
}
}
]
GET/devices/{deviceAlias}/processdata/value
GET/devices/{deviceAlias}/processdata/getdata/value
SIG200 CONFIGURATION
7
8017853.1D0S/2021-11-04 | 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
83
Subject to change without notice