add(设备检测、读取管片任务、opcua客户端)

This commit is contained in:
2026-01-11 18:24:08 +08:00
parent 6be1e13f18
commit 29c459e0f2
6 changed files with 532 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# 界面所需的常量配置
[message_clean]
# 消息保留天数
keep_days = 14
# 消息清理间隔(天)
interval_days = 10
[adjuster_value]
# 一位小数
# 方量调节控件最小值
min = 0.0
# 方量调节控件最大值
max = 99.0
# 方量调节控件初始值
initial = 2.5

22
config/monitor_config.ini Normal file
View File

@ -0,0 +1,22 @@
# 系统诊断检测的设备
# 上料斗变送器
[上料斗]
ip = 192.168.250.63
# 下料斗变送器
[下料斗]
ip = 192.168.250.66
# 振捣室 rfid读卡器
[rfid1]
ip = 192.168.250.67
# 振捣室外 rfid读卡器
[rfid2]
ip = 192.168.250.77
[PLC]
ip = 192.168.250.233
[本地]
ip = 127.0.0.1