This commit is contained in:
@@ -143,6 +143,7 @@ public partial class D7896ViewModel : ObservableObject
|
|||||||
Application.Current?.Dispatcher.Invoke(() => ChamberPressure = rawPressure);
|
Application.Current?.Dispatcher.Invoke(() => ChamberPressure = rawPressure);
|
||||||
|
|
||||||
float rawTemp = await _plcService.ReadFloatAsync(_config.PlcRegisterAddresses.Temperature);
|
float rawTemp = await _plcService.ReadFloatAsync(_config.PlcRegisterAddresses.Temperature);
|
||||||
|
rawTemp *= 1.0435f;
|
||||||
Application.Current?.Dispatcher.Invoke(() => CurrentTestTemperature = rawTemp);
|
Application.Current?.Dispatcher.Invoke(() => CurrentTestTemperature = rawTemp);
|
||||||
}
|
}
|
||||||
catch { }
|
catch { }
|
||||||
|
|||||||
Reference in New Issue
Block a user