diff options
Diffstat (limited to 'Software/PMR')
| -rw-r--r-- | Software/PMR/Messages/Diagnostics/EventType.proto | 3 | ||||
| -rw-r--r-- | Software/PMR/Messages/Hardware/HardwareDancerType.proto | 4 |
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; } |
