From cd9c24c878501f4d2b74facf94c4212886dc4e1e Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Fri, 31 May 2024 11:01:38 +0300 Subject: Air dryer fixed. --- Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Software/Visual_Studio/Tango.Emulations') diff --git a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs index bdf915869..7562668d5 100644 --- a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs +++ b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs @@ -597,6 +597,10 @@ namespace Tango.Emulations.Emulators { airDryer++; } + else + { + airDryer = 0; + } res.Monitors.EuSpare1.Add(airDryer); -- cgit v1.3.1