更新KUKA程序

This commit is contained in:
zhusenlin
2026-02-06 19:32:09 +08:00
parent fdd197f9cd
commit bdc205a668
77 changed files with 10688 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
&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