This commit is contained in:
@@ -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 { }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user