diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-06-01 15:48:54 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-06-01 15:48:54 +0300 |
| commit | 218794a0207ccb6e89a9a3c7175180001ae03740 (patch) | |
| tree | 7c6e9bf38dc959f890dbb6f9a985d76b94fc4164 /Software/Visual_Studio/Tango.Emulations | |
| parent | a0640910b61e0f38ede0c70e92997bc6d2717282 (diff) | |
| download | Tango-218794a0207ccb6e89a9a3c7175180001ae03740.tar.gz Tango-218794a0207ccb6e89a9a3c7175180001ae03740.zip | |
PPC. GUI bugs,.
Related Work Items: #8497, #8509, #8512
Diffstat (limited to 'Software/Visual_Studio/Tango.Emulations')
| -rw-r--r-- | Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs index 0e00bee3e..cf341f439 100644 --- a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs +++ b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs @@ -635,6 +635,9 @@ namespace Tango.Emulations.Emulators monitors.Dispenser7MotorFrequency.AddRange(dispenserFrequencies[6].Data); monitors.Dispenser8MotorFrequency.AddRange(dispenserFrequencies[7].Data); + monitors.EuLubricantCurrent.Add(4000.0); + + //res.HeatersStates.Add(new HeaterState() //{ // CurrentValue = 50, |
