This commit is contained in:
xyy
2026-06-09 14:54:14 +08:00
parent bc893c4d53
commit 87ca4b0a64
3 changed files with 175 additions and 233 deletions

View File

@@ -1049,7 +1049,7 @@ public partial class D7896ViewModel : ObservableObject
try
{
float rawPressure = await _plcService.ReadFloatAsync(_config.PlcRegisterAddresses.Pressure);
ChamberPressure = rawPressure / 10.0;
ChamberPressure = rawPressure;
}
catch { }
}