Files
6040-003/KUKA/KRC/R1/System/MqttConfig.dat
2026-02-06 19:32:09 +08:00

12 lines
348 B
Plaintext

&ACCESS RV
DEFDAT MqttConfig PUBLIC
; Publisher IP address for KukaConnect data-set configuration.
; Should either start with "mqtt://" or "mqtts://".
GLOBAL CHAR KUKACONNECT_BROKERIP[100]
KUKACONNECT_BROKERIP[]="mqtts://broker-ip:8883"
; Publisher for KukaConnect data-set only starts if enabled.
GLOBAL BOOL KUKACONNECT_ENABLED=FALSE;
ENDDAT