This commit is contained in:
xyy
2026-04-07 21:10:37 +08:00
parent 48056e5b58
commit a1532d7954
4 changed files with 42 additions and 3 deletions

View File

@@ -15,6 +15,9 @@
// 线圈控制M 元件)
"PressCoil": 140, // 加压线圈M100ON 开始加压OFF 停止
"PressCoil2": 141, // 加压线圈M100ON 开始加压OFF 停止
"PressCoil3": 142, // 加压线圈M100ON 开始加压OFF 停止
"StartCoil": 20, // 启动线圈M20ON 启动测试程序
"EnableCoil": 21, // 使能线圈M21状态反馈只读
"StopCoil": 7, // 停止线圈M7ON 停止测试
@@ -69,7 +72,16 @@
"SmallFlow3": 47, // M64
"BigFlow1": 49, //
"BigFlow2": 42, //
"BigFlow3": 46 //
"BigFlow3": 46, //
"SmallFlowAlarm": 210,
"BigFlowAlarm": 213,
"HighPressAlarm": 180, //高压超限
"LowPressAlarm": 195 //低压超限
}
}