This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user