aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-12-01 19:26:32 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-12-01 19:26:32 +0200
commit68ec47fb04c19139f8e39343689201a9f089ad8c (patch)
treee23dd24478a97faa373a2a58ae4d865882447f4d /Software/PMR
parent45a7a7319bbae1a2ab5cfc93d7a2507cccd8770e (diff)
downloadTango-68ec47fb04c19139f8e39343689201a9f089ad8c.tar.gz
Tango-68ec47fb04c19139f8e39343689201a9f089ad8c.zip
Implemented machine events emulation via FSE.
Added support for event 5099. Updated event rev to 28. Added 3 & 4 dancer types for X4.
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/Diagnostics/EventType.proto3
-rw-r--r--Software/PMR/Messages/Hardware/HardwareDancerType.proto4
2 files changed, 5 insertions, 2 deletions
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;
}