RSTi-OM User Manual
Section 12
GFK-3212A
Jun 2021
MQTT Interface
125
are shown on the MQTT diagnostics page as "PDGroups" in the MQTT Port Status table. The published object
may also contain a boolean valid flag.
Example payloads:
IOLM/port/5/pdo/wr
{
"uint": 349718
}
IOLM/port/1/pdo/wr
{
"raw": [1,254,75]
}
IOLM/port/1/pdo/wr
{
"uint": 15, "valid": true
}
IOLM/port/5/pdo/wr
{
"raw": [1, 243,79,103, 253,12],
"valid": true
}
IOLM/port/3/wr
{
"PDOut": {
"LevelSetpoint": 119.34
},
"valid": true
}
IOLM/port/1/pdo/wr
{
"valid": true
}
IOLM/port/8/pdo/wr
{
"valid": false
}