This commit is contained in:
xyy
2026-06-15 10:45:04 +08:00
parent 3fb35f5814
commit 24763126ef
2 changed files with 2 additions and 2 deletions

View File

@@ -46,8 +46,8 @@ namespace AciTester.Models
// 新增地址 // 新增地址
public ushort FlowCalibrationReg { get; set; } = 1328; public ushort FlowCalibrationReg { get; set; } = 1328;
public ushort FlowProtectReg { get; set; } = 1332; public ushort FlowProtectReg { get; set; } = 1332;
public ushort TemperatureReg { get; set; } = 1380; public ushort TemperatureReg { get; set; } = 1082;//
public ushort TempCalibrationReg { get; set; } = 1378; public ushort TempCalibrationReg { get; set; } = 1080;
public ushort PumpPressureReg { get; set; } = 1430; public ushort PumpPressureReg { get; set; } = 1430;
public ushort PumpPressureCalibReg { get; set; } = 1428; public ushort PumpPressureCalibReg { get; set; } = 1428;
public ushort ImpactorPressureReg { get; set; } = 1480; public ushort ImpactorPressureReg { get; set; } = 1480;