更新KUKA程序
This commit is contained in:
12
KUKA/KRC/R1/System/MqttConfig.dat
Normal file
12
KUKA/KRC/R1/System/MqttConfig.dat
Normal 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
|
||||
Reference in New Issue
Block a user