From 43bd6415adb5362d7532bc3069894607ad745e5a Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Mon, 27 May 2024 15:07:06 +0300 Subject: Updated events on PMR and BL. --- Software/PMR/Messages/Diagnostics/EventType.proto | 93 ++++++++++++----------- 1 file changed, 48 insertions(+), 45 deletions(-) (limited to 'Software/PMR') diff --git a/Software/PMR/Messages/Diagnostics/EventType.proto b/Software/PMR/Messages/Diagnostics/EventType.proto index 8c57a2f96..33f062b1f 100644 --- a/Software/PMR/Messages/Diagnostics/EventType.proto +++ b/Software/PMR/Messages/Diagnostics/EventType.proto @@ -85,7 +85,7 @@ enum EventType //Cover is open. Cannot execute job (Group = GeneralHardware, Category = Error) ARCH_COVER_OPEN = 2007; - //The machine temperature is too high. Cannot execute job (Group = GeneralHardware, Category = Critical) + //The machine temperature is too high. Cannot execute job (Group = GeneralHardware, Category = Error) MACHINE_INTERNAL_OVERTEMPERATURE = 2008; //Internal fans RPM is too low. Cannot execute job (Group = GeneralHardware, Category = Warning) @@ -97,7 +97,7 @@ enum EventType //Electrical cabinet fans RPM is too low. Cannot execute job (Group = GeneralHardware, Category = Warning) ELECTRICAL_CABINET_FANS_RPM_TOO_LOW = 2011; - //Electrical cabinet fans stopped. Cannot execute job (Group = GeneralHardware, Category = Warning) + //Electrical cabinet fans stopped. Cannot execute job (Group = GeneralHardware, Category = Error) ELECTRICAL_CABINET_FANS_STOPPED = 2012; //Configuration file does not exist. Cannot execute job (Group = GeneralHardware, Category = Error) @@ -112,10 +112,10 @@ enum EventType //unspecified error (Group = GeneralHardware, Category = Error) UNSPECIFIED = 2016; - //The machine temperature is too high. Cannot execute job (Group = GeneralHardware, Category = Critical) + //The machine temperature is too high. Cannot execute job (Group = GeneralHardware, Category = Error) MACHINE_INTERNAL_OVERTEMPERATURE_2 = 2017; - //The electrical cabinet temperature is too high. Cannot execute job (Group = GeneralHardware, Category = Critical) + //The electrical cabinet temperature is too high. Cannot execute job (Group = GeneralHardware, Category = Error) ELECTRICAL_CABINET_OVERTEMPERATURE = 2018; //Software error has occurred (Group = GeneralHardware, Category = Error) @@ -136,10 +136,10 @@ enum EventType //Cannot read the cartridge. Cannot replace waste cartridge (Group = GeneralHardware, Category = Error) RFID_READER_MALFUNCTION_WASTE_SLOT_2 = 2024; - //Communication failure. Cannot execute job (Group = GeneralHardware, Category = Critical) + //Communication failure. Cannot execute job (Group = GeneralHardware, Category = Error) I2C3_COMMUNICATION_FAILURE = 2025; - //Communication failure. Cannot execute job (Group = GeneralHardware, Category = Critical) + //Communication failure. Cannot execute job (Group = GeneralHardware, Category = Error) I2C4_COMMUNICATION_FAILURE = 2026; //Communication failure. Cannot execute job (Group = Transport, Category = Warning) @@ -328,7 +328,7 @@ enum EventType //The dryer door is open. Cannot execute job (Group = Dryer, Category = Critical) DRYER_DOOR_OPEN = 4004; - //The temperature in dryer zone is too high. Cannot execute job (Group = Dryer, Category = Critical) + //The temperature in dryer zone is too high. Cannot execute job (Group = Dryer, Category = Error) DRYER_ZONE_1_OVERTEMPERATURE = 4005; //The temperature in dryer zone is too high. Cannot execute job (Group = Dryer, Category = Error) @@ -361,7 +361,7 @@ enum EventType //Dryer filter is clogged. Cannot execute job (Group = Dryer, Category = Warning) DRYER_FILTER_IS_CLOGGED = 4015; - //Dryer fan stopped. Cannot execute job (Group = Dryer, Category = Critical) + //Dryer fan stopped. Cannot execute job (Group = Dryer, Category = Error) DRYER_FAN_STOPPED = 4016; //Dryer lid motor malfunction. Cannot execute job (Group = Dryer, Category = Warning) @@ -379,22 +379,22 @@ enum EventType //The temperature in dryer zone is too low. Cannot execute job (Group = Dryer, Category = Warning) DRYER_ZONE_2_UNDERTEMPERATURE_A = 4021; - //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical) + //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Error) DYEING_HEAD_ZONE_1_OVERTEMPERATURE = 5000; - //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical) + //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Error) DYEING_HEAD_ZONE_2_OVERTEMPERATURE = 5001; - //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical) + //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Error) DYEING_HEAD_ZONE_3_OVERTEMPERATURE = 5002; - //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical) + //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Error) DYEING_HEAD_ZONE_4_OVERTEMPERATURE = 5003; - //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical) + //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Error) DYEING_HEAD_ZONE_5_OVERTEMPERATURE = 5004; - //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical) + //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Error) DYEING_HEAD_ZONE_6_OVERTEMPERATURE = 5005; //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning) @@ -634,10 +634,10 @@ enum EventType //Dyeing head blower current loop break. Cannot execute job (Group = DyeingHead, Category = Error) DYEING_HEAD_BLOWER_2_CURRENT_LOOP_BREAK = 5084; - //Dyeing head blower fan has stopped. Cannot execute job (Group = DyeingHead, Category = Critical) + //Dyeing head blower fan has stopped. Cannot execute job (Group = DyeingHead, Category = Error) DYEING_HEAD_BLOWER_1_FAN_STOPPED = 5085; - //Dyeing head blower fan has stopped. Cannot execute job (Group = DyeingHead, Category = Critical) + //Dyeing head blower fan has stopped. Cannot execute job (Group = DyeingHead, Category = Error) DYEING_HEAD_BLOWER_2_FAN_STOPPED = 5086; //Dyeing head blower fan RPM is too low. Cannot execute job (Group = DyeingHead, Category = Error) @@ -715,28 +715,28 @@ enum EventType //Mixer current loop break. Cannot execute job (Group = Mixer, Category = Error) MIXER_CURRENT_LOOP_BREAK = 6005; - //Overpressure in the @ dispenser . Cannot execute job (Group = Dispensers, Category = Critical) + //Overpressure in the @ dispenser . Cannot execute job (Group = Dispensers, Category = Error) DISPENSER_1_OVERPRESSURE = 7000; - //Overpressure in the @ dispenser. Cannot execute job (Group = Dispensers, Category = Critical) + //Overpressure in the @ dispenser. Cannot execute job (Group = Dispensers, Category = Error) DISPENSER_2_OVERPRESSURE = 7001; - //Overpressure in the @ dispenser. Cannot execute job (Group = Dispensers, Category = Critical) + //Overpressure in the @ dispenser. Cannot execute job (Group = Dispensers, Category = Error) DISPENSER_3_OVERPRESSURE = 7002; - //Overpressure in the @ dispenser. Cannot execute job (Group = Dispensers, Category = Critical) + //Overpressure in the @ dispenser. Cannot execute job (Group = Dispensers, Category = Error) DISPENSER_4_OVERPRESSURE = 7003; - //Overpressure in the @ dispenser. Cannot execute job (Group = Dispensers, Category = Critical) + //Overpressure in the @ dispenser. Cannot execute job (Group = Dispensers, Category = Error) DISPENSER_5_OVERPRESSURE = 7004; - //Overpressure in the @ dispenser. Cannot execute job (Group = Dispensers, Category = Critical) + //Overpressure in the @ dispenser. Cannot execute job (Group = Dispensers, Category = Error) DISPENSER_6_OVERPRESSURE = 7005; - //Overpressure in the @ dispenser. Cannot execute job (Group = Dispensers, Category = Critical) + //Overpressure in the @ dispenser. Cannot execute job (Group = Dispensers, Category = Error) DISPENSER_7_OVERPRESSURE = 7006; - //Overpressure in the @ dispenser. Cannot execute job (Group = Dispensers, Category = Critical) + //Overpressure in the @ dispenser. Cannot execute job (Group = Dispensers, Category = Error) DISPENSER_8_OVERPRESSURE = 7007; //The pressure in the @ dispenser is too low. Cannot execute job (Group = Dispensers, Category = Error) @@ -1168,16 +1168,16 @@ enum EventType //Overflow in recycled ink container. Cannot execute job (Group = WasteHandlingSystem, Category = Error) WASTE_CONTAINER_OVERFLOW = 9004; - //Air quality alert. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) + //Air quality alert. Cannot execute job (Group = WasteHandlingSystem, Category = Error) VOC_SENSOR_ALARM_TIME = 9005; - //Chiller malfunction. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) + //Chiller malfunction. Cannot execute job (Group = WasteHandlingSystem, Category = Error) CHILLER_DRY_CONTACT = 9006; //Insufficient air flow. Cannot execute job (Group = WasteHandlingSystem, Category = Error) INSUFFICIENT_AIR_FLOW = 9007; - //Air quality alert. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) + //Air quality alert. Cannot execute job (Group = WasteHandlingSystem, Category = Error) VOC_SENSOR_ALARM_SLOPE = 9008; //Pre-cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) @@ -1186,16 +1186,16 @@ enum EventType //Pre-cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) PRE_COOLER_FAN_2_STOPPED = 9010; - //Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) + //Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Error) COOLER_FAN_1_STOPPED = 9011; - //Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) + //Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Error) COOLER_FAN_2_STOPPED = 9012; - //Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) + //Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Error) COOLER_FAN_3_STOPPED = 9013; - //Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) + //Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Error) COOLER_FAN_4_STOPPED = 9014; //Pre-cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error) @@ -1216,7 +1216,7 @@ enum EventType //Cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error) COOLER_FAN_4_RPM_TOO_LOW = 9020; - //Cooler temperature is too high. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) + //Cooler temperature is too high. Cannot execute job (Group = WasteHandlingSystem, Category = Error) COOLER_TEMPERATURE_TOO_HIGH = 9021; //Cooler temperature is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error) @@ -1453,6 +1453,9 @@ enum EventType //Arc lid is open. Cannot execute job (Group = GeneralHardware, Category = Error) E_ARC_LID_IS_OPEN = 106004; + //Dryer lid is open. Cannot execute job (Group = GeneralHardware, Category = Error) + E_DRYER_LID_IS_OPEN = 106005; + //BTSR malfunction. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) E_BTSR_1_MALFUNCTION = 107000; @@ -1528,34 +1531,34 @@ enum EventType //Tension is out of range. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) E_TENSION_IN_BTSR_8_IS_OUT_OF_RANGE = 107024; - //Temperature in dyeing head is too high. Cannot execute job (Group = DyeingHead, Category = Critical) + //Temperature in dyeing head is too high. Cannot execute job (Group = DyeingHead, Category = Error) E_DYEING_HEAD_ZONE_1_OVERTEMPERATURE_A = 108000; - //Temperature in dyeing head is too high. Cannot execute job (Group = DyeingHead, Category = Critical) + //Temperature in dyeing head is too high. Cannot execute job (Group = DyeingHead, Category = Error) E_DYEING_HEAD_ZONE_2_OVERTEMPERATURE_A = 108001; - //Temperature in dyeing head is too high. Cannot execute job (Group = DyeingHead, Category = Critical) + //Temperature in dyeing head is too high. Cannot execute job (Group = DyeingHead, Category = Error) E_DYEING_HEAD_ZONE_3_OVERTEMPERATURE_A = 108002; - //Temperature in mixer is too high. Cannot execute job (Group = Mixer, Category = Critical) + //Temperature in mixer is too high. Cannot execute job (Group = Mixer, Category = Error) E_MIXER_1_OVERTEMPERATURE_A = 108003; - //Temperature in mixer is too high. Cannot execute job (Group = Mixer, Category = Critical) + //Temperature in mixer is too high. Cannot execute job (Group = Mixer, Category = Error) E_MIXER_2_OVERTEMPERATURE_A = 108004; - //Temperature in tunnel is too high. Cannot execute job (Group = DyeingHead, Category = Critical) + //Temperature in tunnel is too high. Cannot execute job (Group = DyeingHead, Category = Error) E_TUNNEL_OVERTEMPERATURE_A = 108005; - //Temperature in dryer is too high. Cannot execute job (Group = Dryer, Category = Critical) + //Temperature in dryer is too high. Cannot execute job (Group = Dryer, Category = Error) E_DRYER_HEATER_1_OVERTEMPERATURE_A = 108007; - //Temperature in dryer is too high. Cannot execute job (Group = Dryer, Category = Critical) + //Temperature in dryer is too high. Cannot execute job (Group = Dryer, Category = Error) E_DRYER_HEATER_2_OVERTEMPERATURE_A = 108008; - //Temperature in dryer is too high. Cannot execute job (Group = Dryer, Category = Critical) + //Temperature in dryer is too high. Cannot execute job (Group = Dryer, Category = Error) E_DRYER_HEATER_3_OVERTEMPERATURE_A = 108009; - //Temperature in lubricant is too high. Cannot execute job (Group = Mixer, Category = Critical) + //Temperature in lubricant is too high. Cannot execute job (Group = Mixer, Category = Error) E_LUBRICANT_OVERTEMPERATURE_A = 108010; //Dyeing head is heating up. Cannot execute job (Group = DyeingHead, Category = Warning) @@ -1618,13 +1621,13 @@ enum EventType //Temperature in lubricant is too low. Cannot execute job (Group = Mixer, Category = Error) E_LUBRICANT_UNDERTEMPERATURE_B = 108030; - //Cooler temperature is too high. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) + //Cooler temperature is too high. Cannot execute job (Group = WasteHandlingSystem, Category = Error) E_WHS_1_COOLER_TEMPERATURE_IS_TOO_HIGH = 108031; //Cooler temperature is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error) E_WHS_1_COOLER_TEMPERATURE_IS_TOO_LOW = 108032; - //Cooler temperature is too high. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) + //Cooler temperature is too high. Cannot execute job (Group = WasteHandlingSystem, Category = Error) E_WHS_2_COOLER_TEMPERATURE_IS_TOO_HIGH = 108033; //Cooler temperature is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error) @@ -1759,7 +1762,7 @@ enum EventType //Dyeing head cleaner motor malfuncion. Cannot execute job (Group = DyeingHead, Category = Warning) E_DYEING_HEAD_CLEANER_MOTOR_MALFUNCTION = 110010; - //No suction. Cannot execute job. (Group = WasteHandlingSystem, Category = Critical) + //No suction. Cannot execute job. (Group = WasteHandlingSystem, Category = Error) E_NO_SUCTION = 111000; //Dryer blower flow is too low. Cannot execute job (Group = Dryer, Category = Warning) -- cgit v1.3.1