RSTi-OM User Manual
Section 12
GFK-3212A
Jun 2021
MQTT Interface
121
"port" : 4,
"valid" : 1,
"raw" : [9,124,9,79,9,127,0,0]
}
{
"port": 1,
"valid": 1,
"V_PdT": {
"Temperature": 0,
"Switch status [OUT1].": 0
},
"raw": [9,140,9,136,9,90,0,0]
}
{
"port": 1,
"valid": 1,
"V_PdT": {
"Temperature": 0,
"Switch_status_OUT1_": 0
},
"raw": [9,140,9,136,9,90,0,0]
}
12.3.7
MqttTopicBase/port/n/pdo
PDO values are published when they change (subject to the minimum publish interval setting) or periodically
according to the maximum publish interval setting. Raw byte array data is always present. If PDO length is 4
or less, an unsigned integer version is also present. If an IODD file is present, dissected field values will be
present for the configured process data group as defined by the IODD. If enabled, the process data field
names will be "sanitized" so that they are legal JavaScript identifiers by replacing illegal characters with
underscores.
{
"port" : 1,
"valid" : 1,
"uint" : 252,
"raw" : [252]
}
12.3.8
MqttTopicBase/port/n/auxin
IO-Link port DI (auxiliary input) pin values will be published when they change (subject to minimum publish
interval setting) or periodically according to the maximum publish interval setting. The payload comprises
the port number and a single "value" field having an integer value of 0 or 1.
{