28 lines
831 B
INI
28 lines
831 B
INI
[OPC_SERVER_CONFIG]
|
|
# OPC服务器地址
|
|
server_url = opc.tcp://localhost:4840/zjsh_feed/server/
|
|
|
|
# 心跳检测间隔(秒)
|
|
heartbeat_interval = 4
|
|
|
|
# 自动重连间隔(秒)
|
|
reconnect_interval = 2
|
|
|
|
# 订阅间隔(毫秒)
|
|
sub_interval = 500
|
|
|
|
[OPC_NODE_LIST]
|
|
upper_weight = 2:upper,2:upper_weight
|
|
lower_weight = 2:lower,2:lower_weight
|
|
; ; upper_hopper_position = 2:upper,2:upper_hopper_position
|
|
; upper_clamp_status = 2:upper,2:upper_clamp_status
|
|
; production_progress=2:production_progress
|
|
; segment_tasks=2:segment_tasks
|
|
; dispatch_tasks=2:dispatch_tasks
|
|
segment_tasks=2:sys,2:segment_refresh
|
|
dispatch_tasks=2:sys,2:pd_refresh
|
|
mould_vibrate_status=2:mould,2:mould_vibrate_status
|
|
vibration_frequency=2:mould,2:mould_frequency
|
|
mould_finish_weight=2:mould,2:mould_finish_weight
|
|
pd_mode=2:pd,2:set_mode
|
|
pd_plan_volume=2:pd,2:set_volume |