This commit is contained in:
xyy
2026-04-10 09:22:10 +08:00
parent e576af2b69
commit 08182f26cc
4 changed files with 31 additions and 5 deletions

View File

@@ -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 流量模式