diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-12-17 11:39:01 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-12-17 11:39:01 +0200 |
| commit | 33c8cda2d92785c7c194f4572d2ec881ecee4d2c (patch) | |
| tree | c1e89c7588c4ffde16320c2997b4f68e6b892fa0 /Software/PMR/Messages | |
| parent | 31eecb47efe7a75f0e42ab5075b14e87da5d3324 (diff) | |
| download | Tango-33c8cda2d92785c7c194f4572d2ec881ecee4d2c.tar.gz Tango-33c8cda2d92785c7c194f4572d2ec881ecee4d2c.zip | |
Added events rev 18.
Diffstat (limited to 'Software/PMR/Messages')
| -rw-r--r-- | Software/PMR/Messages/Diagnostics/EventType.proto | 75 |
1 files changed, 72 insertions, 3 deletions
diff --git a/Software/PMR/Messages/Diagnostics/EventType.proto b/Software/PMR/Messages/Diagnostics/EventType.proto index 15671d9fb..9355cce8d 100644 --- a/Software/PMR/Messages/Diagnostics/EventType.proto +++ b/Software/PMR/Messages/Diagnostics/EventType.proto @@ -1447,13 +1447,13 @@ enum EventType //Communication error. Cannot execute job (Group = GeneralHardware, Category = Error) E_NO_COMMUNICATION_WITH_IDS_5_BOARD = 105022; - //Door is open. Cannot execute job (Group = GeneralHardware, Category = Error) + //Left door is open (Group = GeneralHardware, Category = Warning) E_LEFT_DOOR_OPEN = 106000; - //Door is open. Cannot execute job (Group = GeneralHardware, Category = Error) + //Right door is open (Group = GeneralHardware, Category = Warning) E_RIGHT_DOOR_OPEN = 106001; - //Door is open. Cannot execute job (Group = GeneralHardware, Category = Error) + //Top cover is open (Group = GeneralHardware, Category = Warning) E_TOP_DOOR_OPEN = 106002; //Tunnel lid is open. Cannot execute job (Group = GeneralHardware, Category = Error) @@ -1540,6 +1540,42 @@ enum EventType //Tension is out of range. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) E_TENSION_IN_BTSR_8_IS_OUT_OF_RANGE = 107024; + //BTSR stopped. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + E_BTSR_1_STOPPED = 107025; + + //BTSR stopped. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + E_BTSR_2_STOPPED = 107026; + + //BTSR stopped. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + E_BTSR_3_STOPPED = 107027; + + //BTSR stopped. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + E_BTSR_4_STOPPED = 107028; + + //BTSR stopped. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + E_BTSR_5_STOPPED = 107029; + + //BTSR stopped. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + E_BTSR_6_STOPPED = 107030; + + //BTSR stopped. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + E_BTSR_7_STOPPED = 107031; + + //BTSR stopped. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + E_BTSR_8_STOPPED = 107032; + + //Winder motor stopped. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + E_WINDER_1_MOTOR_STOPPED = 107033; + + //Winder motor stopped. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + E_WINDER_2_MOTOR_STOPPED = 107034; + + //Winder motor stopped. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + E_WINDER_3_MOTOR_STOPPED = 107035; + + //Winder motor stopped. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + E_WINDER_4_MOTOR_STOPPED = 107036; + //Temperature in dyeing head is too high. Cannot execute job (Group = DyeingHead, Category = Error) E_DYEING_HEAD_ZONE_1_OVERTEMPERATURE_A = 108000; @@ -2026,4 +2062,37 @@ enum EventType //Malfunction in @ tank. Cannot execute job (Group = InkFillingSystem, Category = Error) E_INK_LINE_11_MID_TANK_MALFUNCTION = 112073; + //The @ tank is empty. Cannot execute job (Group = InkFillingSystem, Category = Error) + E_INK_LINE_1_MID_TANK_EMPTY = 112074; + + //The @ tank is empty. Cannot execute job (Group = InkFillingSystem, Category = Error) + E_INK_LINE_2_MID_TANK_EMPTY = 112075; + + //The @ tank is empty. Cannot execute job (Group = InkFillingSystem, Category = Error) + E_INK_LINE_3_MID_TANK_EMPTY = 112076; + + //The @ tank is empty. Cannot execute job (Group = InkFillingSystem, Category = Error) + E_INK_LINE_4_MID_TANK_EMPTY = 112077; + + //The @ tank is empty. Cannot execute job (Group = InkFillingSystem, Category = Error) + E_INK_LINE_5_MID_TANK_EMPTY = 112078; + + //The @ tank is empty. Cannot execute job (Group = InkFillingSystem, Category = Error) + E_INK_LINE_6_MID_TANK_EMPTY = 112079; + + //The @ tank is empty. Cannot execute job (Group = InkFillingSystem, Category = Error) + E_INK_LINE_7_MID_TANK_EMPTY = 112080; + + //The @ tank is empty. Cannot execute job (Group = InkFillingSystem, Category = Error) + E_INK_LINE_8_MID_TANK_EMPTY = 112081; + + //The @ tank is empty. Cannot execute job (Group = InkFillingSystem, Category = Error) + E_INK_LINE_9_MID_TANK_EMPTY = 112082; + + //The @ tank is empty. Cannot execute job (Group = InkFillingSystem, Category = Error) + E_INK_LINE_10_MID_TANK_EMPTY = 112083; + + //The @ tank is empty. Cannot execute job (Group = InkFillingSystem, Category = Error) + E_INK_LINE_11_MID_TANK_EMPTY = 112084; + } |
