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