ICE11-8IOL-G60L-V1D
IIoT-Funktionalität
Element
login
password
port
base-topic
will-enable
will-topic
auto-publish
publish-interval
publish-identity
publish-config
publish-status
publish-process
publish-devices
commands-allowed
force-allowed
reset-allowed
config-allowed
qos
Tabelle 10.1
1. fett = Standard
MQTT-Response
Die resultierende Antwort ist ein JSON-Objekt mit einem "status"-Feld. Der Status sollte "0"
sein, wenn kein Fehler auftritt und "-1", wenn ein Fehler auftritt.
Im Fehlerfall beinhaltet die Antwort einen Fehler-Array.
Der Fehler-Array beinhaltet ein Fehler-Objekt für jeden aufgetretenen Fehler. Das Objekt
besteht aus einem Feld "Element", welches das Konfigurationselement benennt, das den Feh-
ler verursacht hat, und aus einem Feld "Message" für die Fehlermeldung.
174
Datentyp
Beschreibung
string
Username for MQTT Broker
string
Password for MQTT Broker
number
Broker port
string
Base topic
boolean
If true, the device provides a last will
message to the broker
string
The topic for the last will message.
boolean
If true, all enabled domains will be
published automatically in the spe-
cified interval.
number
The publish interval in ms if autopu-
blish is enabled. Minimum is 250
ms.
boolean
If true, all identity domain data will
be published
boolean
If true, all config domain data will be
published
boolean
If true, all status domain data will be
published
boolean
If true, all process domain data will
be published
boolean
If true, all IO-Link Device domain
data will be published
boolean
Master switch for MQTT com-
mands. If false, the device will not
subscribe to any command topic,
even if specific command topics are
activated below.
boolean
If true, the device accepts force
commands via MQTT.
boolean
If true, the device accepts restart
and factory reset commands via
MQTT.
boolean
If true, the device accepts configura-
tion changes via MQTT.
number
Selects the "Quality of Service" sta-
tus for all published messages.
Beispiel
"admin"
Default: null
"private"
Default: null
1883
"iomodule_[mac]"
Default: "ice11"
true / false
Default: null
true / false
2000
true / false
true / false
true / false
true / false
true / false
true / false
true / false
true / false
true / false
0 = At most once
1 = At least once
2 = Exactly once