feed下料

This commit is contained in:
2025-11-12 09:22:21 +08:00
parent 9e4b73b1de
commit c413699983
9 changed files with 89 additions and 65 deletions

View File

@ -56,5 +56,10 @@ class Settings:
#是否在线生产
self.is_online_control = True # 是否API在线
#最后一块进行尾数控制
# self.block_numbers=['B1','B2','B3','L1','L2','F']
#需核实上下位漏斗容量
self.max_upper_volume = 2.4 # 上料斗容量(方)
self.max_lower_volume = 2.4 # 下料斗容量(方)