This commit is contained in:
@@ -26,6 +26,12 @@ namespace MembranePoreTester.Communication
|
||||
|
||||
// ========== 控制线圈 ==========
|
||||
public ushort PressureModeRegister { get; set; } // 高压/低压模式寄存器
|
||||
|
||||
public ushort PressureModeRegister2 { get; set; } // 高压/低压模式寄存器
|
||||
public ushort PressureModeRegister3 { get; set; } // 高压/低压模式寄存器
|
||||
|
||||
|
||||
|
||||
public ushort PressCoil { get; set; } // 加压线圈(M100)
|
||||
public ushort PressCoil2 { get; set; } // 加压线圈(M100)
|
||||
public ushort PressCoil3 { get; set; } // 加压线圈(M100)
|
||||
@@ -93,6 +99,9 @@ namespace MembranePoreTester.Communication
|
||||
|
||||
public ushort FlowModeRegister { get; set; } = 4; // 工位1 流量模式
|
||||
|
||||
public ushort FlowModeRegister2 { get; set; } = 42; // 工位2 流量模式
|
||||
|
||||
public ushort FlowModeRegister3 { get; set; } = 46; // 工位3 流量模式
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user