Files
Feeding_control_system/config/opc_config.ini

38 lines
1.0 KiB
INI
Raw Normal View History

[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
2026-03-13 21:04:19 +08:00
upper_is_arch = 2:upper,2:upper_is_arch
upper_door_closed = 2:upper,2:upper_door_closed
upper_volume = 2:upper,2:upper_volume
upper_door_position = 2:upper,2:upper_door_position
lower_weight = 2:lower,2:lower_weight
2026-03-13 21:04:19 +08:00
lower_is_arch = 2:lower,2:lower_is_arch
lower_angle = 2:lower,2:lower_angle
mould_finish_weight = 2:mould,2:mould_finish_weight
mould_need_weight = 2:mould,2:mould_need_weight
mould_frequency = 2:mould,2:mould_frequency
mould_vibrate_status = 2:mould,2:mould_vibrate_status
feed_status = 2:mould,2:feed_status
sys_set_mode = 2:sys,2:set_mode
sys_segment_refresh = 2:sys,2:segment_refresh
sys_pd_refresh = 2:sys,2:pd_refresh
pd_data = 2:pd,2:pd_data
2026-03-13 21:04:19 +08:00
pd_notify = 2:pd,2:pd_notify
pd_set_mode = 2:pd,2:set_mode
pd_set_volume = 2:pd,2:set_volume