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

@@ -27,6 +27,8 @@ namespace MembranePoreTester.Communication
// ========== 控制线圈 ==========
public ushort PressureModeRegister { get; set; } // 高压/低压模式寄存器
public ushort PressCoil { get; set; } // 加压线圈M100
public ushort PressCoil2 { get; set; } // 加压线圈M100
public ushort PressCoil3 { get; set; } // 加压线圈M100
public ushort StartCoil { get; set; } // 启动线圈M20
public ushort EnableCoil { get; set; } // 使能线圈M21只读状态
public ushort StopCoil { get; set; } // 停止线圈M7
@@ -80,6 +82,16 @@ namespace MembranePoreTester.Communication
public ushort BigFlow3 { get; set; } // 工位1
public ushort SmallFlowAlarm { get; set; } // 小流量计报警 M210
public ushort BigFlowAlarm { get; set; } // 大流量报警 M213
public ushort HighPressAlarm { get; set; } // 高压超限 M180
public ushort LowPressAlarm { get; set; } // 低压超限 M195
}
/// <summary>