This commit is contained in:
@@ -24,5 +24,17 @@ namespace AciTester.Models
|
||||
|
||||
[ObservableProperty]
|
||||
private float temperatureProtect = 40.0f; // D1084
|
||||
|
||||
|
||||
|
||||
// 新增校准开关状态
|
||||
[ObservableProperty]
|
||||
private bool flowCalibrationEnabled; // M1300
|
||||
|
||||
[ObservableProperty]
|
||||
private bool pumpPressureCalibrationEnabled; // M1302
|
||||
|
||||
[ObservableProperty]
|
||||
private bool impactorPressureCalibrationEnabled; // M1303
|
||||
}
|
||||
}
|
||||
@@ -69,6 +69,11 @@ namespace AciTester.Models
|
||||
public ushort ConstantTempStartCoil { get; set; } = 4; // M4
|
||||
public ushort DefrostStartCoil { get; set; } = 19; // M19
|
||||
|
||||
|
||||
|
||||
public ushort FlowCalibrationCoil { get; set; } = 1300; // M1300
|
||||
public ushort PumpPressureCalibCoil { get; set; } = 1302; // M1302
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user