This commit is contained in:
xyy
2026-04-09 21:43:30 +08:00
parent ae7b329792
commit e576af2b69
9 changed files with 251 additions and 23 deletions

View File

@@ -22,6 +22,18 @@
"EnableCoil": 21, // 使能线圈M21状态反馈只读
"StopCoil": 7, // 停止线圈M7ON 停止测试
"StartCoil2": 30, // 启动线圈M20ON 启动测试程序
"EnableCoil2": 31, // 使能线圈M21状态反馈只读
"StopCoil2": 32, // 停止线圈M7ON 停止测试
"StartCoil3": 33, // 启动线圈M20ON 启动测试程序
"EnableCoil3": 34, // 使能线圈M21状态反馈只读
"StopCoil3": 35, // 停止线圈M7ON 停止测试
// 压力值系数(用于单位转换,例如 kPa 转 Pa 时设为 1000
"PressureFactor": 1000.0,
@@ -33,6 +45,8 @@
// ========== 运维参数设置(可读写) ==========
"PressureUpperLimit": 300, // 加压上限D300
"PressureUpperLimit2": 302, // 加压上限D300
"PressureUpperLimit3": 304, // 加压上限D300
"PressureRate": 280, // 加压速率D280
"PressureCoeff": 282, // 加压系数D282
@@ -74,14 +88,22 @@
"BigFlow2": 42, //
"BigFlow3": 46, //
"SmallFlowAlarm": 210,
"BigFlowAlarm": 213,
"HighPressAlarm": 180, //高压超限
"LowPressAlarm": 195 //低压超限
"LowPressAlarm": 195, //低压超限
"Midnight1": 50, // 漏夜1
"Midnight2": 51, // 漏夜2
"Midnight3": 52, // 漏夜3
"UpAndDown1": 18, // 漏夜3
"UpAndDown2": 20, // 漏夜3
"UpAndDown3": 22 // 漏夜3
}
}