This commit is contained in:
xyy
2026-06-05 17:33:59 +08:00
parent 8573f5c4e5
commit abc3e186e2

View File

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