This commit is contained in:
xyy
2026-03-28 16:48:41 +08:00
parent 2f1cacd097
commit 8bd9226955
9 changed files with 403 additions and 231 deletions

View File

@@ -24,7 +24,7 @@
// 流量寄存器地址(每个工位共用,但需配合流量模式切换)
"WetFlowRegister": 12, // 湿膜流量寄存器起始地址D2D3
"DryFlowRegister": 4, // 干膜流量寄存器起始地址D4D5
"DryFlowRegister": 12, // 干膜流量寄存器起始地址D4D5
"WetFlowFactor": 1.0, // 湿膜流量系数
"DryFlowFactor": 1.0, // 干膜流量系数
@@ -56,10 +56,20 @@
"FlowModeRegister2": 6, // 工位2 流量模式
"FlowModeRegister3": 7, // 工位3 流量模式
// 校准系数(零点/量程寄存器地址约定若PLC未分配可自定义
"PressureCalibZero": 3200, // 压力零点系数D3200D3201
"PressureCalibSpan": 3202, // 压力量程系数D3202D3203
"FlowCalibZero": 3204, // 流量零点系数D3204D3205
"FlowCalibSpan": 3206 // 流量量程系数D3206D3207
"High1": 60, // M60
"High2": 62, // M62
"High3": 64, // M64
"Low1": 61, //
"Low2": 63, //
"Low3": 65, //
"SmallFlow1": 40, // M60
"SmallFlow2": 44, // M62
"SmallFlow3": 47, // M64
"BigFlow1": 49, //
"BigFlow2": 42, //
"BigFlow3": 46 //
}
}