Files
6040-003/KUKA/KRC/R1/System/MqttConfig.dat
2026-02-12 11:51:44 +08:00

12 lines
349 B
Plaintext

&ACCESS RV3
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