From 68ec47fb04c19139f8e39343689201a9f089ad8c Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Tue, 1 Dec 2020 19:26:32 +0200 Subject: Implemented machine events emulation via FSE. Added support for event 5099. Updated event rev to 28. Added 3 & 4 dancer types for X4. --- Software/PMR/Messages/Diagnostics/EventType.proto | 3 +++ Software/PMR/Messages/Hardware/HardwareDancerType.proto | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'Software/PMR') diff --git a/Software/PMR/Messages/Diagnostics/EventType.proto b/Software/PMR/Messages/Diagnostics/EventType.proto index 075b39fa6..b602d2136 100644 --- a/Software/PMR/Messages/Diagnostics/EventType.proto +++ b/Software/PMR/Messages/Diagnostics/EventType.proto @@ -655,6 +655,9 @@ enum EventType //Dyeing head tunnel lid is open. Cannot execute job (Group = DyeingHead, Category = Error) DYEING_HEAD_TUNNEL_LID_IS_OPEN = 5098; + //Dyeing head cover is open. Cannot execute job (Group = DyeingHead, Category = Warning) + DYEING_HEAD_COVER_IS_OPEN = 5099; + //The temperature in the mixer is too high. Cannot execute job (Group = Mixer, Category = Error) MIXER_OVERTEMPERATURE = 6000; diff --git a/Software/PMR/Messages/Hardware/HardwareDancerType.proto b/Software/PMR/Messages/Hardware/HardwareDancerType.proto index a7c9e005d..1acb91fe8 100644 --- a/Software/PMR/Messages/Hardware/HardwareDancerType.proto +++ b/Software/PMR/Messages/Hardware/HardwareDancerType.proto @@ -25,10 +25,10 @@ enum HardwareDancerType //Right Dancer RightDancer = 2; - //4x 3rd dancer + //Third Dancer ThirdDancer = 3; - //4x 4th Dancer + //Fourth Dancer FourthDancer = 4; } -- cgit v1.3.1