CONFIGURING THE CONNECTION SETTINGS
8
73
8027311 / V1-0/2022-04|SICK
Subject to change without notice
O P E R A T I N G I N S T R U C T I O N S | TDC-E (Telematic Data Collector)
DioStates
WebSocket server URL
ws://192.168.0.100:31768/ws/tdce/dio/states
MQTT subscription directory
tdce/dio/state/out
MQTT publish directory
tdce/dio/state/in
Results
[
{
"DioName": "DIO_A",
"Value": 1,
"Direction": "Output"
},
{
"DioName": "DIO_B",
"Value": 1
}
]
Results (2 responses from server)
{
"DioName":"DIO_A",
"Value":1,
"Direction":"Output",
"AvailableDirections":["Input","Output"]
}
{
"DioName":"DIO_B",
"Value":1,
"Direction":"Output",
"AvailableDirections":["Input","Output"]
}