aboutsummaryrefslogtreecommitdiffstats
path: root/Software
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2020-01-30 14:39:12 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2020-01-30 14:39:12 +0200
commite1a8c002ded63f0ff87f8b2e9dc93370ff51e5ba (patch)
treeba3893454a17094cc3f79953d37c7bab162b3c41 /Software
parentd6bc264745261638300e33a17c56df4ebffa2d88 (diff)
downloadTango-e1a8c002ded63f0ff87f8b2e9dc93370ff51e5ba.tar.gz
Tango-e1a8c002ded63f0ff87f8b2e9dc93370ff51e5ba.zip
Added auto update check interval to 30 minutes.
Added auto update check interval to PPC settings. Updated event types PMR.
Diffstat (limited to 'Software')
-rw-r--r--Software/PMR/Messages/Diagnostics/EventType.proto706
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs6
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs6
-rw-r--r--Software/Visual_Studio/Tango.PMR/Diagnostics/EventType.cs1075
4 files changed, 1153 insertions, 640 deletions
diff --git a/Software/PMR/Messages/Diagnostics/EventType.proto b/Software/PMR/Messages/Diagnostics/EventType.proto
index 3e741ffda..b7872cf35 100644
--- a/Software/PMR/Messages/Diagnostics/EventType.proto
+++ b/Software/PMR/Messages/Diagnostics/EventType.proto
@@ -61,61 +61,61 @@ enum EventType
//Job completed successfully. (Group = Application, Category = Info)
JOB_COMPLETED = 1013;
- //Could not complete power-up (Group = GeneralHardware, Category = Critical)
+ //Could not complete power-up. Cannot execute job (Group = GeneralHardware, Category = Critical)
POWER_UP_BIT_FAILURE = 2000;
- //The emergency button is pressed (Group = GeneralHardware, Category = Safety)
+ //The emergency button is pressed (Group = GeneralHardware, Category = Critical)
EMERGENCY_PUSH_BUTTON_PRESSED = 2001;
- //Cover is open (Group = GeneralHardware, Category = Error)
+ //Cover is open. Cannot execute job (Group = GeneralHardware, Category = Error)
FRONT_COVER_1_OPEN = 2002;
- //Cover is open (Group = GeneralHardware, Category = Error)
+ //Cover is open. Cannot execute job (Group = GeneralHardware, Category = Error)
FRONT_COVER_2_OPEN = 2003;
- //Cover is open (Group = GeneralHardware, Category = Error)
+ //Cover is open. Cannot execute job (Group = GeneralHardware, Category = Error)
FRONT_COVER_3_OPEN = 2004;
- //Cover is open (Group = GeneralHardware, Category = Error)
+ //Cover is open. Cannot execute job (Group = GeneralHardware, Category = Error)
FRONT_COVER_4_OPEN = 2005;
- //Cartridges door is open (Group = GeneralHardware, Category = Warning)
+ //Cartridges door is open. Cannot start new job (Group = GeneralHardware, Category = Warning)
CARTRIDGES_COVER_OPEN = 2006;
- //Cover is open (Group = GeneralHardware, Category = Error)
+ //Cover is open. Cannot execute job (Group = GeneralHardware, Category = Error)
REAR_COVER_OPEN = 2007;
- //The machine temperature is too high (Group = GeneralHardware, Category = Critical)
+ //The machine temperature is too high. Cannot execute job (Group = GeneralHardware, Category = Critical)
MACHINE_INTERNAL_OVERTEMPERATURE = 2008;
- //Internal fans RPM is too low (Group = GeneralHardware, Category = Warning)
+ //Internal fans RPM is too low. Cannot execute job (Group = GeneralHardware, Category = Warning)
MACHINE_FANS_RPM_TOO_LOW = 2009;
- //Internal fans stopped (Group = GeneralHardware, Category = Critical)
+ //Internal fans stopped. Cannot execute job (Group = GeneralHardware, Category = Critical)
MACHINE_FANS_STOPPED = 2010;
- //Electrical cabinet fans RPM is too low (Group = GeneralHardware, Category = Warning)
+ //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 (Group = GeneralHardware, Category = Critical)
+ //Electrical cabinet fans stopped. Cannot execute job (Group = GeneralHardware, Category = Critical)
ELECTRICAL_CABINET_FANS_STOPPED = 2012;
- //Configuration file does not exist (Group = GeneralHardware, Category = Error)
+ //Configuration file does not exist. Cannot execute job (Group = GeneralHardware, Category = Error)
MACHINE_STATE_NO_CFG_FILE = 2013;
//Hardware configuration has failed (Group = GeneralHardware, Category = Error)
MACHINE_STATE_HW_CONFIG_FAILED = 2014;
- // (Group = GeneralHardware, Category = Error)
+ //Blower has failed (Group = GeneralHardware, Category = Error)
MACHINE_STATE_INITIAL_BLOWER_FAILED = 2015;
//unspecified error (Group = GeneralHardware, Category = Error)
UNSPECIFIED = 2016;
- //The machine temperature is too high (Group = GeneralHardware, Category = Critical)
+ //The machine temperature is too high. Cannot execute job (Group = GeneralHardware, Category = Critical)
MACHINE_INTERNAL_OVERTEMPERATURE_2 = 2017;
- //The electrical cabinet temperature is too high (Group = GeneralHardware, Category = Critical)
+ //The electrical cabinet temperature is too high. Cannot execute job (Group = GeneralHardware, Category = Critical)
ELECTRICAL_CABINET_OVERTEMPERATURE = 2018;
//Software error has occurred (Group = GeneralHardware, Category = Error)
@@ -124,97 +124,97 @@ enum EventType
//Software error has occurred (Group = GeneralHardware, Category = Error)
UNINTENDED_RESET = 2020;
- //Thread break (Group = ThreadFeedingSystem, Category = Error)
+ //Thread break. Cannot execute job (Group = ThreadFeedingSystem, Category = Error)
THREAD_BREAK = 3000;
- //Thread tension control faiure in feeder dancer (Group = ThreadFeedingSystem, Category = Error)
+ //Thread tension control failure in feeder dancer. Cannot execute job (Group = ThreadFeedingSystem, Category = Error)
THREAD_TENSION_CONTROL_FAILURE_FEEDER_DANCER = 3001;
- //No cone in the winder (Group = ThreadFeedingSystem, Category = Error)
+ //No cone in the winder. Cannot execute job (Group = ThreadFeedingSystem, Category = Error)
WINDER_CONE_DOES_NOT_EXIST = 3002;
- //The feeder motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The feeder motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
FEEDER_MOTOR_OVERCURRENT = 3003;
- //The current in the right loader motor is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The current in the right loader motor is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
RIGHT_LOADER_MOTOR_OVERCURRENT = 3004;
- //The puller motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The puller motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
PULLER_MOTOR_OVERCURRENT = 3005;
- //The left loader motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The left loader motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
LEFT_LOADER_MOTOR_OVERCURRENT = 3006;
- //The winder motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The winder motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
WINDER_MOTOR_OVERCURRENT = 3007;
- //The screw motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The screw motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
SCREW_MOTOR_OVERCURRENT = 3008;
- //The loading arm motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The loading arm motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
LOADING_ARM_MOTOR_OVERCURRENT = 3009;
- //The feeder motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The feeder motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
FEEDER_MOTOR_OVERTEMPERATURE = 3010;
- //The right loader motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The right loader motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
RIGHT_LOADER_MOTOR_OVERTEMPERATURE = 3011;
- //The puller motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The puller motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
PULLER_MOTOR_OVERTEMPERATURE = 3012;
- //The left loader motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The left loader motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
LEFT_LOADER_MOTOR_OVERTEMPERATURE = 3013;
- //The winder motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The winder motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
WINDER_MOTOR_OVERTEMPERATURE = 3014;
- //The screw motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The screw motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
SCREW_MOTOR_OVERTEMPERATURE = 3015;
- //The loading arm motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The loading arm motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
LOADING_ARM_MOTOR_OVERTEMPERATURE = 3016;
- //Feeder motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ //Feeder motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
FEEDER_MOTOR_STALL = 3017;
- //Right loader motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ //Right loader motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
RIGHT_LOADER_MOTOR_STALL = 3018;
- //Puller motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ //Puller motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
PULLER_MOTOR_STALL = 3019;
- //Left loader motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ //Left loader motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
LEFT_LOADER_MOTOR_STALL = 3020;
- //Winder motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ //Winder motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
WINDER_MOTOR_STALL = 3021;
- //Screw motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ //Screw motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
SCREW_MOTOR_STALL = 3022;
- //Loading arm motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ //Loading arm motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
LOADING_ARM_MOTOR_STALL = 3023;
- //The feeder motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ //The feeder motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
FEEDER_MOTOR_UNDERVOLTAGE = 3024;
- //The right loader motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ //The right loader motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
RIGHT_LOADER_MOTOR_UNDERVOLTAGE = 3025;
- //The puller motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ //The puller motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
PULLER_MOTOR_UNDERVOLTAGE = 3026;
- //The left loader motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ //The left loader motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
LEFT_LOADER_MOTOR_UNDERVOLTAGE = 3027;
- //The winder motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ //The winder motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
WINDER_MOTOR_UNDERVOLTAGE = 3028;
- //The screw motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ //The screw motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
SCREW_MOTOR_UNDERVOLTAGE = 3029;
- //The loading arm motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ //The loading arm motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
LOADING_ARM_MOTOR_UNDERVOLTAGE = 3030;
//Cannot load thread (Group = ThreadFeedingSystem, Category = Error)
@@ -229,316 +229,466 @@ enum EventType
//Cannot load thread (Group = ThreadFeedingSystem, Category = Error)
RTFU_DOWN_TIMEOUT = 3034;
- //Screw travel failure (Group = ThreadFeedingSystem, Category = Error)
+ //Screw travel failure. Cannot execute job (Group = ThreadFeedingSystem, Category = Error)
SCREW_MOTOR_LIMIT_TIMEOUT = 3035;
- //The winder dancer motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The winder dancer motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
WINDER_DANCER_MOTOR_OVERCURRENT = 3036;
- //The puller dancer motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The puller dancer motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
PULLER_DANCER_MOTOR_OVERCURRENT = 3037;
- //The feeder dancer motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The feeder dancer motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
FEEDER_DANCER_MOTOR_OVERCURRENT = 3038;
- //The winder dancer motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The winder dancer motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
WINDER_DANCER_MOTOR_OVERTEMPERATURE = 3039;
- //The puller dancer motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The puller dancer motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
PULLER_DANCER_MOTOR_OVERTEMPERATURE = 3040;
- //The feeder dancer motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ //The feeder dancer motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
FEEDER_DANCER_MOTOR_OVERTEMPERATURE = 3041;
- //Winder dancer motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ //Winder dancer motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
WINDER_DANCER_MOTOR_STALL = 3042;
- //Puller dancer motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ //Puller dancer motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
PULLER_DANCER_MOTOR_STALL = 3043;
- //Feeder dancer motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ //Feeder dancer motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
FEEDER_DANCER_MOTOR_STALL = 3044;
- //The winder dancer motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ //The winder dancer motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
WINDER_DANCER_MOTOR_UNDERVOLTAGE = 3045;
- //The puller dancer motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ //The puller dancer motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
PULLER_DANCER_MOTOR_UNDERVOLTAGE = 3046;
- //The feeder dancer motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ //The feeder dancer motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
FEEDER_DANCER_MOTOR_UNDERVOLTAGE = 3047;
- //Thread tension control failure in puller dancer (Group = ThreadFeedingSystem, Category = Error)
+ //Thread tension control failure in puller dancer. Cannot execute job (Group = ThreadFeedingSystem, Category = Error)
THREAD_TENSION_CONTROL_FAILURE_PULLER_DANCER = 3048;
- //Thread tension control failure in winder dancer (Group = ThreadFeedingSystem, Category = Error)
+ //Thread tension control failure in winder dancer. Cannot execute job (Group = ThreadFeedingSystem, Category = Error)
THREAD_TENSION_CONTROL_FAILURE_WINDER_DANCER = 3049;
- //No thread in machine (Group = ThreadFeedingSystem, Category = Error)
+ //No thread in machine. Cannot execute job (Group = ThreadFeedingSystem, Category = Error)
MACHINE_STATE_NO_THREAD_DETECTED = 3050;
- //Thread loading error (Group = ThreadFeedingSystem, Category = Error)
+ //Thread loading error. Cannot execute job (Group = ThreadFeedingSystem, Category = Error)
THREAD_LOADING_ERROR = 3051;
- //The dryer motor current is too high (Group = Dryer, Category = Critical)
+ //The dryer motor current is too high. Cannot execute job (Group = Dryer, Category = Critical)
DRYER_MOTOR_OVERCURRENT = 4000;
- //The dryer motor temperature is too high (Group = Dryer, Category = Critical)
+ //The dryer motor temperature is too high. Cannot execute jobs (Group = Dryer, Category = Critical)
DRYER_MOTOR_OVERTEMPERATURE = 4001;
- //Dryer motor stalled (Group = Dryer, Category = Critical)
+ //Dryer motor stalled. Cannot execute job (Group = Dryer, Category = Critical)
DRYER_MOTOR_STALL = 4002;
- //The dryer motor voltage is too low (Group = Dryer, Category = Critical)
+ //The dryer motor voltage is too low. Cannot execute job (Group = Dryer, Category = Critical)
DRYER_MOTOR_UNDERVOLTAGE = 4003;
- //The dryer door is open (Group = Dryer, Category = Safety)
+ //The dryer door is open. Cannot execute job (Group = Dryer, Category = Critical)
DRYER_DOOR_OPEN = 4004;
- //The temperature in dryer zone 1 is too high (Group = Dryer, Category = Critical)
+ //The temperature in dryer zone is too high. Cannot execute job (Group = Dryer, Category = Critical)
DRYER_ZONE_1_OVERTEMPERATURE = 4005;
- //The temperature in dryer zone 2 is too high (Group = Dryer, Category = Critical)
+ //The temperature in dryer zone is too high. Cannot execute job (Group = Dryer, Category = Critical)
DRYER_ZONE_2_OVERTEMPERATURE = 4006;
- //The temperature in dryer zone 1 is too low (Group = Dryer, Category = Warning)
+ //The temperature in dryer zone is too low. Cannot execute job (Group = Dryer, Category = Warning)
DRYER_ZONE_1_UNDERTEMPERATURE_A = 4007;
- //The temperature in dryer zone 1 is too low (Group = Dryer, Category = Error)
+ //The temperature in dryer zone is too low. Cannot execute job (Group = Dryer, Category = Error)
DRYER_ZONE_1_UNDERTEMPERATURE_B = 4008;
- //The temperature in dryer zone 2 is too low (Group = Dryer, Category = Error)
+ //The temperature in dryer zone is too low. Cannot execute job (Group = Dryer, Category = Error)
DRYER_ZONE_2_UNDERTEMPERATURE_B = 4009;
- //Thermal cut-off (Group = Dryer, Category = Safety)
+ //Thermal cut-off. Cannot execute job (Group = Dryer, Category = Critical)
DRYER_THERMAL_CUTOFF = 4010;
- //Dryer zone current is out of range (Group = Dryer, Category = Critical)
+ //Dryer zone current is out of range. Cannot execute job (Group = Dryer, Category = Critical)
DRYER_HEATERS_ZONE_1_CURRENT_OUT_OF_RANGE = 4011;
- //Dryer zone current is out of range (Group = Dryer, Category = Critical)
+ //Dryer zone current is out of range. Cannot execute job (Group = Dryer, Category = Critical)
DRYER_HEATERS_ZONE_2_CURRENT_OUT_OF_RANGE = 4012;
- //Dryer zone current loop break (Group = Dryer, Category = Critical)
+ //Dryer zone current loop break. Cannot execute job (Group = Dryer, Category = Critical)
DRYER_HEATERS_ZONE_1_CURRENT_LOOP_BREAK = 4013;
- //Dryer zone current loop break (Group = Dryer, Category = Critical)
+ //Dryer zone current loop break. Cannot execute job (Group = Dryer, Category = Critical)
DRYER_HEATERS_ZONE_2_CURRENT_LOOP_BREAK = 4014;
- //Dryer fan RPM is too low (Group = Dryer, Category = Warning)
+ //Dryer fan RPM is too low. Cannot execute job (Group = Dryer, Category = Warning)
DRYER_FAN_RPM_TOO_LOW = 4015;
- //Dryer fan stopped (Group = Dryer, Category = Critical)
+ //Dryer fan stopped. Cannot execute job (Group = Dryer, Category = Critical)
DRYER_FAN_STOPPED = 4016;
- //The current in dryer lid motor is too high (Group = Dryer, Category = Critical)
+ //The current in dryer lid motor is too high. Cannot execute job (Group = Dryer, Category = Critical)
DRYER_LID_MOTOR_OVERCURRENT = 4017;
- //The temperature in the dryer lid motor is too high (Group = Dryer, Category = Critical)
+ //The temperature in the dryer lid motor is too high. Cannot execute job (Group = Dryer, Category = Critical)
DRYER_LID_MOTOR_OVERTEMPERATURE = 4018;
- //Dryer lid motor stalled (Group = Dryer, Category = Critical)
+ //Dryer lid motor stalled. Cannot execute job (Group = Dryer, Category = Critical)
DRYER_LID_MOTOR_STALL = 4019;
- //The dryer lid motor voltage is too low (Group = Dryer, Category = Critical)
+ //The dryer lid motor voltage is too low. Cannot execute job (Group = Dryer, Category = Critical)
DRYER_LID_MOTOR_UNDERVOLTAGE = 4020;
- //The temperature in dryer zone 2 is too low (Group = Dryer, Category = Warning)
+ //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 (Group = DyeingHead, Category = Critical)
+ //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_ZONE_1_OVERTEMPERATURE = 5000;
- //The temperature in dyeing head zone is too high (Group = DyeingHead, Category = Critical)
+ //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_ZONE_2_OVERTEMPERATURE = 5001;
- //The temperature in dyeing head zone is too high (Group = DyeingHead, Category = Critical)
+ //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_ZONE_3_OVERTEMPERATURE = 5002;
- //The temperature in dyeing head zone is too high (Group = DyeingHead, Category = Critical)
+ //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_ZONE_4_OVERTEMPERATURE = 5003;
- //The temperature in dyeing head zone is too high (Group = DyeingHead, Category = Critical)
+ //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_ZONE_5_OVERTEMPERATURE = 5004;
- //The temperature in dyeing head zone is too high (Group = DyeingHead, Category = Critical)
+ //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_ZONE_6_OVERTEMPERATURE = 5005;
- //The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning)
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
DYEING_HEAD_ZONE_1_UNDERTEMPERATURE_A = 5006;
- //The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning)
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
DYEING_HEAD_ZONE_2_UNDERTEMPERATURE_A = 5007;
- //The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning)
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
DYEING_HEAD_ZONE_3_UNDERTEMPERATURE_A = 5008;
- //The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning)
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
DYEING_HEAD_ZONE_4_UNDERTEMPERATURE_A = 5009;
- //The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning)
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
DYEING_HEAD_ZONE_5_UNDERTEMPERATURE_A = 5010;
- //The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning)
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
DYEING_HEAD_ZONE_6_UNDERTEMPERATURE_A = 5011;
- //The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error)
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
DYEING_HEAD_ZONE_1_UNDERTEMPERATURE_B = 5012;
- //The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error)
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
DYEING_HEAD_ZONE_2_UNDERTEMPERATURE_B = 5013;
- //The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error)
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
DYEING_HEAD_ZONE_3_UNDERTEMPERATURE_B = 5014;
- //The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error)
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
DYEING_HEAD_ZONE_4_UNDERTEMPERATURE_B = 5015;
- //The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error)
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
DYEING_HEAD_ZONE_5_UNDERTEMPERATURE_B = 5016;
- //The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error)
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
DYEING_HEAD_ZONE_6_UNDERTEMPERATURE_B = 5017;
- //Dyeing head zone current is out of range (Group = DyeingHead, Category = Warning)
+ //Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
DYEING_HEAD_ZONE_1_CURRENT_OUT_OF_RANGE = 5018;
- //Dyeing head zone current is out of range (Group = DyeingHead, Category = Warning)
+ //Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
DYEING_HEAD_ZONE_2_CURRENT_OUT_OF_RANGE = 5019;
- //Dyeing head zone current is out of range (Group = DyeingHead, Category = Warning)
+ //Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
DYEING_HEAD_ZONE_3_CURRENT_OUT_OF_RANGE = 5020;
- //Dyeing head zone current is out of range (Group = DyeingHead, Category = Warning)
+ //Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
DYEING_HEAD_ZONE_4_CURRENT_OUT_OF_RANGE = 5021;
- //Dyeing head zone current is out of range (Group = DyeingHead, Category = Warning)
- DYEING_HEAD_ZONE_5_6_CURRENT_OUT_OF_RANGE = 5022;
+ //Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_ZONE_5_CURRENT_OUT_OF_RANGE = 5022;
- //Dyeing head zone current loop break (Group = DyeingHead, Category = Error)
+ //Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
DYEING_HEAD_ZONE_1_CURRENT_LOOP_BREAK = 5023;
- //Dyeing head zone current loop break (Group = DyeingHead, Category = Error)
+ //Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
DYEING_HEAD_ZONE_2_CURRENT_LOOP_BREAK = 5024;
- //Dyeing head zone current loop break (Group = DyeingHead, Category = Error)
+ //Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
DYEING_HEAD_ZONE_3_CURRENT_LOOP_BREAK = 5025;
- //Dyeing head zone current loop break (Group = DyeingHead, Category = Error)
+ //Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
DYEING_HEAD_ZONE_4_CURRENT_LOOP_BREAK = 5026;
- //Dyeing head zone current loop break (Group = DyeingHead, Category = Error)
- DYEING_HEAD_ZONE_5_6_CURRENT_LOOP_BREAK = 5027;
+ //Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_ZONE_5_CURRENT_LOOP_BREAK = 5027;
- //Thermal cut-off (Group = DyeingHead, Category = Safety)
+ //Thermal cut-off. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_THERMAL_CUTOFF = 5028;
- //Could not open the dyeing head cover (Group = DyeingHead, Category = Error)
+ //Could not open the dyeing head cover. Cannot execute job (Group = DyeingHead, Category = Error)
DYEING_HEAD_COVER_OPEN_TIMEOUT = 5029;
- //Could not close the dyeing head cover (Group = DyeingHead, Category = Error)
+ //Could not close the dyeing head cover. Cannot execute job (Group = DyeingHead, Category = Error)
DYEING_HEAD_COVER_CLOSE_TIMEOUT = 5030;
- //The current in the dyeing head cover motor is too high (Group = DyeingHead, Category = Critical)
+ //The current in the dyeing head cover motor is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_COVER_MOTOR_OVERCURRENT = 5031;
- //The temperature in the dyeing head cover motor is too high (Group = DyeingHead, Category = Critical)
+ //The temperature in the dyeing head cover motor is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_COVER_MOTOR_OVERTEMPERATURE = 5032;
- //Dyeing head cover motor stalled (Group = DyeingHead, Category = Critical)
+ //Dyeing head cover motor stalled. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_COVER_MOTOR_STALL = 5033;
- //The voltage in the dyeing head cover motor is too low (Group = DyeingHead, Category = Critical)
+ //The voltage in the dyeing head cover motor is too low. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_COVER_MOTOR_UNDERVOLTAGE = 5034;
- //The current in the dyeing head cleaning mechanism motor is too high (Group = DyeingHead, Category = Critical)
+ //The current in the dyeing head cleaning mechanism motor is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_CLEANING_MECHANISM_MOTOR_OVERCURRENT = 5035;
- //The temperature in the dyeing head cleaning mechanism motor is too high (Group = DyeingHead, Category = Critical)
+ //The temperature in the dyeing head cleaning mechanism motor is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_CLEANING_MECHANISM_MOTOR_OVERTEMPERATURE = 5036;
- //Dyeing head cleaning mechanism motor stalled (Group = DyeingHead, Category = Critical)
+ //Dyeing head cleaning mechanism motor stalled. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_CLEANING_MECHANISM_MOTOR_STALL = 5037;
- //The voltage in dyeing head cleaning mechanism motor is too low (Group = DyeingHead, Category = Critical)
+ //The voltage in dyeing head cleaning mechanism motor is too low. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_CLEANING_MECHANISM_MOTOR_UNDERVOLTAGE = 5038;
- //The current in the dyeing head cleaning head motor is too high (Group = DyeingHead, Category = Critical)
+ //The current in the dyeing head cleaning head motor is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_CLEANING_HEAD_MOTOR_OVERCURRENT = 5039;
- //The temperature in the dyeing head cleaning head motor is too high (Group = DyeingHead, Category = Critical)
+ //The temperature in the dyeing head cleaning head motor is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_CLEANING_HEAD_MOTOR_OVERTEMPERATURE = 5040;
- //Dyeing head cleaning mechanism motor stalled (Group = DyeingHead, Category = Critical)
+ //Dyeing head cleaning mechanism motor stalled. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_CLEANING_HEAD_MOTOR_STALL = 5041;
- //The voltage in dyeing head cleaning head motor is too low (Group = DyeingHead, Category = Critical)
+ //The voltage in dyeing head cleaning head motor is too low. Cannot execute job (Group = DyeingHead, Category = Critical)
DYEING_HEAD_CLEANING_HEAD_MOTOR_UNDERVOLTAGE = 5042;
- //The temperature in the mixer is too high (Group = Mixer, Category = Critical)
+ //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
+ DYEING_HEAD_ZONE_7_OVERTEMPERATURE = 5043;
+
+ //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
+ DYEING_HEAD_ZONE_8_OVERTEMPERATURE = 5044;
+
+ //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
+ DYEING_HEAD_ZONE_9_OVERTEMPERATURE = 5045;
+
+ //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
+ DYEING_HEAD_ZONE_10_OVERTEMPERATURE = 5046;
+
+ //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
+ DYEING_HEAD_ZONE_11_OVERTEMPERATURE = 5047;
+
+ //The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
+ DYEING_HEAD_ZONE_12_OVERTEMPERATURE = 5048;
+
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_ZONE_7_UNDERTEMPERATURE_A = 5049;
+
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_ZONE_8_UNDERTEMPERATURE_A = 5050;
+
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_ZONE_9_UNDERTEMPERATURE_A = 5051;
+
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_ZONE_10_UNDERTEMPERATURE_A = 5052;
+
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_ZONE_11_UNDERTEMPERATURE_A = 5053;
+
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_ZONE_12_UNDERTEMPERATURE_A = 5054;
+
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_ZONE_7_UNDERTEMPERATURE_B = 5055;
+
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_ZONE_8_UNDERTEMPERATURE_B = 5056;
+
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_ZONE_9_UNDERTEMPERATURE_B = 5057;
+
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_ZONE_10_UNDERTEMPERATURE_B = 5058;
+
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_ZONE_11_UNDERTEMPERATURE_B = 5059;
+
+ //The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_ZONE_12_UNDERTEMPERATURE_B = 5060;
+
+ //Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_ZONE_6_CURRENT_OUT_OF_RANGE = 5061;
+
+ //Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_ZONE_7_CURRENT_OUT_OF_RANGE = 5062;
+
+ //Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_ZONE_8_CURRENT_OUT_OF_RANGE = 5063;
+
+ //Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_ZONE_9_CURRENT_OUT_OF_RANGE = 5064;
+
+ //Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_ZONE_10_CURRENT_OUT_OF_RANGE = 5065;
+
+ //Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_ZONE_11_CURRENT_OUT_OF_RANGE = 5066;
+
+ //Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_ZONE_12_CURRENT_OUT_OF_RANGE = 5067;
+
+ //Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_ZONE_6_CURRENT_LOOP_BREAK = 5068;
+
+ //Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_ZONE_7_CURRENT_LOOP_BREAK = 5069;
+
+ //Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_ZONE_8_CURRENT_LOOP_BREAK = 5070;
+
+ //Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_ZONE_9_CURRENT_LOOP_BREAK = 5071;
+
+ //Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_ZONE_10_CURRENT_LOOP_BREAK = 5072;
+
+ //Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_ZONE_11_CURRENT_LOOP_BREAK = 5073;
+
+ //Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_ZONE_12_CURRENT_LOOP_BREAK = 5074;
+
+ //The temperature in dyeing head blower is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
+ DYEING_HEAD_BLOWER_1_OVERTEMPERATURE = 5075;
+
+ //The temperature in dyeing head blower is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
+ DYEING_HEAD_BLOWER_2_OVERTEMPERATURE = 5076;
+
+ //The temperature in dyeing head blower is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_BLOWER_1_UNDERTEMPERATURE_A = 5077;
+
+ //The temperature in dyeing head blower is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_BLOWER_2_UNDERTEMPERATURE_A = 5078;
+
+ //The temperature in dyeing head blower is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_BLOWER_1_UNDERTEMPERATURE_B = 5079;
+
+ //The temperature in dyeing head blower is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_BLOWER_2_UNDERTEMPERATURE_B = 5080;
+
+ //Dyeing head blower current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_BLOWER_1_CURRENT_OUT_OF_RANGE = 5081;
+
+ //Dyeing head blower current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ DYEING_HEAD_BLOWER_2_CURRENT_OUT_OF_RANGE = 5082;
+
+ //Dyeing head blower current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_BLOWER_1_CURRENT_LOOP_BREAK = 5083;
+
+ //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_1_FAN_STOPPED = 5085;
+
+ //Dyeing head blower fan has stopped. Cannot execute job (Group = DyeingHead, Category = Critical)
+ DYEING_HEAD_BLOWER_2_FAN_STOPPED = 5086;
+
+ //Dyeing head blower fan RPM is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_BLOWER_1_FAN_RPM_TOO_LOW = 5087;
+
+ //Dyeing head blower fan RPM is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_BLOWER_2_FAN_RPM_TOO_LOW = 5088;
+
+ //Dyeing head actuator did not reach position. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_RIGHT_ACTUATOR_UP_TIMEOUT = 5089;
+
+ //Dyeing head actuator did not reach position. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_LEFT_ACTUATOR_UP_TIMEOUT = 5090;
+
+ //Dyeing head actuator did not reach position. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_RIGHT_ACTUATOR_DOWN_TIMEOUT = 5091;
+
+ //Dyeing head actuator did not reach position. Cannot execute job (Group = DyeingHead, Category = Error)
+ DYEING_HEAD_LEFT_ACTUATOR_DOWN_TIMEOUT = 5092;
+
+ //The temperature in the mixer is too high. Cannot execute job (Group = Mixer, Category = Critical)
MIXER_OVERTEMPERATURE = 6000;
- //The temperature in the mixer is too low (Group = Mixer, Category = Warning)
+ //The temperature in the mixer is too low. Cannot execute job (Group = Mixer, Category = Warning)
MIXER_UNDERTEMPERATURE_A = 6001;
- //The temperature in the mixer is too low (Group = Mixer, Category = Error)
+ //The temperature in the mixer is too low. Cannot execute job (Group = Mixer, Category = Error)
MIXER_UNDERTEMPERATURE_B = 6002;
- //Thermal cutoff (Group = Mixer, Category = Safety)
+ //Thermal cutoff. Cannot execute job (Group = Mixer, Category = Critical)
MIXER_THERMAL_CUTOFF = 6003;
- //Mixer current is out of range (Group = Mixer, Category = Warning)
+ //Mixer current is out of range. Cannot execute job (Group = Mixer, Category = Warning)
MIXER_CURRENT_OUT_OF_RANGE = 6004;
- //Mixer current loop break (Group = Mixer, Category = Error)
+ //Mixer current loop break. Cannot execute job (Group = Mixer, Category = Error)
MIXER_CURRENT_LOOP_BREAK = 6005;
- //Overpressure in black dispenser (Group = Dispensers, Category = Critical)
+ //Overpressure in black dispenser . Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_1_OVERPRESSURE = 7000;
- //Overpressure in cyan dispenser (Group = Dispensers, Category = Critical)
+ //Overpressure in cyan dispenser. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_2_OVERPRESSURE = 7001;
- //Overpressure in magenta dispenser (Group = Dispensers, Category = Critical)
+ //Overpressure in magenta dispenser. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_3_OVERPRESSURE = 7002;
- //Overpressure in yellow dispenser (Group = Dispensers, Category = Critical)
+ //Overpressure in yellow dispenser. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_4_OVERPRESSURE = 7003;
- //Overpressure in transparent ink dispenser (Group = Dispensers, Category = Critical)
+ //Overpressure in transparent ink dispenser. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_5_OVERPRESSURE = 7004;
- //Overpressure in spot color 1 dispenser (Group = Dispensers, Category = Critical)
+ //Overpressure in spot color 1 dispenser. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_6_OVERPRESSURE = 7005;
- //Overpressure in cleaner dispenser (Group = Dispensers, Category = Critical)
+ //Overpressure in cleaner dispenser. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_7_OVERPRESSURE = 7006;
- //Overpressure in lubricant dispenser (Group = Dispensers, Category = Critical)
+ //Overpressure in lubricant dispenser. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_8_OVERPRESSURE = 7007;
- //The pressure in black dispenser is too low (Group = Dispensers, Category = Critical)
+ //The pressure in black dispenser is too low. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_1_UNDERPRESSURE = 7008;
- //The pressure in cyan dispenser is too low (Group = Dispensers, Category = Critical)
+ //The pressure in cyan dispenser is too low. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_2_UNDERPRESSURE = 7009;
- //The pressure in magenta dispenser is too low (Group = Dispensers, Category = Critical)
+ //The pressure in magenta dispenser is too low. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_3_UNDERPRESSURE = 7010;
- //The pressure in yellow dispenser is too low (Group = Dispensers, Category = Critical)
+ //The pressure in yellow dispenser is too low. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_4_UNDERPRESSURE = 7011;
- //The pressure in transparent ink dispenser is too low (Group = Dispensers, Category = Critical)
+ //The pressure in transparent ink dispenser is too low. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_5_UNDERPRESSURE = 7012;
- //The pressure in spot color 1 dispenser is too low (Group = Dispensers, Category = Critical)
+ //The pressure in spot color 1 dispenser is too low. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_6_UNDERPRESSURE = 7013;
- //The pressure in cleaner dispenser is too low (Group = Dispensers, Category = Critical)
+ //The pressure in cleaner dispenser is too low. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_7_UNDERPRESSURE = 7014;
- //The pressure in lubricant dispenser is too low (Group = Dispensers, Category = Critical)
+ //The pressure in lubricant dispenser is too low. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_8_UNDERPRESSURE = 7015;
//Black dispenser is empty (Group = Dispensers, Category = Error)
@@ -565,196 +715,196 @@ enum EventType
//Lubricant dispenser is empty (Group = Dispensers, Category = Error)
DISPENSER_8_EMPTY = 7023;
- //Dispenser problem (Group = Dispensers, Category = Error)
+ //Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_1_REFILL_FAILURE = 7024;
- //Dispenser problem (Group = Dispensers, Category = Error)
+ //Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_2_REFILL_FAILURE = 7025;
- //Dispenser problem (Group = Dispensers, Category = Error)
+ //Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_3_REFILL_FAILURE = 7026;
- //Dispenser problem (Group = Dispensers, Category = Error)
+ //Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_4_REFILL_FAILURE = 7027;
- //Dispenser problem (Group = Dispensers, Category = Error)
+ //Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_5_REFILL_FAILURE = 7028;
- //Dispenser problem (Group = Dispensers, Category = Error)
+ //Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_6_REFILL_FAILURE = 7029;
- //Dispenser problem (Group = Dispensers, Category = Error)
+ //Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_7_REFILL_FAILURE = 7030;
- //Dispenser problem (Group = Dispensers, Category = Error)
+ //Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_8_REFILL_FAILURE = 7031;
- //Black dispenser motor current is too high (Group = Dispensers, Category = Critical)
+ //Black dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_1_MOTOR_OVERCURRENT = 7032;
- //Cyan dispenser motor current is too high (Group = Dispensers, Category = Critical)
+ //Cyan dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_2_MOTOR_OVERCURRENT = 7033;
- //Magenta dispenser motor current is too high (Group = Dispensers, Category = Critical)
+ //Magenta dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_3_MOTOR_OVERCURRENT = 7034;
- //Yellow dispenser motor current is too high (Group = Dispensers, Category = Critical)
+ //Yellow dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_4_MOTOR_OVERCURRENT = 7035;
- //Transparent ink dispenser motor current is too high (Group = Dispensers, Category = Critical)
+ //Transparent ink dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_5_MOTOR_OVERCURRENT = 7036;
- //Spot color 1 dispenser motor current is too high (Group = Dispensers, Category = Critical)
+ //Spot color 1 dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_6_MOTOR_OVERCURRENT = 7037;
- //Cleaner dispenser motor current is too high (Group = Dispensers, Category = Critical)
+ //Cleaner dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_7_MOTOR_OVERCURRENT = 7038;
- //Lubricant dispenser motor current is too high (Group = Dispensers, Category = Critical)
+ //Lubricant dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_8_MOTOR_OVERCURRENT = 7039;
- //Black dispenser motor temperature is too high (Group = Dispensers, Category = Critical)
+ //Black dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_1_MOTOR_OVERTEMPERATURE = 7040;
- //Cyan dispenser motor temperature is too high (Group = Dispensers, Category = Critical)
+ //Cyan dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_2_MOTOR_OVERTEMPERATURE = 7041;
- //Magenta dispenser motor temperature is too high (Group = Dispensers, Category = Critical)
+ //Magenta dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_3_MOTOR_OVERTEMPERATURE = 7042;
- //Yellow dispenser motor temperature is too high (Group = Dispensers, Category = Critical)
+ //Yellow dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_4_MOTOR_OVERTEMPERATURE = 7043;
- //Transparent ink dispenser motor temperature is too high (Group = Dispensers, Category = Critical)
+ //Transparent ink dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_5_MOTOR_OVERTEMPERATURE = 7044;
- //Spot color 1 dispenser motor temperature is too high (Group = Dispensers, Category = Critical)
+ //Spot color 1 dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_6_MOTOR_OVERTEMPERATURE = 7045;
- //Cleaner dispenser motor temperature is too high (Group = Dispensers, Category = Critical)
+ //Cleaner dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_7_MOTOR_OVERTEMPERATURE = 7046;
- //Lubricant dispenser motor temperature is too high (Group = Dispensers, Category = Critical)
+ //Lubricant dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_8_MOTOR_OVERTEMPERATURE = 7047;
- //Black dispenser motor stalled (Group = Dispensers, Category = Critical)
+ //Black dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_1_MOTOR_STALL = 7048;
- //Cyan dispenser motor stalled (Group = Dispensers, Category = Critical)
+ //Cyan dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_2_MOTOR_STALL = 7049;
- //Magenta dispenser motor stalled (Group = Dispensers, Category = Critical)
+ //Magenta dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_3_MOTOR_STALL = 7050;
- //Yellow dispenser 4 motor stalled (Group = Dispensers, Category = Critical)
+ //Yellow dispenser 4 motor stalled. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_4_MOTOR_STALL = 7051;
- //Transparent ink dispenser motor stalled (Group = Dispensers, Category = Critical)
+ //Transparent ink dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_5_MOTOR_STALL = 7052;
- //Spot color 1 dispenser motor stalled (Group = Dispensers, Category = Critical)
+ //Spot color 1 dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_6_MOTOR_STALL = 7053;
- //Cleaner dispenser motor stalled (Group = Dispensers, Category = Critical)
+ //Cleaner dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_7_MOTOR_STALL = 7054;
- //Lubricant dispenser motor stalled (Group = Dispensers, Category = Critical)
+ //Lubricant dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_8_MOTOR_STALL = 7055;
- //Black dispenser motor voltage is too low (Group = Dispensers, Category = Critical)
+ //Black dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_1_MOTOR_UNDERVOLTAGE = 7056;
- //Cyan dispenser motor voltage is too low (Group = Dispensers, Category = Critical)
+ //Cyan dispenser motor voltage is too low Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_2_MOTOR_UNDERVOLTAGE = 7057;
- //Magenta dispenser motor voltage is too low (Group = Dispensers, Category = Critical)
+ //Magenta dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_3_MOTOR_UNDERVOLTAGE = 7058;
- //Yellow dispenser motor voltage is too low (Group = Dispensers, Category = Critical)
+ //Yellow dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_4_MOTOR_UNDERVOLTAGE = 7059;
- //Transparent ink dispenser motor voltage is too low (Group = Dispensers, Category = Critical)
+ //Transparent ink dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_5_MOTOR_UNDERVOLTAGE = 7060;
- //Spot color 1 dispenser motor voltage is too low (Group = Dispensers, Category = Critical)
+ //Spot color 1 dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_6_MOTOR_UNDERVOLTAGE = 7061;
- //Cleaner dispenser motor voltage is too low (Group = Dispensers, Category = Critical)
+ //Cleaner dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_7_MOTOR_UNDERVOLTAGE = 7062;
- //Lubricant dispenser motor voltage is too low (Group = Dispensers, Category = Critical)
+ //Lubricant dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Critical)
DISPENSER_8_MOTOR_UNDERVOLTAGE = 7063;
- //Black dispenser is at the upper limit (Group = Dispensers, Category = Error)
+ //Black dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_1_UPPER_HARD_LIMIT = 7064;
- //Cyan dispenser is at the upper limit (Group = Dispensers, Category = Error)
+ //Cyan dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_2_UPPER_HARD_LIMIT = 7065;
- //Magenta dispenser is at the upper limit (Group = Dispensers, Category = Error)
+ //Magenta dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_3_UPPER_HARD_LIMIT = 7066;
- //Yellow dispenser is at the upper limit (Group = Dispensers, Category = Error)
+ //Yellow dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_4_UPPER_HARD_LIMIT = 7067;
- //Transparent ink dispenser is at the upper limit (Group = Dispensers, Category = Error)
+ //Transparent ink dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_5_UPPER_HARD_LIMIT = 7068;
- //Spot color 1 Dispenser is at the upper limit (Group = Dispensers, Category = Error)
+ //Spot color 1 dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_6_UPPER_HARD_LIMIT = 7069;
- //Cleaner dispenser is at the upper limit (Group = Dispensers, Category = Error)
+ //Cleaner dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_7_UPPER_HARD_LIMIT = 7070;
- //Lubricant dispenser is at the upper limit (Group = Dispensers, Category = Error)
+ //Lubricant dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_8_UPPER_HARD_LIMIT = 7071;
- //Black dispenser is at the lower limit (Group = Dispensers, Category = Error)
+ //Black dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_1_LOWER_HARD_LIMIT = 7072;
- //Cyan dispenser is at the lower limit (Group = Dispensers, Category = Error)
+ //Cyan dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_2_LOWER_HARD_LIMIT = 7073;
- //Magenta dispenser is at the lower limit (Group = Dispensers, Category = Error)
+ //Magenta dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_3_LOWER_HARD_LIMIT = 7074;
- //Yellow dispenser is at the lower limit (Group = Dispensers, Category = Error)
+ //Yellow dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_4_LOWER_HARD_LIMIT = 7075;
- //Transparent ink dispenser is at the lower limit (Group = Dispensers, Category = Error)
+ //Transparent ink dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_5_LOWER_HARD_LIMIT = 7076;
- //Spot color 1 dispenser is at the lower limit (Group = Dispensers, Category = Error)
+ //Spot color 1 dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_6_LOWER_HARD_LIMIT = 7077;
- //Cleaner dispenser is at the lower limit (Group = Dispensers, Category = Error)
+ //Cleaner dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_7_LOWER_HARD_LIMIT = 7078;
- //Lubricant dispenser is at the lower limit (Group = Dispensers, Category = Error)
+ //Lubricant dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_8_LOWER_HARD_LIMIT = 7079;
- //Pressure in black dispenser is too high (Group = Dispensers, Category = Error)
+ //Pressure in black dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_1_HIGH_PRESSURE = 7080;
- //Pressure in cyan dispenser is too high (Group = Dispensers, Category = Error)
+ //Pressure in cyan dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_2_HIGH_PRESSURE = 7081;
- //Pressure in magenta dispenser is too high (Group = Dispensers, Category = Error)
+ //Pressure in magenta dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_3_HIGH_PRESSURE = 7082;
- //Pressure in yellow dispenser is too high (Group = Dispensers, Category = Error)
+ //Pressure in yellow dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_4_HIGH_PRESSURE = 7083;
- //Pressure in transparent ink dispenser is too high (Group = Dispensers, Category = Error)
+ //Pressure in transparent ink dispenser is too high. Cannot execue job (Group = Dispensers, Category = Error)
DISPENSER_5_HIGH_PRESSURE = 7084;
- //Pressure in spot color 1 dispenser is too high (Group = Dispensers, Category = Error)
+ //Pressure in spot color 1 dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_6_HIGH_PRESSURE = 7085;
- //Pressure in cleaner dispenser 7 is too high (Group = Dispensers, Category = Error)
+ //Pressure in cleaner dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_7_HIGH_PRESSURE = 7086;
- //Pressure in lubricant dispenser is too high (Group = Dispensers, Category = Error)
+ //Pressure in lubricant dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error)
DISPENSER_8_HIGH_PRESSURE = 7087;
//Black ink level is low (Group = InkDeliverySystem, Category = Warning)
@@ -781,121 +931,163 @@ enum EventType
//Lubricant level is low (Group = InkDeliverySystem, Category = Warning)
MID_TANK_8_LOW_LEVEL = 8007;
- //Black ink is empty (Group = InkDeliverySystem, Category = Error)
+ //Black ink is empty. Cannnot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_1_EMPTY = 8008;
- //Cyan ink is empty (Group = InkDeliverySystem, Category = Error)
+ //Cyan ink is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_2_EMPTY = 8009;
- //Magenta ink is empty (Group = InkDeliverySystem, Category = Error)
+ //Magenta ink is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_3_EMPTY = 8010;
- //Yellow ink is empty (Group = InkDeliverySystem, Category = Error)
+ //Yellow ink is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_4_EMPTY = 8011;
- //Transparent ink is empty (Group = InkDeliverySystem, Category = Error)
+ //Transparent ink is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_5_EMPTY = 8012;
- //Spot color I is empty (Group = InkDeliverySystem, Category = Error)
+ //Spot color I is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_6_EMPTY = 8013;
- //Cleaner is empty (Group = InkDeliverySystem, Category = Error)
+ //Cleaner is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_7_EMPTY = 8014;
- //Lubricant is empty (Group = InkDeliverySystem, Category = Error)
+ //Lubricant is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_8_EMPTY = 8015;
- //Black ink overflow (Group = InkDeliverySystem, Category = Error)
+ //Black ink overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_1_OVERFLOW = 8016;
- //Cyan ink overflow (Group = InkDeliverySystem, Category = Error)
+ //Cyan ink overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_2_OVERFLOW = 8017;
- //Magenta ink overflow (Group = InkDeliverySystem, Category = Error)
+ //Magenta ink overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_3_OVERFLOW = 8018;
- //Yellow ink overflow (Group = InkDeliverySystem, Category = Error)
+ //Yellow ink overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_4_OVERFLOW = 8019;
- //Transparent ink overflow (Group = InkDeliverySystem, Category = Error)
+ //Transparent ink overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_5_OVERFLOW = 8020;
- //Spot color 1 overflow (Group = InkDeliverySystem, Category = Error)
+ //Spot color 1 overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_6_OVERFLOW = 8021;
- //Cleaner overflow (Group = InkDeliverySystem, Category = Error)
+ //Cleaner overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_7_OVERFLOW = 8022;
- //Lubricant overflow (Group = InkDeliverySystem, Category = Error)
+ //Lubricant overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_8_OVERFLOW = 8023;
- //Failed to fill black ink (Group = InkDeliverySystem, Category = Error)
+ //Failed to fill black ink. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_1_FILL_TIMEOUT = 8024;
- //Failed to fill cyan ink (Group = InkDeliverySystem, Category = Error)
+ //Failed to fill cyan ink. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_2_FILL_TIMEOUT = 8025;
- //Failed to fill magenta ink (Group = InkDeliverySystem, Category = Error)
+ //Failed to fill magenta ink. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_3_FILL_TIMEOUT = 8026;
- //Failed to fill yellow ink (Group = InkDeliverySystem, Category = Error)
+ //Failed to fill yellow ink. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_4_FILL_TIMEOUT = 8027;
- //Failed to fill transparent ink (Group = InkDeliverySystem, Category = Error)
+ //Failed to fill transparent ink. Canot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_5_FILL_TIMEOUT = 8028;
- //Failed to fill spot color 1 ink (Group = InkDeliverySystem, Category = Error)
+ //Failed to fill spot color 1 ink. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_6_FILL_TIMEOUT = 8029;
- //Failed to fill cleaner (Group = InkDeliverySystem, Category = Error)
+ //Failed to fill cleaner. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_7_FILL_TIMEOUT = 8030;
- //Failed to fill lubricant (Group = InkDeliverySystem, Category = Error)
+ //Failed to fill lubricant. Cannot execute job (Group = InkDeliverySystem, Category = Error)
MID_TANK_8_FILL_TIMEOUT = 8031;
- //Cannot detect air filter (Group = WasteHandlingSystem, Category = Safety)
+ //Cannot detect air filter. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
AIR_FILTER_NOT_INSTALLED = 9000;
- //Air filter clogged (Group = WasteHandlingSystem, Category = Error)
+ //Air filter clogged. Cannot execute job (Group = WasteHandlingSystem, Category = Error)
AIR_FILTER_CLOGGED = 9001;
- //Recycled ink emptying failure (Group = WasteHandlingSystem, Category = Error)
+ //Recycled ink emptying failure. Cannot execute job (Group = WasteHandlingSystem, Category = Error)
WASTE_CONTAINER_EMPTYING_TIMEOUT = 9002;
- //No suction in the recycled ink handling system (Group = WasteHandlingSystem, Category = Safety)
+ //No suction in the recycled ink handling system. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
NO_AIR_PRESSURE = 9003;
- //Overflow in recycled ink container (Group = WasteHandlingSystem, Category = Critical)
+ //Overflow in recycled ink container. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
WASTE_CONTAINER_OVERFLOW = 9004;
- //Air quality alert (Group = WasteHandlingSystem, Category = Critical)
+ //Air quality alert. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
VOC_SENSOR_ALARM_TIME = 9005;
- //Chiller malfunction (Group = WasteHandlingSystem, Category = Critical)
+ //Chiller malfunction. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
CHILLER_DRY_CONTACT = 9006;
- //Insufficient air flow (Group = WasteHandlingSystem, Category = Critical)
+ //Insufficient air flow. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
INSUFFICIENT_AIR_FLOW = 9007;
- //Air quality alert (Group = WasteHandlingSystem, Category = Critical)
+ //Air quality alert. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
VOC_SENSOR_ALARM_SLOPE = 9008;
- //Cannot detect ink cartridge (Group = InkFillingSystem, Category = Error)
+ //Pre-cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
+ PRE_COOLER_FAN_1_STOPPED = 9009;
+
+ //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_1_STOPPED = 9011;
+
+ //Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
+ COOLER_FAN_2_STOPPED = 9012;
+
+ //Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
+ COOLER_FAN_3_STOPPED = 9013;
+
+ //Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
+ COOLER_FAN_4_STOPPED = 9014;
+
+ //Pre-cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error)
+ PRE_COOLER_FAN_1_RPM_TOO_LOW = 9015;
+
+ //Pre-cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error)
+ PRE_COOLER_FAN_2_RPM_TOO_LOW = 9016;
+
+ //Cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error)
+ COOLER_FAN_1_RPM_TOO_LOW = 9017;
+
+ //Cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error)
+ COOLER_FAN_2_RPM_TOO_LOW = 9018;
+
+ //Cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error)
+ COOLER_FAN_3_RPM_TOO_LOW = 9019;
+
+ //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_TOO_HIGH = 9021;
+
+ //Cooler temperature is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error)
+ COOLER_TEMPERATURE_TOO_LOW = 9022;
+
+ //Cannot detect ink cartridge. Cannot execute job (Group = InkFillingSystem, Category = Error)
INK_CARTRIDGE_PRESENCE_SENSOR_TIMEOUT = 10000;
- //Cannot identify ink cartridge (Group = InkFillingSystem, Category = Error)
+ //Cannot identify ink cartridge. Cannot execute job (Group = InkFillingSystem, Category = Error)
INK_CARTRIDGE_RFID_TIMEOUT = 10001;
- //No Re-cartridge available (Group = InkFillingSystem, Category = Error)
+ //No Re-cartridge available. Cannot execute job (Group = InkFillingSystem, Category = Error)
NO_WASTE_CARTRIDGE_AVAILABLE = 10002;
- //All Re-cartridges are full (Group = InkFillingSystem, Category = Error)
+ //All Re-cartridges are full. Cannot execute job (Group = InkFillingSystem, Category = Error)
ALL_WASTE_CARTRIDGES_FULL = 10003;
- //Cannot detect Re-cartridge (Group = InkFillingSystem, Category = Error)
+ //Cannot detect Re-cartridge. Cannot execute job (Group = InkFillingSystem, Category = Error)
WASTE_CARTRIDGE_PRESENCE_SENSOR_TIMEOUT = 10004;
- //Cannot identify Re-cartridge (Group = InkFillingSystem, Category = Error)
+ //Cannot identify Re-cartridge. Cannot execute job (Group = InkFillingSystem, Category = Error)
WASTE_CARTRIDGE_RFID_TIMEOUT = 10005;
}
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
index ded4d1dae..73a236dde 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
@@ -106,11 +106,11 @@ namespace Tango.PPC.Common.MachineUpdate
_logs = new List<LogItemBase>();
LogManager.NewLog += LogManager_NewLog;
- _checkForUpdateTimer = new System.Timers.Timer(TimeSpan.FromMinutes(1).TotalMilliseconds);
+ _settings = SettingsManager.Default.GetOrCreate<PPCSettings>();
+
+ _checkForUpdateTimer = new System.Timers.Timer(_settings.AutoUpdateCheckInterval.TotalMilliseconds);
_checkForUpdateTimer.Elapsed += _checkForUpdateTimer_Elapsed;
_checkForUpdateTimer.Start();
-
- _settings = SettingsManager.Default.GetOrCreate<PPCSettings>();
}
#endregion
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
index bea67c702..aacc40168 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
@@ -216,6 +216,11 @@ namespace Tango.PPC.Common
public bool AutoCheckForUpdates { get; set; }
/// <summary>
+ /// Gets or sets the automatic update check interval.
+ /// </summary>
+ public TimeSpan AutoUpdateCheckInterval { get; set; }
+
+ /// <summary>
/// Gets or sets a value indicating whether to enable the automatic thread loading support.
/// </summary>
public bool EnableAutomaticThreadLoading { get; set; }
@@ -287,6 +292,7 @@ namespace Tango.PPC.Common
DisplayPowerUpScreen = true;
PowerUpScreenTimeout = TimeSpan.FromSeconds(60);
AutoCheckForUpdates = true;
+ AutoUpdateCheckInterval = TimeSpan.FromMinutes(30);
EnableAutomaticThreadLoading = true;
DisplayAutomaticThreadLoadingScreen = true;
EnableEmbeddedDebugLogs = true;
diff --git a/Software/Visual_Studio/Tango.PMR/Diagnostics/EventType.cs b/Software/Visual_Studio/Tango.PMR/Diagnostics/EventType.cs
index 1fd4ba253..c3b58f341 100644
--- a/Software/Visual_Studio/Tango.PMR/Diagnostics/EventType.cs
+++ b/Software/Visual_Studio/Tango.PMR/Diagnostics/EventType.cs
@@ -22,7 +22,7 @@ namespace Tango.PMR.Diagnostics {
static EventTypeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
- "Cg9FdmVudFR5cGUucHJvdG8SFVRhbmdvLlBNUi5EaWFnbm9zdGljcyqWTQoJ",
+ "Cg9FdmVudFR5cGUucHJvdG8SFVRhbmdvLlBNUi5EaWFnbm9zdGljcyrsYQoJ",
"RXZlbnRUeXBlEggKBE5vbmUQABIRCgxSRVFVRVNUX1NFTlQQ6AcSFgoRUkVT",
"UE9OU0VfUkVDRUlWRUQQ6QcSEwoOUkVRVUVTVF9GQUlMRUQQ6gcSGgoVQVBQ",
"TElDQVRJT05fRVhDRVBUSU9OEOsHEhwKF0FQUExJQ0FUSU9OX0lORk9STUFU",
@@ -122,128 +122,187 @@ namespace Tango.PMR.Diagnostics {
"VVJSRU5UX09VVF9PRl9SQU5HRRCaJxIsCidEWUVJTkdfSEVBRF9aT05FXzJf",
"Q1VSUkVOVF9PVVRfT0ZfUkFOR0UQmycSLAonRFlFSU5HX0hFQURfWk9ORV8z",
"X0NVUlJFTlRfT1VUX09GX1JBTkdFEJwnEiwKJ0RZRUlOR19IRUFEX1pPTkVf",
- "NF9DVVJSRU5UX09VVF9PRl9SQU5HRRCdJxIuCilEWUVJTkdfSEVBRF9aT05F",
- "XzVfNl9DVVJSRU5UX09VVF9PRl9SQU5HRRCeJxIqCiVEWUVJTkdfSEVBRF9a",
- "T05FXzFfQ1VSUkVOVF9MT09QX0JSRUFLEJ8nEioKJURZRUlOR19IRUFEX1pP",
- "TkVfMl9DVVJSRU5UX0xPT1BfQlJFQUsQoCcSKgolRFlFSU5HX0hFQURfWk9O",
- "RV8zX0NVUlJFTlRfTE9PUF9CUkVBSxChJxIqCiVEWUVJTkdfSEVBRF9aT05F",
- "XzRfQ1VSUkVOVF9MT09QX0JSRUFLEKInEiwKJ0RZRUlOR19IRUFEX1pPTkVf",
- "NV82X0NVUlJFTlRfTE9PUF9CUkVBSxCjJxIfChpEWUVJTkdfSEVBRF9USEVS",
- "TUFMX0NVVE9GRhCkJxIjCh5EWUVJTkdfSEVBRF9DT1ZFUl9PUEVOX1RJTUVP",
- "VVQQpScSJAofRFlFSU5HX0hFQURfQ09WRVJfQ0xPU0VfVElNRU9VVBCmJxIo",
- "CiNEWUVJTkdfSEVBRF9DT1ZFUl9NT1RPUl9PVkVSQ1VSUkVOVBCnJxIsCidE",
- "WUVJTkdfSEVBRF9DT1ZFUl9NT1RPUl9PVkVSVEVNUEVSQVRVUkUQqCcSIgod",
- "RFlFSU5HX0hFQURfQ09WRVJfTU9UT1JfU1RBTEwQqScSKQokRFlFSU5HX0hF",
- "QURfQ09WRVJfTU9UT1JfVU5ERVJWT0xUQUdFEKonEjUKMERZRUlOR19IRUFE",
- "X0NMRUFOSU5HX01FQ0hBTklTTV9NT1RPUl9PVkVSQ1VSUkVOVBCrJxI5CjRE",
- "WUVJTkdfSEVBRF9DTEVBTklOR19NRUNIQU5JU01fTU9UT1JfT1ZFUlRFTVBF",
- "UkFUVVJFEKwnEi8KKkRZRUlOR19IRUFEX0NMRUFOSU5HX01FQ0hBTklTTV9N",
- "T1RPUl9TVEFMTBCtJxI2CjFEWUVJTkdfSEVBRF9DTEVBTklOR19NRUNIQU5J",
- "U01fTU9UT1JfVU5ERVJWT0xUQUdFEK4nEjAKK0RZRUlOR19IRUFEX0NMRUFO",
- "SU5HX0hFQURfTU9UT1JfT1ZFUkNVUlJFTlQQrycSNAovRFlFSU5HX0hFQURf",
- "Q0xFQU5JTkdfSEVBRF9NT1RPUl9PVkVSVEVNUEVSQVRVUkUQsCcSKgolRFlF",
- "SU5HX0hFQURfQ0xFQU5JTkdfSEVBRF9NT1RPUl9TVEFMTBCxJxIxCixEWUVJ",
- "TkdfSEVBRF9DTEVBTklOR19IRUFEX01PVE9SX1VOREVSVk9MVEFHRRCyJxIa",
- "ChVNSVhFUl9PVkVSVEVNUEVSQVRVUkUQ8C4SHQoYTUlYRVJfVU5ERVJURU1Q",
- "RVJBVFVSRV9BEPEuEh0KGE1JWEVSX1VOREVSVEVNUEVSQVRVUkVfQhDyLhIZ",
- "ChRNSVhFUl9USEVSTUFMX0NVVE9GRhDzLhIfChpNSVhFUl9DVVJSRU5UX09V",
- "VF9PRl9SQU5HRRD0LhIdChhNSVhFUl9DVVJSRU5UX0xPT1BfQlJFQUsQ9S4S",
- "HQoYRElTUEVOU0VSXzFfT1ZFUlBSRVNTVVJFENg2Eh0KGERJU1BFTlNFUl8y",
- "X09WRVJQUkVTU1VSRRDZNhIdChhESVNQRU5TRVJfM19PVkVSUFJFU1NVUkUQ",
- "2jYSHQoYRElTUEVOU0VSXzRfT1ZFUlBSRVNTVVJFENs2Eh0KGERJU1BFTlNF",
- "Ul81X09WRVJQUkVTU1VSRRDcNhIdChhESVNQRU5TRVJfNl9PVkVSUFJFU1NV",
- "UkUQ3TYSHQoYRElTUEVOU0VSXzdfT1ZFUlBSRVNTVVJFEN42Eh0KGERJU1BF",
- "TlNFUl84X09WRVJQUkVTU1VSRRDfNhIeChlESVNQRU5TRVJfMV9VTkRFUlBS",
- "RVNTVVJFEOA2Eh4KGURJU1BFTlNFUl8yX1VOREVSUFJFU1NVUkUQ4TYSHgoZ",
- "RElTUEVOU0VSXzNfVU5ERVJQUkVTU1VSRRDiNhIeChlESVNQRU5TRVJfNF9V",
- "TkRFUlBSRVNTVVJFEOM2Eh4KGURJU1BFTlNFUl81X1VOREVSUFJFU1NVUkUQ",
- "5DYSHgoZRElTUEVOU0VSXzZfVU5ERVJQUkVTU1VSRRDlNhIeChlESVNQRU5T",
- "RVJfN19VTkRFUlBSRVNTVVJFEOY2Eh4KGURJU1BFTlNFUl84X1VOREVSUFJF",
- "U1NVUkUQ5zYSFgoRRElTUEVOU0VSXzFfRU1QVFkQ6DYSFgoRRElTUEVOU0VS",
- "XzJfRU1QVFkQ6TYSFgoRRElTUEVOU0VSXzNfRU1QVFkQ6jYSFgoRRElTUEVO",
- "U0VSXzRfRU1QVFkQ6zYSFgoRRElTUEVOU0VSXzVfRU1QVFkQ7DYSFgoRRElT",
- "UEVOU0VSXzZfRU1QVFkQ7TYSFgoRRElTUEVOU0VSXzdfRU1QVFkQ7jYSFgoR",
- "RElTUEVOU0VSXzhfRU1QVFkQ7zYSHwoaRElTUEVOU0VSXzFfUkVGSUxMX0ZB",
- "SUxVUkUQ8DYSHwoaRElTUEVOU0VSXzJfUkVGSUxMX0ZBSUxVUkUQ8TYSHwoa",
- "RElTUEVOU0VSXzNfUkVGSUxMX0ZBSUxVUkUQ8jYSHwoaRElTUEVOU0VSXzRf",
- "UkVGSUxMX0ZBSUxVUkUQ8zYSHwoaRElTUEVOU0VSXzVfUkVGSUxMX0ZBSUxV",
- "UkUQ9DYSHwoaRElTUEVOU0VSXzZfUkVGSUxMX0ZBSUxVUkUQ9TYSHwoaRElT",
- "UEVOU0VSXzdfUkVGSUxMX0ZBSUxVUkUQ9jYSHwoaRElTUEVOU0VSXzhfUkVG",
- "SUxMX0ZBSUxVUkUQ9zYSIgodRElTUEVOU0VSXzFfTU9UT1JfT1ZFUkNVUlJF",
- "TlQQ+DYSIgodRElTUEVOU0VSXzJfTU9UT1JfT1ZFUkNVUlJFTlQQ+TYSIgod",
- "RElTUEVOU0VSXzNfTU9UT1JfT1ZFUkNVUlJFTlQQ+jYSIgodRElTUEVOU0VS",
- "XzRfTU9UT1JfT1ZFUkNVUlJFTlQQ+zYSIgodRElTUEVOU0VSXzVfTU9UT1Jf",
- "T1ZFUkNVUlJFTlQQ/DYSIgodRElTUEVOU0VSXzZfTU9UT1JfT1ZFUkNVUlJF",
- "TlQQ/TYSIgodRElTUEVOU0VSXzdfTU9UT1JfT1ZFUkNVUlJFTlQQ/jYSIgod",
- "RElTUEVOU0VSXzhfTU9UT1JfT1ZFUkNVUlJFTlQQ/zYSJgohRElTUEVOU0VS",
- "XzFfTU9UT1JfT1ZFUlRFTVBFUkFUVVJFEIA3EiYKIURJU1BFTlNFUl8yX01P",
- "VE9SX09WRVJURU1QRVJBVFVSRRCBNxImCiFESVNQRU5TRVJfM19NT1RPUl9P",
- "VkVSVEVNUEVSQVRVUkUQgjcSJgohRElTUEVOU0VSXzRfTU9UT1JfT1ZFUlRF",
- "TVBFUkFUVVJFEIM3EiYKIURJU1BFTlNFUl81X01PVE9SX09WRVJURU1QRVJB",
- "VFVSRRCENxImCiFESVNQRU5TRVJfNl9NT1RPUl9PVkVSVEVNUEVSQVRVUkUQ",
- "hTcSJgohRElTUEVOU0VSXzdfTU9UT1JfT1ZFUlRFTVBFUkFUVVJFEIY3EiYK",
- "IURJU1BFTlNFUl84X01PVE9SX09WRVJURU1QRVJBVFVSRRCHNxIcChdESVNQ",
- "RU5TRVJfMV9NT1RPUl9TVEFMTBCINxIcChdESVNQRU5TRVJfMl9NT1RPUl9T",
- "VEFMTBCJNxIcChdESVNQRU5TRVJfM19NT1RPUl9TVEFMTBCKNxIcChdESVNQ",
- "RU5TRVJfNF9NT1RPUl9TVEFMTBCLNxIcChdESVNQRU5TRVJfNV9NT1RPUl9T",
- "VEFMTBCMNxIcChdESVNQRU5TRVJfNl9NT1RPUl9TVEFMTBCNNxIcChdESVNQ",
- "RU5TRVJfN19NT1RPUl9TVEFMTBCONxIcChdESVNQRU5TRVJfOF9NT1RPUl9T",
- "VEFMTBCPNxIjCh5ESVNQRU5TRVJfMV9NT1RPUl9VTkRFUlZPTFRBR0UQkDcS",
- "IwoeRElTUEVOU0VSXzJfTU9UT1JfVU5ERVJWT0xUQUdFEJE3EiMKHkRJU1BF",
- "TlNFUl8zX01PVE9SX1VOREVSVk9MVEFHRRCSNxIjCh5ESVNQRU5TRVJfNF9N",
- "T1RPUl9VTkRFUlZPTFRBR0UQkzcSIwoeRElTUEVOU0VSXzVfTU9UT1JfVU5E",
- "RVJWT0xUQUdFEJQ3EiMKHkRJU1BFTlNFUl82X01PVE9SX1VOREVSVk9MVEFH",
- "RRCVNxIjCh5ESVNQRU5TRVJfN19NT1RPUl9VTkRFUlZPTFRBR0UQljcSIwoe",
- "RElTUEVOU0VSXzhfTU9UT1JfVU5ERVJWT0xUQUdFEJc3EiEKHERJU1BFTlNF",
- "Ul8xX1VQUEVSX0hBUkRfTElNSVQQmDcSIQocRElTUEVOU0VSXzJfVVBQRVJf",
- "SEFSRF9MSU1JVBCZNxIhChxESVNQRU5TRVJfM19VUFBFUl9IQVJEX0xJTUlU",
- "EJo3EiEKHERJU1BFTlNFUl80X1VQUEVSX0hBUkRfTElNSVQQmzcSIQocRElT",
- "UEVOU0VSXzVfVVBQRVJfSEFSRF9MSU1JVBCcNxIhChxESVNQRU5TRVJfNl9V",
- "UFBFUl9IQVJEX0xJTUlUEJ03EiEKHERJU1BFTlNFUl83X1VQUEVSX0hBUkRf",
- "TElNSVQQnjcSIQocRElTUEVOU0VSXzhfVVBQRVJfSEFSRF9MSU1JVBCfNxIh",
- "ChxESVNQRU5TRVJfMV9MT1dFUl9IQVJEX0xJTUlUEKA3EiEKHERJU1BFTlNF",
- "Ul8yX0xPV0VSX0hBUkRfTElNSVQQoTcSIQocRElTUEVOU0VSXzNfTE9XRVJf",
- "SEFSRF9MSU1JVBCiNxIhChxESVNQRU5TRVJfNF9MT1dFUl9IQVJEX0xJTUlU",
- "EKM3EiEKHERJU1BFTlNFUl81X0xPV0VSX0hBUkRfTElNSVQQpDcSIQocRElT",
- "UEVOU0VSXzZfTE9XRVJfSEFSRF9MSU1JVBClNxIhChxESVNQRU5TRVJfN19M",
- "T1dFUl9IQVJEX0xJTUlUEKY3EiEKHERJU1BFTlNFUl84X0xPV0VSX0hBUkRf",
- "TElNSVQQpzcSHgoZRElTUEVOU0VSXzFfSElHSF9QUkVTU1VSRRCoNxIeChlE",
- "SVNQRU5TRVJfMl9ISUdIX1BSRVNTVVJFEKk3Eh4KGURJU1BFTlNFUl8zX0hJ",
- "R0hfUFJFU1NVUkUQqjcSHgoZRElTUEVOU0VSXzRfSElHSF9QUkVTU1VSRRCr",
- "NxIeChlESVNQRU5TRVJfNV9ISUdIX1BSRVNTVVJFEKw3Eh4KGURJU1BFTlNF",
- "Ul82X0hJR0hfUFJFU1NVUkUQrTcSHgoZRElTUEVOU0VSXzdfSElHSF9QUkVT",
- "U1VSRRCuNxIeChlESVNQRU5TRVJfOF9ISUdIX1BSRVNTVVJFEK83EhkKFE1J",
- "RF9UQU5LXzFfTE9XX0xFVkVMEMA+EhkKFE1JRF9UQU5LXzJfTE9XX0xFVkVM",
- "EME+EhkKFE1JRF9UQU5LXzNfTE9XX0xFVkVMEMI+EhkKFE1JRF9UQU5LXzRf",
- "TE9XX0xFVkVMEMM+EhkKFE1JRF9UQU5LXzVfTE9XX0xFVkVMEMQ+EhkKFE1J",
- "RF9UQU5LXzZfTE9XX0xFVkVMEMU+EhkKFE1JRF9UQU5LXzdfTE9XX0xFVkVM",
- "EMY+EhkKFE1JRF9UQU5LXzhfTE9XX0xFVkVMEMc+EhUKEE1JRF9UQU5LXzFf",
- "RU1QVFkQyD4SFQoQTUlEX1RBTktfMl9FTVBUWRDJPhIVChBNSURfVEFOS18z",
- "X0VNUFRZEMo+EhUKEE1JRF9UQU5LXzRfRU1QVFkQyz4SFQoQTUlEX1RBTktf",
- "NV9FTVBUWRDMPhIVChBNSURfVEFOS182X0VNUFRZEM0+EhUKEE1JRF9UQU5L",
- "XzdfRU1QVFkQzj4SFQoQTUlEX1RBTktfOF9FTVBUWRDPPhIYChNNSURfVEFO",
- "S18xX09WRVJGTE9XENA+EhgKE01JRF9UQU5LXzJfT1ZFUkZMT1cQ0T4SGAoT",
- "TUlEX1RBTktfM19PVkVSRkxPVxDSPhIYChNNSURfVEFOS180X09WRVJGTE9X",
- "ENM+EhgKE01JRF9UQU5LXzVfT1ZFUkZMT1cQ1D4SGAoTTUlEX1RBTktfNl9P",
- "VkVSRkxPVxDVPhIYChNNSURfVEFOS183X09WRVJGTE9XENY+EhgKE01JRF9U",
- "QU5LXzhfT1ZFUkZMT1cQ1z4SHAoXTUlEX1RBTktfMV9GSUxMX1RJTUVPVVQQ",
- "2D4SHAoXTUlEX1RBTktfMl9GSUxMX1RJTUVPVVQQ2T4SHAoXTUlEX1RBTktf",
- "M19GSUxMX1RJTUVPVVQQ2j4SHAoXTUlEX1RBTktfNF9GSUxMX1RJTUVPVVQQ",
- "2z4SHAoXTUlEX1RBTktfNV9GSUxMX1RJTUVPVVQQ3D4SHAoXTUlEX1RBTktf",
- "Nl9GSUxMX1RJTUVPVVQQ3T4SHAoXTUlEX1RBTktfN19GSUxMX1RJTUVPVVQQ",
- "3j4SHAoXTUlEX1RBTktfOF9GSUxMX1RJTUVPVVQQ3z4SHQoYQUlSX0ZJTFRF",
- "Ul9OT1RfSU5TVEFMTEVEEKhGEhcKEkFJUl9GSUxURVJfQ0xPR0dFRBCpRhIl",
- "CiBXQVNURV9DT05UQUlORVJfRU1QVFlJTkdfVElNRU9VVBCqRhIUCg9OT19B",
- "SVJfUFJFU1NVUkUQq0YSHQoYV0FTVEVfQ09OVEFJTkVSX09WRVJGTE9XEKxG",
- "EhoKFVZPQ19TRU5TT1JfQUxBUk1fVElNRRCtRhIYChNDSElMTEVSX0RSWV9D",
- "T05UQUNUEK5GEhoKFUlOU1VGRklDSUVOVF9BSVJfRkxPVxCvRhIbChZWT0Nf",
- "U0VOU09SX0FMQVJNX1NMT1BFELBGEioKJUlOS19DQVJUUklER0VfUFJFU0VO",
- "Q0VfU0VOU09SX1RJTUVPVVQQkE4SHwoaSU5LX0NBUlRSSURHRV9SRklEX1RJ",
- "TUVPVVQQkU4SIQocTk9fV0FTVEVfQ0FSVFJJREdFX0FWQUlMQUJMRRCSThIe",
- "ChlBTExfV0FTVEVfQ0FSVFJJREdFU19GVUxMEJNOEiwKJ1dBU1RFX0NBUlRS",
- "SURHRV9QUkVTRU5DRV9TRU5TT1JfVElNRU9VVBCUThIhChxXQVNURV9DQVJU",
- "UklER0VfUkZJRF9USU1FT1VUEJVOQiEKH2NvbS50d2luZS50YW5nby5wbXIu",
- "ZGlhZ25vc3RpY3NiBnByb3RvMw=="));
+ "NF9DVVJSRU5UX09VVF9PRl9SQU5HRRCdJxIsCidEWUVJTkdfSEVBRF9aT05F",
+ "XzVfQ1VSUkVOVF9PVVRfT0ZfUkFOR0UQnicSKgolRFlFSU5HX0hFQURfWk9O",
+ "RV8xX0NVUlJFTlRfTE9PUF9CUkVBSxCfJxIqCiVEWUVJTkdfSEVBRF9aT05F",
+ "XzJfQ1VSUkVOVF9MT09QX0JSRUFLEKAnEioKJURZRUlOR19IRUFEX1pPTkVf",
+ "M19DVVJSRU5UX0xPT1BfQlJFQUsQoScSKgolRFlFSU5HX0hFQURfWk9ORV80",
+ "X0NVUlJFTlRfTE9PUF9CUkVBSxCiJxIqCiVEWUVJTkdfSEVBRF9aT05FXzVf",
+ "Q1VSUkVOVF9MT09QX0JSRUFLEKMnEh8KGkRZRUlOR19IRUFEX1RIRVJNQUxf",
+ "Q1VUT0ZGEKQnEiMKHkRZRUlOR19IRUFEX0NPVkVSX09QRU5fVElNRU9VVBCl",
+ "JxIkCh9EWUVJTkdfSEVBRF9DT1ZFUl9DTE9TRV9USU1FT1VUEKYnEigKI0RZ",
+ "RUlOR19IRUFEX0NPVkVSX01PVE9SX09WRVJDVVJSRU5UEKcnEiwKJ0RZRUlO",
+ "R19IRUFEX0NPVkVSX01PVE9SX09WRVJURU1QRVJBVFVSRRCoJxIiCh1EWUVJ",
+ "TkdfSEVBRF9DT1ZFUl9NT1RPUl9TVEFMTBCpJxIpCiREWUVJTkdfSEVBRF9D",
+ "T1ZFUl9NT1RPUl9VTkRFUlZPTFRBR0UQqicSNQowRFlFSU5HX0hFQURfQ0xF",
+ "QU5JTkdfTUVDSEFOSVNNX01PVE9SX09WRVJDVVJSRU5UEKsnEjkKNERZRUlO",
+ "R19IRUFEX0NMRUFOSU5HX01FQ0hBTklTTV9NT1RPUl9PVkVSVEVNUEVSQVRV",
+ "UkUQrCcSLwoqRFlFSU5HX0hFQURfQ0xFQU5JTkdfTUVDSEFOSVNNX01PVE9S",
+ "X1NUQUxMEK0nEjYKMURZRUlOR19IRUFEX0NMRUFOSU5HX01FQ0hBTklTTV9N",
+ "T1RPUl9VTkRFUlZPTFRBR0UQricSMAorRFlFSU5HX0hFQURfQ0xFQU5JTkdf",
+ "SEVBRF9NT1RPUl9PVkVSQ1VSUkVOVBCvJxI0Ci9EWUVJTkdfSEVBRF9DTEVB",
+ "TklOR19IRUFEX01PVE9SX09WRVJURU1QRVJBVFVSRRCwJxIqCiVEWUVJTkdf",
+ "SEVBRF9DTEVBTklOR19IRUFEX01PVE9SX1NUQUxMELEnEjEKLERZRUlOR19I",
+ "RUFEX0NMRUFOSU5HX0hFQURfTU9UT1JfVU5ERVJWT0xUQUdFELInEicKIkRZ",
+ "RUlOR19IRUFEX1pPTkVfN19PVkVSVEVNUEVSQVRVUkUQsycSJwoiRFlFSU5H",
+ "X0hFQURfWk9ORV84X09WRVJURU1QRVJBVFVSRRC0JxInCiJEWUVJTkdfSEVB",
+ "RF9aT05FXzlfT1ZFUlRFTVBFUkFUVVJFELUnEigKI0RZRUlOR19IRUFEX1pP",
+ "TkVfMTBfT1ZFUlRFTVBFUkFUVVJFELYnEigKI0RZRUlOR19IRUFEX1pPTkVf",
+ "MTFfT1ZFUlRFTVBFUkFUVVJFELcnEigKI0RZRUlOR19IRUFEX1pPTkVfMTJf",
+ "T1ZFUlRFTVBFUkFUVVJFELgnEioKJURZRUlOR19IRUFEX1pPTkVfN19VTkRF",
+ "UlRFTVBFUkFUVVJFX0EQuScSKgolRFlFSU5HX0hFQURfWk9ORV84X1VOREVS",
+ "VEVNUEVSQVRVUkVfQRC6JxIqCiVEWUVJTkdfSEVBRF9aT05FXzlfVU5ERVJU",
+ "RU1QRVJBVFVSRV9BELsnEisKJkRZRUlOR19IRUFEX1pPTkVfMTBfVU5ERVJU",
+ "RU1QRVJBVFVSRV9BELwnEisKJkRZRUlOR19IRUFEX1pPTkVfMTFfVU5ERVJU",
+ "RU1QRVJBVFVSRV9BEL0nEisKJkRZRUlOR19IRUFEX1pPTkVfMTJfVU5ERVJU",
+ "RU1QRVJBVFVSRV9BEL4nEioKJURZRUlOR19IRUFEX1pPTkVfN19VTkRFUlRF",
+ "TVBFUkFUVVJFX0IQvycSKgolRFlFSU5HX0hFQURfWk9ORV84X1VOREVSVEVN",
+ "UEVSQVRVUkVfQhDAJxIqCiVEWUVJTkdfSEVBRF9aT05FXzlfVU5ERVJURU1Q",
+ "RVJBVFVSRV9CEMEnEisKJkRZRUlOR19IRUFEX1pPTkVfMTBfVU5ERVJURU1Q",
+ "RVJBVFVSRV9CEMInEisKJkRZRUlOR19IRUFEX1pPTkVfMTFfVU5ERVJURU1Q",
+ "RVJBVFVSRV9CEMMnEisKJkRZRUlOR19IRUFEX1pPTkVfMTJfVU5ERVJURU1Q",
+ "RVJBVFVSRV9CEMQnEiwKJ0RZRUlOR19IRUFEX1pPTkVfNl9DVVJSRU5UX09V",
+ "VF9PRl9SQU5HRRDFJxIsCidEWUVJTkdfSEVBRF9aT05FXzdfQ1VSUkVOVF9P",
+ "VVRfT0ZfUkFOR0UQxicSLAonRFlFSU5HX0hFQURfWk9ORV84X0NVUlJFTlRf",
+ "T1VUX09GX1JBTkdFEMcnEiwKJ0RZRUlOR19IRUFEX1pPTkVfOV9DVVJSRU5U",
+ "X09VVF9PRl9SQU5HRRDIJxItCihEWUVJTkdfSEVBRF9aT05FXzEwX0NVUlJF",
+ "TlRfT1VUX09GX1JBTkdFEMknEi0KKERZRUlOR19IRUFEX1pPTkVfMTFfQ1VS",
+ "UkVOVF9PVVRfT0ZfUkFOR0UQyicSLQooRFlFSU5HX0hFQURfWk9ORV8xMl9D",
+ "VVJSRU5UX09VVF9PRl9SQU5HRRDLJxIqCiVEWUVJTkdfSEVBRF9aT05FXzZf",
+ "Q1VSUkVOVF9MT09QX0JSRUFLEMwnEioKJURZRUlOR19IRUFEX1pPTkVfN19D",
+ "VVJSRU5UX0xPT1BfQlJFQUsQzScSKgolRFlFSU5HX0hFQURfWk9ORV84X0NV",
+ "UlJFTlRfTE9PUF9CUkVBSxDOJxIqCiVEWUVJTkdfSEVBRF9aT05FXzlfQ1VS",
+ "UkVOVF9MT09QX0JSRUFLEM8nEisKJkRZRUlOR19IRUFEX1pPTkVfMTBfQ1VS",
+ "UkVOVF9MT09QX0JSRUFLENAnEisKJkRZRUlOR19IRUFEX1pPTkVfMTFfQ1VS",
+ "UkVOVF9MT09QX0JSRUFLENEnEisKJkRZRUlOR19IRUFEX1pPTkVfMTJfQ1VS",
+ "UkVOVF9MT09QX0JSRUFLENInEikKJERZRUlOR19IRUFEX0JMT1dFUl8xX09W",
+ "RVJURU1QRVJBVFVSRRDTJxIpCiREWUVJTkdfSEVBRF9CTE9XRVJfMl9PVkVS",
+ "VEVNUEVSQVRVUkUQ1CcSLAonRFlFSU5HX0hFQURfQkxPV0VSXzFfVU5ERVJU",
+ "RU1QRVJBVFVSRV9BENUnEiwKJ0RZRUlOR19IRUFEX0JMT1dFUl8yX1VOREVS",
+ "VEVNUEVSQVRVUkVfQRDWJxIsCidEWUVJTkdfSEVBRF9CTE9XRVJfMV9VTkRF",
+ "UlRFTVBFUkFUVVJFX0IQ1ycSLAonRFlFSU5HX0hFQURfQkxPV0VSXzJfVU5E",
+ "RVJURU1QRVJBVFVSRV9CENgnEi4KKURZRUlOR19IRUFEX0JMT1dFUl8xX0NV",
+ "UlJFTlRfT1VUX09GX1JBTkdFENknEi4KKURZRUlOR19IRUFEX0JMT1dFUl8y",
+ "X0NVUlJFTlRfT1VUX09GX1JBTkdFENonEiwKJ0RZRUlOR19IRUFEX0JMT1dF",
+ "Ul8xX0NVUlJFTlRfTE9PUF9CUkVBSxDbJxIsCidEWUVJTkdfSEVBRF9CTE9X",
+ "RVJfMl9DVVJSRU5UX0xPT1BfQlJFQUsQ3CcSJQogRFlFSU5HX0hFQURfQkxP",
+ "V0VSXzFfRkFOX1NUT1BQRUQQ3ScSJQogRFlFSU5HX0hFQURfQkxPV0VSXzJf",
+ "RkFOX1NUT1BQRUQQ3icSKQokRFlFSU5HX0hFQURfQkxPV0VSXzFfRkFOX1JQ",
+ "TV9UT09fTE9XEN8nEikKJERZRUlOR19IRUFEX0JMT1dFUl8yX0ZBTl9SUE1f",
+ "VE9PX0xPVxDgJxIqCiVEWUVJTkdfSEVBRF9SSUdIVF9BQ1RVQVRPUl9VUF9U",
+ "SU1FT1VUEOEnEikKJERZRUlOR19IRUFEX0xFRlRfQUNUVUFUT1JfVVBfVElN",
+ "RU9VVBDiJxIsCidEWUVJTkdfSEVBRF9SSUdIVF9BQ1RVQVRPUl9ET1dOX1RJ",
+ "TUVPVVQQ4ycSKwomRFlFSU5HX0hFQURfTEVGVF9BQ1RVQVRPUl9ET1dOX1RJ",
+ "TUVPVVQQ5CcSGgoVTUlYRVJfT1ZFUlRFTVBFUkFUVVJFEPAuEh0KGE1JWEVS",
+ "X1VOREVSVEVNUEVSQVRVUkVfQRDxLhIdChhNSVhFUl9VTkRFUlRFTVBFUkFU",
+ "VVJFX0IQ8i4SGQoUTUlYRVJfVEhFUk1BTF9DVVRPRkYQ8y4SHwoaTUlYRVJf",
+ "Q1VSUkVOVF9PVVRfT0ZfUkFOR0UQ9C4SHQoYTUlYRVJfQ1VSUkVOVF9MT09Q",
+ "X0JSRUFLEPUuEh0KGERJU1BFTlNFUl8xX09WRVJQUkVTU1VSRRDYNhIdChhE",
+ "SVNQRU5TRVJfMl9PVkVSUFJFU1NVUkUQ2TYSHQoYRElTUEVOU0VSXzNfT1ZF",
+ "UlBSRVNTVVJFENo2Eh0KGERJU1BFTlNFUl80X09WRVJQUkVTU1VSRRDbNhId",
+ "ChhESVNQRU5TRVJfNV9PVkVSUFJFU1NVUkUQ3DYSHQoYRElTUEVOU0VSXzZf",
+ "T1ZFUlBSRVNTVVJFEN02Eh0KGERJU1BFTlNFUl83X09WRVJQUkVTU1VSRRDe",
+ "NhIdChhESVNQRU5TRVJfOF9PVkVSUFJFU1NVUkUQ3zYSHgoZRElTUEVOU0VS",
+ "XzFfVU5ERVJQUkVTU1VSRRDgNhIeChlESVNQRU5TRVJfMl9VTkRFUlBSRVNT",
+ "VVJFEOE2Eh4KGURJU1BFTlNFUl8zX1VOREVSUFJFU1NVUkUQ4jYSHgoZRElT",
+ "UEVOU0VSXzRfVU5ERVJQUkVTU1VSRRDjNhIeChlESVNQRU5TRVJfNV9VTkRF",
+ "UlBSRVNTVVJFEOQ2Eh4KGURJU1BFTlNFUl82X1VOREVSUFJFU1NVUkUQ5TYS",
+ "HgoZRElTUEVOU0VSXzdfVU5ERVJQUkVTU1VSRRDmNhIeChlESVNQRU5TRVJf",
+ "OF9VTkRFUlBSRVNTVVJFEOc2EhYKEURJU1BFTlNFUl8xX0VNUFRZEOg2EhYK",
+ "EURJU1BFTlNFUl8yX0VNUFRZEOk2EhYKEURJU1BFTlNFUl8zX0VNUFRZEOo2",
+ "EhYKEURJU1BFTlNFUl80X0VNUFRZEOs2EhYKEURJU1BFTlNFUl81X0VNUFRZ",
+ "EOw2EhYKEURJU1BFTlNFUl82X0VNUFRZEO02EhYKEURJU1BFTlNFUl83X0VN",
+ "UFRZEO42EhYKEURJU1BFTlNFUl84X0VNUFRZEO82Eh8KGkRJU1BFTlNFUl8x",
+ "X1JFRklMTF9GQUlMVVJFEPA2Eh8KGkRJU1BFTlNFUl8yX1JFRklMTF9GQUlM",
+ "VVJFEPE2Eh8KGkRJU1BFTlNFUl8zX1JFRklMTF9GQUlMVVJFEPI2Eh8KGkRJ",
+ "U1BFTlNFUl80X1JFRklMTF9GQUlMVVJFEPM2Eh8KGkRJU1BFTlNFUl81X1JF",
+ "RklMTF9GQUlMVVJFEPQ2Eh8KGkRJU1BFTlNFUl82X1JFRklMTF9GQUlMVVJF",
+ "EPU2Eh8KGkRJU1BFTlNFUl83X1JFRklMTF9GQUlMVVJFEPY2Eh8KGkRJU1BF",
+ "TlNFUl84X1JFRklMTF9GQUlMVVJFEPc2EiIKHURJU1BFTlNFUl8xX01PVE9S",
+ "X09WRVJDVVJSRU5UEPg2EiIKHURJU1BFTlNFUl8yX01PVE9SX09WRVJDVVJS",
+ "RU5UEPk2EiIKHURJU1BFTlNFUl8zX01PVE9SX09WRVJDVVJSRU5UEPo2EiIK",
+ "HURJU1BFTlNFUl80X01PVE9SX09WRVJDVVJSRU5UEPs2EiIKHURJU1BFTlNF",
+ "Ul81X01PVE9SX09WRVJDVVJSRU5UEPw2EiIKHURJU1BFTlNFUl82X01PVE9S",
+ "X09WRVJDVVJSRU5UEP02EiIKHURJU1BFTlNFUl83X01PVE9SX09WRVJDVVJS",
+ "RU5UEP42EiIKHURJU1BFTlNFUl84X01PVE9SX09WRVJDVVJSRU5UEP82EiYK",
+ "IURJU1BFTlNFUl8xX01PVE9SX09WRVJURU1QRVJBVFVSRRCANxImCiFESVNQ",
+ "RU5TRVJfMl9NT1RPUl9PVkVSVEVNUEVSQVRVUkUQgTcSJgohRElTUEVOU0VS",
+ "XzNfTU9UT1JfT1ZFUlRFTVBFUkFUVVJFEII3EiYKIURJU1BFTlNFUl80X01P",
+ "VE9SX09WRVJURU1QRVJBVFVSRRCDNxImCiFESVNQRU5TRVJfNV9NT1RPUl9P",
+ "VkVSVEVNUEVSQVRVUkUQhDcSJgohRElTUEVOU0VSXzZfTU9UT1JfT1ZFUlRF",
+ "TVBFUkFUVVJFEIU3EiYKIURJU1BFTlNFUl83X01PVE9SX09WRVJURU1QRVJB",
+ "VFVSRRCGNxImCiFESVNQRU5TRVJfOF9NT1RPUl9PVkVSVEVNUEVSQVRVUkUQ",
+ "hzcSHAoXRElTUEVOU0VSXzFfTU9UT1JfU1RBTEwQiDcSHAoXRElTUEVOU0VS",
+ "XzJfTU9UT1JfU1RBTEwQiTcSHAoXRElTUEVOU0VSXzNfTU9UT1JfU1RBTEwQ",
+ "ijcSHAoXRElTUEVOU0VSXzRfTU9UT1JfU1RBTEwQizcSHAoXRElTUEVOU0VS",
+ "XzVfTU9UT1JfU1RBTEwQjDcSHAoXRElTUEVOU0VSXzZfTU9UT1JfU1RBTEwQ",
+ "jTcSHAoXRElTUEVOU0VSXzdfTU9UT1JfU1RBTEwQjjcSHAoXRElTUEVOU0VS",
+ "XzhfTU9UT1JfU1RBTEwQjzcSIwoeRElTUEVOU0VSXzFfTU9UT1JfVU5ERVJW",
+ "T0xUQUdFEJA3EiMKHkRJU1BFTlNFUl8yX01PVE9SX1VOREVSVk9MVEFHRRCR",
+ "NxIjCh5ESVNQRU5TRVJfM19NT1RPUl9VTkRFUlZPTFRBR0UQkjcSIwoeRElT",
+ "UEVOU0VSXzRfTU9UT1JfVU5ERVJWT0xUQUdFEJM3EiMKHkRJU1BFTlNFUl81",
+ "X01PVE9SX1VOREVSVk9MVEFHRRCUNxIjCh5ESVNQRU5TRVJfNl9NT1RPUl9V",
+ "TkRFUlZPTFRBR0UQlTcSIwoeRElTUEVOU0VSXzdfTU9UT1JfVU5ERVJWT0xU",
+ "QUdFEJY3EiMKHkRJU1BFTlNFUl84X01PVE9SX1VOREVSVk9MVEFHRRCXNxIh",
+ "ChxESVNQRU5TRVJfMV9VUFBFUl9IQVJEX0xJTUlUEJg3EiEKHERJU1BFTlNF",
+ "Ul8yX1VQUEVSX0hBUkRfTElNSVQQmTcSIQocRElTUEVOU0VSXzNfVVBQRVJf",
+ "SEFSRF9MSU1JVBCaNxIhChxESVNQRU5TRVJfNF9VUFBFUl9IQVJEX0xJTUlU",
+ "EJs3EiEKHERJU1BFTlNFUl81X1VQUEVSX0hBUkRfTElNSVQQnDcSIQocRElT",
+ "UEVOU0VSXzZfVVBQRVJfSEFSRF9MSU1JVBCdNxIhChxESVNQRU5TRVJfN19V",
+ "UFBFUl9IQVJEX0xJTUlUEJ43EiEKHERJU1BFTlNFUl84X1VQUEVSX0hBUkRf",
+ "TElNSVQQnzcSIQocRElTUEVOU0VSXzFfTE9XRVJfSEFSRF9MSU1JVBCgNxIh",
+ "ChxESVNQRU5TRVJfMl9MT1dFUl9IQVJEX0xJTUlUEKE3EiEKHERJU1BFTlNF",
+ "Ul8zX0xPV0VSX0hBUkRfTElNSVQQojcSIQocRElTUEVOU0VSXzRfTE9XRVJf",
+ "SEFSRF9MSU1JVBCjNxIhChxESVNQRU5TRVJfNV9MT1dFUl9IQVJEX0xJTUlU",
+ "EKQ3EiEKHERJU1BFTlNFUl82X0xPV0VSX0hBUkRfTElNSVQQpTcSIQocRElT",
+ "UEVOU0VSXzdfTE9XRVJfSEFSRF9MSU1JVBCmNxIhChxESVNQRU5TRVJfOF9M",
+ "T1dFUl9IQVJEX0xJTUlUEKc3Eh4KGURJU1BFTlNFUl8xX0hJR0hfUFJFU1NV",
+ "UkUQqDcSHgoZRElTUEVOU0VSXzJfSElHSF9QUkVTU1VSRRCpNxIeChlESVNQ",
+ "RU5TRVJfM19ISUdIX1BSRVNTVVJFEKo3Eh4KGURJU1BFTlNFUl80X0hJR0hf",
+ "UFJFU1NVUkUQqzcSHgoZRElTUEVOU0VSXzVfSElHSF9QUkVTU1VSRRCsNxIe",
+ "ChlESVNQRU5TRVJfNl9ISUdIX1BSRVNTVVJFEK03Eh4KGURJU1BFTlNFUl83",
+ "X0hJR0hfUFJFU1NVUkUQrjcSHgoZRElTUEVOU0VSXzhfSElHSF9QUkVTU1VS",
+ "RRCvNxIZChRNSURfVEFOS18xX0xPV19MRVZFTBDAPhIZChRNSURfVEFOS18y",
+ "X0xPV19MRVZFTBDBPhIZChRNSURfVEFOS18zX0xPV19MRVZFTBDCPhIZChRN",
+ "SURfVEFOS180X0xPV19MRVZFTBDDPhIZChRNSURfVEFOS181X0xPV19MRVZF",
+ "TBDEPhIZChRNSURfVEFOS182X0xPV19MRVZFTBDFPhIZChRNSURfVEFOS183",
+ "X0xPV19MRVZFTBDGPhIZChRNSURfVEFOS184X0xPV19MRVZFTBDHPhIVChBN",
+ "SURfVEFOS18xX0VNUFRZEMg+EhUKEE1JRF9UQU5LXzJfRU1QVFkQyT4SFQoQ",
+ "TUlEX1RBTktfM19FTVBUWRDKPhIVChBNSURfVEFOS180X0VNUFRZEMs+EhUK",
+ "EE1JRF9UQU5LXzVfRU1QVFkQzD4SFQoQTUlEX1RBTktfNl9FTVBUWRDNPhIV",
+ "ChBNSURfVEFOS183X0VNUFRZEM4+EhUKEE1JRF9UQU5LXzhfRU1QVFkQzz4S",
+ "GAoTTUlEX1RBTktfMV9PVkVSRkxPVxDQPhIYChNNSURfVEFOS18yX09WRVJG",
+ "TE9XENE+EhgKE01JRF9UQU5LXzNfT1ZFUkZMT1cQ0j4SGAoTTUlEX1RBTktf",
+ "NF9PVkVSRkxPVxDTPhIYChNNSURfVEFOS181X09WRVJGTE9XENQ+EhgKE01J",
+ "RF9UQU5LXzZfT1ZFUkZMT1cQ1T4SGAoTTUlEX1RBTktfN19PVkVSRkxPVxDW",
+ "PhIYChNNSURfVEFOS184X09WRVJGTE9XENc+EhwKF01JRF9UQU5LXzFfRklM",
+ "TF9USU1FT1VUENg+EhwKF01JRF9UQU5LXzJfRklMTF9USU1FT1VUENk+EhwK",
+ "F01JRF9UQU5LXzNfRklMTF9USU1FT1VUENo+EhwKF01JRF9UQU5LXzRfRklM",
+ "TF9USU1FT1VUENs+EhwKF01JRF9UQU5LXzVfRklMTF9USU1FT1VUENw+EhwK",
+ "F01JRF9UQU5LXzZfRklMTF9USU1FT1VUEN0+EhwKF01JRF9UQU5LXzdfRklM",
+ "TF9USU1FT1VUEN4+EhwKF01JRF9UQU5LXzhfRklMTF9USU1FT1VUEN8+Eh0K",
+ "GEFJUl9GSUxURVJfTk9UX0lOU1RBTExFRBCoRhIXChJBSVJfRklMVEVSX0NM",
+ "T0dHRUQQqUYSJQogV0FTVEVfQ09OVEFJTkVSX0VNUFRZSU5HX1RJTUVPVVQQ",
+ "qkYSFAoPTk9fQUlSX1BSRVNTVVJFEKtGEh0KGFdBU1RFX0NPTlRBSU5FUl9P",
+ "VkVSRkxPVxCsRhIaChVWT0NfU0VOU09SX0FMQVJNX1RJTUUQrUYSGAoTQ0hJ",
+ "TExFUl9EUllfQ09OVEFDVBCuRhIaChVJTlNVRkZJQ0lFTlRfQUlSX0ZMT1cQ",
+ "r0YSGwoWVk9DX1NFTlNPUl9BTEFSTV9TTE9QRRCwRhIdChhQUkVfQ09PTEVS",
+ "X0ZBTl8xX1NUT1BQRUQQsUYSHQoYUFJFX0NPT0xFUl9GQU5fMl9TVE9QUEVE",
+ "ELJGEhkKFENPT0xFUl9GQU5fMV9TVE9QUEVEELNGEhkKFENPT0xFUl9GQU5f",
+ "Ml9TVE9QUEVEELRGEhkKFENPT0xFUl9GQU5fM19TVE9QUEVEELVGEhkKFENP",
+ "T0xFUl9GQU5fNF9TVE9QUEVEELZGEiEKHFBSRV9DT09MRVJfRkFOXzFfUlBN",
+ "X1RPT19MT1cQt0YSIQocUFJFX0NPT0xFUl9GQU5fMl9SUE1fVE9PX0xPVxC4",
+ "RhIdChhDT09MRVJfRkFOXzFfUlBNX1RPT19MT1cQuUYSHQoYQ09PTEVSX0ZB",
+ "Tl8yX1JQTV9UT09fTE9XELpGEh0KGENPT0xFUl9GQU5fM19SUE1fVE9PX0xP",
+ "VxC7RhIdChhDT09MRVJfRkFOXzRfUlBNX1RPT19MT1cQvEYSIAobQ09PTEVS",
+ "X1RFTVBFUkFUVVJFX1RPT19ISUdIEL1GEh8KGkNPT0xFUl9URU1QRVJBVFVS",
+ "RV9UT09fTE9XEL5GEioKJUlOS19DQVJUUklER0VfUFJFU0VOQ0VfU0VOU09S",
+ "X1RJTUVPVVQQkE4SHwoaSU5LX0NBUlRSSURHRV9SRklEX1RJTUVPVVQQkU4S",
+ "IQocTk9fV0FTVEVfQ0FSVFJJREdFX0FWQUlMQUJMRRCSThIeChlBTExfV0FT",
+ "VEVfQ0FSVFJJREdFU19GVUxMEJNOEiwKJ1dBU1RFX0NBUlRSSURHRV9QUkVT",
+ "RU5DRV9TRU5TT1JfVElNRU9VVBCUThIhChxXQVNURV9DQVJUUklER0VfUkZJ",
+ "RF9USU1FT1VUEJVOQiEKH2NvbS50d2luZS50YW5nby5wbXIuZGlhZ25vc3Rp",
+ "Y3NiBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Diagnostics.EventType), }, null));
@@ -314,59 +373,59 @@ namespace Tango.PMR.Diagnostics {
/// </summary>
[pbr::OriginalName("JOB_COMPLETED")] JobCompleted = 1013,
/// <summary>
- ///Could not complete power-up (Group = GeneralHardware, Category = Critical)
+ ///Could not complete power-up. Cannot execute job (Group = GeneralHardware, Category = Critical)
/// </summary>
[pbr::OriginalName("POWER_UP_BIT_FAILURE")] PowerUpBitFailure = 2000,
/// <summary>
- ///The emergency button is pressed (Group = GeneralHardware, Category = Safety)
+ ///The emergency button is pressed (Group = GeneralHardware, Category = Critical)
/// </summary>
[pbr::OriginalName("EMERGENCY_PUSH_BUTTON_PRESSED")] EmergencyPushButtonPressed = 2001,
/// <summary>
- ///Cover is open (Group = GeneralHardware, Category = Error)
+ ///Cover is open. Cannot execute job (Group = GeneralHardware, Category = Error)
/// </summary>
[pbr::OriginalName("FRONT_COVER_1_OPEN")] FrontCover1Open = 2002,
/// <summary>
- ///Cover is open (Group = GeneralHardware, Category = Error)
+ ///Cover is open. Cannot execute job (Group = GeneralHardware, Category = Error)
/// </summary>
[pbr::OriginalName("FRONT_COVER_2_OPEN")] FrontCover2Open = 2003,
/// <summary>
- ///Cover is open (Group = GeneralHardware, Category = Error)
+ ///Cover is open. Cannot execute job (Group = GeneralHardware, Category = Error)
/// </summary>
[pbr::OriginalName("FRONT_COVER_3_OPEN")] FrontCover3Open = 2004,
/// <summary>
- ///Cover is open (Group = GeneralHardware, Category = Error)
+ ///Cover is open. Cannot execute job (Group = GeneralHardware, Category = Error)
/// </summary>
[pbr::OriginalName("FRONT_COVER_4_OPEN")] FrontCover4Open = 2005,
/// <summary>
- ///Cartridges door is open (Group = GeneralHardware, Category = Warning)
+ ///Cartridges door is open. Cannot start new job (Group = GeneralHardware, Category = Warning)
/// </summary>
[pbr::OriginalName("CARTRIDGES_COVER_OPEN")] CartridgesCoverOpen = 2006,
/// <summary>
- ///Cover is open (Group = GeneralHardware, Category = Error)
+ ///Cover is open. Cannot execute job (Group = GeneralHardware, Category = Error)
/// </summary>
[pbr::OriginalName("REAR_COVER_OPEN")] RearCoverOpen = 2007,
/// <summary>
- ///The machine temperature is too high (Group = GeneralHardware, Category = Critical)
+ ///The machine temperature is too high. Cannot execute job (Group = GeneralHardware, Category = Critical)
/// </summary>
[pbr::OriginalName("MACHINE_INTERNAL_OVERTEMPERATURE")] MachineInternalOvertemperature = 2008,
/// <summary>
- ///Internal fans RPM is too low (Group = GeneralHardware, Category = Warning)
+ ///Internal fans RPM is too low. Cannot execute job (Group = GeneralHardware, Category = Warning)
/// </summary>
[pbr::OriginalName("MACHINE_FANS_RPM_TOO_LOW")] MachineFansRpmTooLow = 2009,
/// <summary>
- ///Internal fans stopped (Group = GeneralHardware, Category = Critical)
+ ///Internal fans stopped. Cannot execute job (Group = GeneralHardware, Category = Critical)
/// </summary>
[pbr::OriginalName("MACHINE_FANS_STOPPED")] MachineFansStopped = 2010,
/// <summary>
- ///Electrical cabinet fans RPM is too low (Group = GeneralHardware, Category = Warning)
+ ///Electrical cabinet fans RPM is too low. Cannot execute job (Group = GeneralHardware, Category = Warning)
/// </summary>
[pbr::OriginalName("ELECTRICAL_CABINET_FANS_RPM_TOO_LOW")] ElectricalCabinetFansRpmTooLow = 2011,
/// <summary>
- ///Electrical cabinet fans stopped (Group = GeneralHardware, Category = Critical)
+ ///Electrical cabinet fans stopped. Cannot execute job (Group = GeneralHardware, Category = Critical)
/// </summary>
[pbr::OriginalName("ELECTRICAL_CABINET_FANS_STOPPED")] ElectricalCabinetFansStopped = 2012,
/// <summary>
- ///Configuration file does not exist (Group = GeneralHardware, Category = Error)
+ ///Configuration file does not exist. Cannot execute job (Group = GeneralHardware, Category = Error)
/// </summary>
[pbr::OriginalName("MACHINE_STATE_NO_CFG_FILE")] MachineStateNoCfgFile = 2013,
/// <summary>
@@ -374,7 +433,7 @@ namespace Tango.PMR.Diagnostics {
/// </summary>
[pbr::OriginalName("MACHINE_STATE_HW_CONFIG_FAILED")] MachineStateHwConfigFailed = 2014,
/// <summary>
- /// (Group = GeneralHardware, Category = Error)
+ ///Blower has failed (Group = GeneralHardware, Category = Error)
/// </summary>
[pbr::OriginalName("MACHINE_STATE_INITIAL_BLOWER_FAILED")] MachineStateInitialBlowerFailed = 2015,
/// <summary>
@@ -382,11 +441,11 @@ namespace Tango.PMR.Diagnostics {
/// </summary>
[pbr::OriginalName("UNSPECIFIED")] Unspecified = 2016,
/// <summary>
- ///The machine temperature is too high (Group = GeneralHardware, Category = Critical)
+ ///The machine temperature is too high. Cannot execute job (Group = GeneralHardware, Category = Critical)
/// </summary>
[pbr::OriginalName("MACHINE_INTERNAL_OVERTEMPERATURE_2")] MachineInternalOvertemperature2 = 2017,
/// <summary>
- ///The electrical cabinet temperature is too high (Group = GeneralHardware, Category = Critical)
+ ///The electrical cabinet temperature is too high. Cannot execute job (Group = GeneralHardware, Category = Critical)
/// </summary>
[pbr::OriginalName("ELECTRICAL_CABINET_OVERTEMPERATURE")] ElectricalCabinetOvertemperature = 2018,
/// <summary>
@@ -398,127 +457,127 @@ namespace Tango.PMR.Diagnostics {
/// </summary>
[pbr::OriginalName("UNINTENDED_RESET")] UnintendedReset = 2020,
/// <summary>
- ///Thread break (Group = ThreadFeedingSystem, Category = Error)
+ ///Thread break. Cannot execute job (Group = ThreadFeedingSystem, Category = Error)
/// </summary>
[pbr::OriginalName("THREAD_BREAK")] ThreadBreak = 3000,
/// <summary>
- ///Thread tension control faiure in feeder dancer (Group = ThreadFeedingSystem, Category = Error)
+ ///Thread tension control failure in feeder dancer. Cannot execute job (Group = ThreadFeedingSystem, Category = Error)
/// </summary>
[pbr::OriginalName("THREAD_TENSION_CONTROL_FAILURE_FEEDER_DANCER")] ThreadTensionControlFailureFeederDancer = 3001,
/// <summary>
- ///No cone in the winder (Group = ThreadFeedingSystem, Category = Error)
+ ///No cone in the winder. Cannot execute job (Group = ThreadFeedingSystem, Category = Error)
/// </summary>
[pbr::OriginalName("WINDER_CONE_DOES_NOT_EXIST")] WinderConeDoesNotExist = 3002,
/// <summary>
- ///The feeder motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The feeder motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("FEEDER_MOTOR_OVERCURRENT")] FeederMotorOvercurrent = 3003,
/// <summary>
- ///The current in the right loader motor is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The current in the right loader motor is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("RIGHT_LOADER_MOTOR_OVERCURRENT")] RightLoaderMotorOvercurrent = 3004,
/// <summary>
- ///The puller motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The puller motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("PULLER_MOTOR_OVERCURRENT")] PullerMotorOvercurrent = 3005,
/// <summary>
- ///The left loader motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The left loader motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("LEFT_LOADER_MOTOR_OVERCURRENT")] LeftLoaderMotorOvercurrent = 3006,
/// <summary>
- ///The winder motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The winder motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("WINDER_MOTOR_OVERCURRENT")] WinderMotorOvercurrent = 3007,
/// <summary>
- ///The screw motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The screw motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("SCREW_MOTOR_OVERCURRENT")] ScrewMotorOvercurrent = 3008,
/// <summary>
- ///The loading arm motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The loading arm motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("LOADING_ARM_MOTOR_OVERCURRENT")] LoadingArmMotorOvercurrent = 3009,
/// <summary>
- ///The feeder motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The feeder motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("FEEDER_MOTOR_OVERTEMPERATURE")] FeederMotorOvertemperature = 3010,
/// <summary>
- ///The right loader motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The right loader motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("RIGHT_LOADER_MOTOR_OVERTEMPERATURE")] RightLoaderMotorOvertemperature = 3011,
/// <summary>
- ///The puller motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The puller motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("PULLER_MOTOR_OVERTEMPERATURE")] PullerMotorOvertemperature = 3012,
/// <summary>
- ///The left loader motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The left loader motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("LEFT_LOADER_MOTOR_OVERTEMPERATURE")] LeftLoaderMotorOvertemperature = 3013,
/// <summary>
- ///The winder motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The winder motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("WINDER_MOTOR_OVERTEMPERATURE")] WinderMotorOvertemperature = 3014,
/// <summary>
- ///The screw motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The screw motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("SCREW_MOTOR_OVERTEMPERATURE")] ScrewMotorOvertemperature = 3015,
/// <summary>
- ///The loading arm motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The loading arm motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("LOADING_ARM_MOTOR_OVERTEMPERATURE")] LoadingArmMotorOvertemperature = 3016,
/// <summary>
- ///Feeder motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ ///Feeder motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("FEEDER_MOTOR_STALL")] FeederMotorStall = 3017,
/// <summary>
- ///Right loader motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ ///Right loader motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("RIGHT_LOADER_MOTOR_STALL")] RightLoaderMotorStall = 3018,
/// <summary>
- ///Puller motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ ///Puller motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("PULLER_MOTOR_STALL")] PullerMotorStall = 3019,
/// <summary>
- ///Left loader motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ ///Left loader motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("LEFT_LOADER_MOTOR_STALL")] LeftLoaderMotorStall = 3020,
/// <summary>
- ///Winder motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ ///Winder motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("WINDER_MOTOR_STALL")] WinderMotorStall = 3021,
/// <summary>
- ///Screw motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ ///Screw motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("SCREW_MOTOR_STALL")] ScrewMotorStall = 3022,
/// <summary>
- ///Loading arm motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ ///Loading arm motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("LOADING_ARM_MOTOR_STALL")] LoadingArmMotorStall = 3023,
/// <summary>
- ///The feeder motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ ///The feeder motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("FEEDER_MOTOR_UNDERVOLTAGE")] FeederMotorUndervoltage = 3024,
/// <summary>
- ///The right loader motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ ///The right loader motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("RIGHT_LOADER_MOTOR_UNDERVOLTAGE")] RightLoaderMotorUndervoltage = 3025,
/// <summary>
- ///The puller motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ ///The puller motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("PULLER_MOTOR_UNDERVOLTAGE")] PullerMotorUndervoltage = 3026,
/// <summary>
- ///The left loader motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ ///The left loader motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("LEFT_LOADER_MOTOR_UNDERVOLTAGE")] LeftLoaderMotorUndervoltage = 3027,
/// <summary>
- ///The winder motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ ///The winder motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("WINDER_MOTOR_UNDERVOLTAGE")] WinderMotorUndervoltage = 3028,
/// <summary>
- ///The screw motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ ///The screw motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("SCREW_MOTOR_UNDERVOLTAGE")] ScrewMotorUndervoltage = 3029,
/// <summary>
- ///The loading arm motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ ///The loading arm motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("LOADING_ARM_MOTOR_UNDERVOLTAGE")] LoadingArmMotorUndervoltage = 3030,
/// <summary>
@@ -538,419 +597,619 @@ namespace Tango.PMR.Diagnostics {
/// </summary>
[pbr::OriginalName("RTFU_DOWN_TIMEOUT")] RtfuDownTimeout = 3034,
/// <summary>
- ///Screw travel failure (Group = ThreadFeedingSystem, Category = Error)
+ ///Screw travel failure. Cannot execute job (Group = ThreadFeedingSystem, Category = Error)
/// </summary>
[pbr::OriginalName("SCREW_MOTOR_LIMIT_TIMEOUT")] ScrewMotorLimitTimeout = 3035,
/// <summary>
- ///The winder dancer motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The winder dancer motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("WINDER_DANCER_MOTOR_OVERCURRENT")] WinderDancerMotorOvercurrent = 3036,
/// <summary>
- ///The puller dancer motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The puller dancer motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("PULLER_DANCER_MOTOR_OVERCURRENT")] PullerDancerMotorOvercurrent = 3037,
/// <summary>
- ///The feeder dancer motor current is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The feeder dancer motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("FEEDER_DANCER_MOTOR_OVERCURRENT")] FeederDancerMotorOvercurrent = 3038,
/// <summary>
- ///The winder dancer motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The winder dancer motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("WINDER_DANCER_MOTOR_OVERTEMPERATURE")] WinderDancerMotorOvertemperature = 3039,
/// <summary>
- ///The puller dancer motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The puller dancer motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("PULLER_DANCER_MOTOR_OVERTEMPERATURE")] PullerDancerMotorOvertemperature = 3040,
/// <summary>
- ///The feeder dancer motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical)
+ ///The feeder dancer motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("FEEDER_DANCER_MOTOR_OVERTEMPERATURE")] FeederDancerMotorOvertemperature = 3041,
/// <summary>
- ///Winder dancer motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ ///Winder dancer motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("WINDER_DANCER_MOTOR_STALL")] WinderDancerMotorStall = 3042,
/// <summary>
- ///Puller dancer motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ ///Puller dancer motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("PULLER_DANCER_MOTOR_STALL")] PullerDancerMotorStall = 3043,
/// <summary>
- ///Feeder dancer motor stalled (Group = ThreadFeedingSystem, Category = Critical)
+ ///Feeder dancer motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("FEEDER_DANCER_MOTOR_STALL")] FeederDancerMotorStall = 3044,
/// <summary>
- ///The winder dancer motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ ///The winder dancer motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("WINDER_DANCER_MOTOR_UNDERVOLTAGE")] WinderDancerMotorUndervoltage = 3045,
/// <summary>
- ///The puller dancer motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ ///The puller dancer motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("PULLER_DANCER_MOTOR_UNDERVOLTAGE")] PullerDancerMotorUndervoltage = 3046,
/// <summary>
- ///The feeder dancer motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical)
+ ///The feeder dancer motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("FEEDER_DANCER_MOTOR_UNDERVOLTAGE")] FeederDancerMotorUndervoltage = 3047,
/// <summary>
- ///Thread tension control failure in puller dancer (Group = ThreadFeedingSystem, Category = Error)
+ ///Thread tension control failure in puller dancer. Cannot execute job (Group = ThreadFeedingSystem, Category = Error)
/// </summary>
[pbr::OriginalName("THREAD_TENSION_CONTROL_FAILURE_PULLER_DANCER")] ThreadTensionControlFailurePullerDancer = 3048,
/// <summary>
- ///Thread tension control failure in winder dancer (Group = ThreadFeedingSystem, Category = Error)
+ ///Thread tension control failure in winder dancer. Cannot execute job (Group = ThreadFeedingSystem, Category = Error)
/// </summary>
[pbr::OriginalName("THREAD_TENSION_CONTROL_FAILURE_WINDER_DANCER")] ThreadTensionControlFailureWinderDancer = 3049,
/// <summary>
- ///No thread in machine (Group = ThreadFeedingSystem, Category = Error)
+ ///No thread in machine. Cannot execute job (Group = ThreadFeedingSystem, Category = Error)
/// </summary>
[pbr::OriginalName("MACHINE_STATE_NO_THREAD_DETECTED")] MachineStateNoThreadDetected = 3050,
/// <summary>
- ///Thread loading error (Group = ThreadFeedingSystem, Category = Error)
+ ///Thread loading error. Cannot execute job (Group = ThreadFeedingSystem, Category = Error)
/// </summary>
[pbr::OriginalName("THREAD_LOADING_ERROR")] ThreadLoadingError = 3051,
/// <summary>
- ///The dryer motor current is too high (Group = Dryer, Category = Critical)
+ ///The dryer motor current is too high. Cannot execute job (Group = Dryer, Category = Critical)
/// </summary>
[pbr::OriginalName("DRYER_MOTOR_OVERCURRENT")] DryerMotorOvercurrent = 4000,
/// <summary>
- ///The dryer motor temperature is too high (Group = Dryer, Category = Critical)
+ ///The dryer motor temperature is too high. Cannot execute jobs (Group = Dryer, Category = Critical)
/// </summary>
[pbr::OriginalName("DRYER_MOTOR_OVERTEMPERATURE")] DryerMotorOvertemperature = 4001,
/// <summary>
- ///Dryer motor stalled (Group = Dryer, Category = Critical)
+ ///Dryer motor stalled. Cannot execute job (Group = Dryer, Category = Critical)
/// </summary>
[pbr::OriginalName("DRYER_MOTOR_STALL")] DryerMotorStall = 4002,
/// <summary>
- ///The dryer motor voltage is too low (Group = Dryer, Category = Critical)
+ ///The dryer motor voltage is too low. Cannot execute job (Group = Dryer, Category = Critical)
/// </summary>
[pbr::OriginalName("DRYER_MOTOR_UNDERVOLTAGE")] DryerMotorUndervoltage = 4003,
/// <summary>
- ///The dryer door is open (Group = Dryer, Category = Safety)
+ ///The dryer door is open. Cannot execute job (Group = Dryer, Category = Critical)
/// </summary>
[pbr::OriginalName("DRYER_DOOR_OPEN")] DryerDoorOpen = 4004,
/// <summary>
- ///The temperature in dryer zone 1 is too high (Group = Dryer, Category = Critical)
+ ///The temperature in dryer zone is too high. Cannot execute job (Group = Dryer, Category = Critical)
/// </summary>
[pbr::OriginalName("DRYER_ZONE_1_OVERTEMPERATURE")] DryerZone1Overtemperature = 4005,
/// <summary>
- ///The temperature in dryer zone 2 is too high (Group = Dryer, Category = Critical)
+ ///The temperature in dryer zone is too high. Cannot execute job (Group = Dryer, Category = Critical)
/// </summary>
[pbr::OriginalName("DRYER_ZONE_2_OVERTEMPERATURE")] DryerZone2Overtemperature = 4006,
/// <summary>
- ///The temperature in dryer zone 1 is too low (Group = Dryer, Category = Warning)
+ ///The temperature in dryer zone is too low. Cannot execute job (Group = Dryer, Category = Warning)
/// </summary>
[pbr::OriginalName("DRYER_ZONE_1_UNDERTEMPERATURE_A")] DryerZone1UndertemperatureA = 4007,
/// <summary>
- ///The temperature in dryer zone 1 is too low (Group = Dryer, Category = Error)
+ ///The temperature in dryer zone is too low. Cannot execute job (Group = Dryer, Category = Error)
/// </summary>
[pbr::OriginalName("DRYER_ZONE_1_UNDERTEMPERATURE_B")] DryerZone1UndertemperatureB = 4008,
/// <summary>
- ///The temperature in dryer zone 2 is too low (Group = Dryer, Category = Error)
+ ///The temperature in dryer zone is too low. Cannot execute job (Group = Dryer, Category = Error)
/// </summary>
[pbr::OriginalName("DRYER_ZONE_2_UNDERTEMPERATURE_B")] DryerZone2UndertemperatureB = 4009,
/// <summary>
- ///Thermal cut-off (Group = Dryer, Category = Safety)
+ ///Thermal cut-off. Cannot execute job (Group = Dryer, Category = Critical)
/// </summary>
[pbr::OriginalName("DRYER_THERMAL_CUTOFF")] DryerThermalCutoff = 4010,
/// <summary>
- ///Dryer zone current is out of range (Group = Dryer, Category = Critical)
+ ///Dryer zone current is out of range. Cannot execute job (Group = Dryer, Category = Critical)
/// </summary>
[pbr::OriginalName("DRYER_HEATERS_ZONE_1_CURRENT_OUT_OF_RANGE")] DryerHeatersZone1CurrentOutOfRange = 4011,
/// <summary>
- ///Dryer zone current is out of range (Group = Dryer, Category = Critical)
+ ///Dryer zone current is out of range. Cannot execute job (Group = Dryer, Category = Critical)
/// </summary>
[pbr::OriginalName("DRYER_HEATERS_ZONE_2_CURRENT_OUT_OF_RANGE")] DryerHeatersZone2CurrentOutOfRange = 4012,
/// <summary>
- ///Dryer zone current loop break (Group = Dryer, Category = Critical)
+ ///Dryer zone current loop break. Cannot execute job (Group = Dryer, Category = Critical)
/// </summary>
[pbr::OriginalName("DRYER_HEATERS_ZONE_1_CURRENT_LOOP_BREAK")] DryerHeatersZone1CurrentLoopBreak = 4013,
/// <summary>
- ///Dryer zone current loop break (Group = Dryer, Category = Critical)
+ ///Dryer zone current loop break. Cannot execute job (Group = Dryer, Category = Critical)
/// </summary>
[pbr::OriginalName("DRYER_HEATERS_ZONE_2_CURRENT_LOOP_BREAK")] DryerHeatersZone2CurrentLoopBreak = 4014,
/// <summary>
- ///Dryer fan RPM is too low (Group = Dryer, Category = Warning)
+ ///Dryer fan RPM is too low. Cannot execute job (Group = Dryer, Category = Warning)
/// </summary>
[pbr::OriginalName("DRYER_FAN_RPM_TOO_LOW")] DryerFanRpmTooLow = 4015,
/// <summary>
- ///Dryer fan stopped (Group = Dryer, Category = Critical)
+ ///Dryer fan stopped. Cannot execute job (Group = Dryer, Category = Critical)
/// </summary>
[pbr::OriginalName("DRYER_FAN_STOPPED")] DryerFanStopped = 4016,
/// <summary>
- ///The current in dryer lid motor is too high (Group = Dryer, Category = Critical)
+ ///The current in dryer lid motor is too high. Cannot execute job (Group = Dryer, Category = Critical)
/// </summary>
[pbr::OriginalName("DRYER_LID_MOTOR_OVERCURRENT")] DryerLidMotorOvercurrent = 4017,
/// <summary>
- ///The temperature in the dryer lid motor is too high (Group = Dryer, Category = Critical)
+ ///The temperature in the dryer lid motor is too high. Cannot execute job (Group = Dryer, Category = Critical)
/// </summary>
[pbr::OriginalName("DRYER_LID_MOTOR_OVERTEMPERATURE")] DryerLidMotorOvertemperature = 4018,
/// <summary>
- ///Dryer lid motor stalled (Group = Dryer, Category = Critical)
+ ///Dryer lid motor stalled. Cannot execute job (Group = Dryer, Category = Critical)
/// </summary>
[pbr::OriginalName("DRYER_LID_MOTOR_STALL")] DryerLidMotorStall = 4019,
/// <summary>
- ///The dryer lid motor voltage is too low (Group = Dryer, Category = Critical)
+ ///The dryer lid motor voltage is too low. Cannot execute job (Group = Dryer, Category = Critical)
/// </summary>
[pbr::OriginalName("DRYER_LID_MOTOR_UNDERVOLTAGE")] DryerLidMotorUndervoltage = 4020,
/// <summary>
- ///The temperature in dryer zone 2 is too low (Group = Dryer, Category = Warning)
+ ///The temperature in dryer zone is too low. Cannot execute job (Group = Dryer, Category = Warning)
/// </summary>
[pbr::OriginalName("DRYER_ZONE_2_UNDERTEMPERATURE_A")] DryerZone2UndertemperatureA = 4021,
/// <summary>
- ///The temperature in dyeing head zone is too high (Group = DyeingHead, Category = Critical)
+ ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_1_OVERTEMPERATURE")] DyeingHeadZone1Overtemperature = 5000,
/// <summary>
- ///The temperature in dyeing head zone is too high (Group = DyeingHead, Category = Critical)
+ ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_2_OVERTEMPERATURE")] DyeingHeadZone2Overtemperature = 5001,
/// <summary>
- ///The temperature in dyeing head zone is too high (Group = DyeingHead, Category = Critical)
+ ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_3_OVERTEMPERATURE")] DyeingHeadZone3Overtemperature = 5002,
/// <summary>
- ///The temperature in dyeing head zone is too high (Group = DyeingHead, Category = Critical)
+ ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_4_OVERTEMPERATURE")] DyeingHeadZone4Overtemperature = 5003,
/// <summary>
- ///The temperature in dyeing head zone is too high (Group = DyeingHead, Category = Critical)
+ ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_5_OVERTEMPERATURE")] DyeingHeadZone5Overtemperature = 5004,
/// <summary>
- ///The temperature in dyeing head zone is too high (Group = DyeingHead, Category = Critical)
+ ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_6_OVERTEMPERATURE")] DyeingHeadZone6Overtemperature = 5005,
/// <summary>
- ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning)
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_1_UNDERTEMPERATURE_A")] DyeingHeadZone1UndertemperatureA = 5006,
/// <summary>
- ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning)
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_2_UNDERTEMPERATURE_A")] DyeingHeadZone2UndertemperatureA = 5007,
/// <summary>
- ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning)
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_3_UNDERTEMPERATURE_A")] DyeingHeadZone3UndertemperatureA = 5008,
/// <summary>
- ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning)
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_4_UNDERTEMPERATURE_A")] DyeingHeadZone4UndertemperatureA = 5009,
/// <summary>
- ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning)
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_5_UNDERTEMPERATURE_A")] DyeingHeadZone5UndertemperatureA = 5010,
/// <summary>
- ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning)
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_6_UNDERTEMPERATURE_A")] DyeingHeadZone6UndertemperatureA = 5011,
/// <summary>
- ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error)
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_1_UNDERTEMPERATURE_B")] DyeingHeadZone1UndertemperatureB = 5012,
/// <summary>
- ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error)
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_2_UNDERTEMPERATURE_B")] DyeingHeadZone2UndertemperatureB = 5013,
/// <summary>
- ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error)
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_3_UNDERTEMPERATURE_B")] DyeingHeadZone3UndertemperatureB = 5014,
/// <summary>
- ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error)
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_4_UNDERTEMPERATURE_B")] DyeingHeadZone4UndertemperatureB = 5015,
/// <summary>
- ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error)
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_5_UNDERTEMPERATURE_B")] DyeingHeadZone5UndertemperatureB = 5016,
/// <summary>
- ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error)
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_6_UNDERTEMPERATURE_B")] DyeingHeadZone6UndertemperatureB = 5017,
/// <summary>
- ///Dyeing head zone current is out of range (Group = DyeingHead, Category = Warning)
+ ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_1_CURRENT_OUT_OF_RANGE")] DyeingHeadZone1CurrentOutOfRange = 5018,
/// <summary>
- ///Dyeing head zone current is out of range (Group = DyeingHead, Category = Warning)
+ ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_2_CURRENT_OUT_OF_RANGE")] DyeingHeadZone2CurrentOutOfRange = 5019,
/// <summary>
- ///Dyeing head zone current is out of range (Group = DyeingHead, Category = Warning)
+ ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_3_CURRENT_OUT_OF_RANGE")] DyeingHeadZone3CurrentOutOfRange = 5020,
/// <summary>
- ///Dyeing head zone current is out of range (Group = DyeingHead, Category = Warning)
+ ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_4_CURRENT_OUT_OF_RANGE")] DyeingHeadZone4CurrentOutOfRange = 5021,
/// <summary>
- ///Dyeing head zone current is out of range (Group = DyeingHead, Category = Warning)
+ ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
/// </summary>
- [pbr::OriginalName("DYEING_HEAD_ZONE_5_6_CURRENT_OUT_OF_RANGE")] DyeingHeadZone56CurrentOutOfRange = 5022,
+ [pbr::OriginalName("DYEING_HEAD_ZONE_5_CURRENT_OUT_OF_RANGE")] DyeingHeadZone5CurrentOutOfRange = 5022,
/// <summary>
- ///Dyeing head zone current loop break (Group = DyeingHead, Category = Error)
+ ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_1_CURRENT_LOOP_BREAK")] DyeingHeadZone1CurrentLoopBreak = 5023,
/// <summary>
- ///Dyeing head zone current loop break (Group = DyeingHead, Category = Error)
+ ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_2_CURRENT_LOOP_BREAK")] DyeingHeadZone2CurrentLoopBreak = 5024,
/// <summary>
- ///Dyeing head zone current loop break (Group = DyeingHead, Category = Error)
+ ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_3_CURRENT_LOOP_BREAK")] DyeingHeadZone3CurrentLoopBreak = 5025,
/// <summary>
- ///Dyeing head zone current loop break (Group = DyeingHead, Category = Error)
+ ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_ZONE_4_CURRENT_LOOP_BREAK")] DyeingHeadZone4CurrentLoopBreak = 5026,
/// <summary>
- ///Dyeing head zone current loop break (Group = DyeingHead, Category = Error)
+ ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
/// </summary>
- [pbr::OriginalName("DYEING_HEAD_ZONE_5_6_CURRENT_LOOP_BREAK")] DyeingHeadZone56CurrentLoopBreak = 5027,
+ [pbr::OriginalName("DYEING_HEAD_ZONE_5_CURRENT_LOOP_BREAK")] DyeingHeadZone5CurrentLoopBreak = 5027,
/// <summary>
- ///Thermal cut-off (Group = DyeingHead, Category = Safety)
+ ///Thermal cut-off. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_THERMAL_CUTOFF")] DyeingHeadThermalCutoff = 5028,
/// <summary>
- ///Could not open the dyeing head cover (Group = DyeingHead, Category = Error)
+ ///Could not open the dyeing head cover. Cannot execute job (Group = DyeingHead, Category = Error)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_COVER_OPEN_TIMEOUT")] DyeingHeadCoverOpenTimeout = 5029,
/// <summary>
- ///Could not close the dyeing head cover (Group = DyeingHead, Category = Error)
+ ///Could not close the dyeing head cover. Cannot execute job (Group = DyeingHead, Category = Error)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_COVER_CLOSE_TIMEOUT")] DyeingHeadCoverCloseTimeout = 5030,
/// <summary>
- ///The current in the dyeing head cover motor is too high (Group = DyeingHead, Category = Critical)
+ ///The current in the dyeing head cover motor is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_COVER_MOTOR_OVERCURRENT")] DyeingHeadCoverMotorOvercurrent = 5031,
/// <summary>
- ///The temperature in the dyeing head cover motor is too high (Group = DyeingHead, Category = Critical)
+ ///The temperature in the dyeing head cover motor is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_COVER_MOTOR_OVERTEMPERATURE")] DyeingHeadCoverMotorOvertemperature = 5032,
/// <summary>
- ///Dyeing head cover motor stalled (Group = DyeingHead, Category = Critical)
+ ///Dyeing head cover motor stalled. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_COVER_MOTOR_STALL")] DyeingHeadCoverMotorStall = 5033,
/// <summary>
- ///The voltage in the dyeing head cover motor is too low (Group = DyeingHead, Category = Critical)
+ ///The voltage in the dyeing head cover motor is too low. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_COVER_MOTOR_UNDERVOLTAGE")] DyeingHeadCoverMotorUndervoltage = 5034,
/// <summary>
- ///The current in the dyeing head cleaning mechanism motor is too high (Group = DyeingHead, Category = Critical)
+ ///The current in the dyeing head cleaning mechanism motor is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_CLEANING_MECHANISM_MOTOR_OVERCURRENT")] DyeingHeadCleaningMechanismMotorOvercurrent = 5035,
/// <summary>
- ///The temperature in the dyeing head cleaning mechanism motor is too high (Group = DyeingHead, Category = Critical)
+ ///The temperature in the dyeing head cleaning mechanism motor is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_CLEANING_MECHANISM_MOTOR_OVERTEMPERATURE")] DyeingHeadCleaningMechanismMotorOvertemperature = 5036,
/// <summary>
- ///Dyeing head cleaning mechanism motor stalled (Group = DyeingHead, Category = Critical)
+ ///Dyeing head cleaning mechanism motor stalled. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_CLEANING_MECHANISM_MOTOR_STALL")] DyeingHeadCleaningMechanismMotorStall = 5037,
/// <summary>
- ///The voltage in dyeing head cleaning mechanism motor is too low (Group = DyeingHead, Category = Critical)
+ ///The voltage in dyeing head cleaning mechanism motor is too low. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_CLEANING_MECHANISM_MOTOR_UNDERVOLTAGE")] DyeingHeadCleaningMechanismMotorUndervoltage = 5038,
/// <summary>
- ///The current in the dyeing head cleaning head motor is too high (Group = DyeingHead, Category = Critical)
+ ///The current in the dyeing head cleaning head motor is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_CLEANING_HEAD_MOTOR_OVERCURRENT")] DyeingHeadCleaningHeadMotorOvercurrent = 5039,
/// <summary>
- ///The temperature in the dyeing head cleaning head motor is too high (Group = DyeingHead, Category = Critical)
+ ///The temperature in the dyeing head cleaning head motor is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_CLEANING_HEAD_MOTOR_OVERTEMPERATURE")] DyeingHeadCleaningHeadMotorOvertemperature = 5040,
/// <summary>
- ///Dyeing head cleaning mechanism motor stalled (Group = DyeingHead, Category = Critical)
+ ///Dyeing head cleaning mechanism motor stalled. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_CLEANING_HEAD_MOTOR_STALL")] DyeingHeadCleaningHeadMotorStall = 5041,
/// <summary>
- ///The voltage in dyeing head cleaning head motor is too low (Group = DyeingHead, Category = Critical)
+ ///The voltage in dyeing head cleaning head motor is too low. Cannot execute job (Group = DyeingHead, Category = Critical)
/// </summary>
[pbr::OriginalName("DYEING_HEAD_CLEANING_HEAD_MOTOR_UNDERVOLTAGE")] DyeingHeadCleaningHeadMotorUndervoltage = 5042,
/// <summary>
- ///The temperature in the mixer is too high (Group = Mixer, Category = Critical)
+ ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_7_OVERTEMPERATURE")] DyeingHeadZone7Overtemperature = 5043,
+ /// <summary>
+ ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_8_OVERTEMPERATURE")] DyeingHeadZone8Overtemperature = 5044,
+ /// <summary>
+ ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_9_OVERTEMPERATURE")] DyeingHeadZone9Overtemperature = 5045,
+ /// <summary>
+ ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_10_OVERTEMPERATURE")] DyeingHeadZone10Overtemperature = 5046,
+ /// <summary>
+ ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_11_OVERTEMPERATURE")] DyeingHeadZone11Overtemperature = 5047,
+ /// <summary>
+ ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_12_OVERTEMPERATURE")] DyeingHeadZone12Overtemperature = 5048,
+ /// <summary>
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_7_UNDERTEMPERATURE_A")] DyeingHeadZone7UndertemperatureA = 5049,
+ /// <summary>
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_8_UNDERTEMPERATURE_A")] DyeingHeadZone8UndertemperatureA = 5050,
+ /// <summary>
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_9_UNDERTEMPERATURE_A")] DyeingHeadZone9UndertemperatureA = 5051,
+ /// <summary>
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_10_UNDERTEMPERATURE_A")] DyeingHeadZone10UndertemperatureA = 5052,
+ /// <summary>
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_11_UNDERTEMPERATURE_A")] DyeingHeadZone11UndertemperatureA = 5053,
+ /// <summary>
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_12_UNDERTEMPERATURE_A")] DyeingHeadZone12UndertemperatureA = 5054,
+ /// <summary>
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_7_UNDERTEMPERATURE_B")] DyeingHeadZone7UndertemperatureB = 5055,
+ /// <summary>
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_8_UNDERTEMPERATURE_B")] DyeingHeadZone8UndertemperatureB = 5056,
+ /// <summary>
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_9_UNDERTEMPERATURE_B")] DyeingHeadZone9UndertemperatureB = 5057,
+ /// <summary>
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_10_UNDERTEMPERATURE_B")] DyeingHeadZone10UndertemperatureB = 5058,
+ /// <summary>
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_11_UNDERTEMPERATURE_B")] DyeingHeadZone11UndertemperatureB = 5059,
+ /// <summary>
+ ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_12_UNDERTEMPERATURE_B")] DyeingHeadZone12UndertemperatureB = 5060,
+ /// <summary>
+ ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_6_CURRENT_OUT_OF_RANGE")] DyeingHeadZone6CurrentOutOfRange = 5061,
+ /// <summary>
+ ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_7_CURRENT_OUT_OF_RANGE")] DyeingHeadZone7CurrentOutOfRange = 5062,
+ /// <summary>
+ ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_8_CURRENT_OUT_OF_RANGE")] DyeingHeadZone8CurrentOutOfRange = 5063,
+ /// <summary>
+ ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_9_CURRENT_OUT_OF_RANGE")] DyeingHeadZone9CurrentOutOfRange = 5064,
+ /// <summary>
+ ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_10_CURRENT_OUT_OF_RANGE")] DyeingHeadZone10CurrentOutOfRange = 5065,
+ /// <summary>
+ ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_11_CURRENT_OUT_OF_RANGE")] DyeingHeadZone11CurrentOutOfRange = 5066,
+ /// <summary>
+ ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_12_CURRENT_OUT_OF_RANGE")] DyeingHeadZone12CurrentOutOfRange = 5067,
+ /// <summary>
+ ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_6_CURRENT_LOOP_BREAK")] DyeingHeadZone6CurrentLoopBreak = 5068,
+ /// <summary>
+ ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_7_CURRENT_LOOP_BREAK")] DyeingHeadZone7CurrentLoopBreak = 5069,
+ /// <summary>
+ ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_8_CURRENT_LOOP_BREAK")] DyeingHeadZone8CurrentLoopBreak = 5070,
+ /// <summary>
+ ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_9_CURRENT_LOOP_BREAK")] DyeingHeadZone9CurrentLoopBreak = 5071,
+ /// <summary>
+ ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_10_CURRENT_LOOP_BREAK")] DyeingHeadZone10CurrentLoopBreak = 5072,
+ /// <summary>
+ ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_11_CURRENT_LOOP_BREAK")] DyeingHeadZone11CurrentLoopBreak = 5073,
+ /// <summary>
+ ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_ZONE_12_CURRENT_LOOP_BREAK")] DyeingHeadZone12CurrentLoopBreak = 5074,
+ /// <summary>
+ ///The temperature in dyeing head blower is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_BLOWER_1_OVERTEMPERATURE")] DyeingHeadBlower1Overtemperature = 5075,
+ /// <summary>
+ ///The temperature in dyeing head blower is too high. Cannot execute job (Group = DyeingHead, Category = Critical)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_BLOWER_2_OVERTEMPERATURE")] DyeingHeadBlower2Overtemperature = 5076,
+ /// <summary>
+ ///The temperature in dyeing head blower is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_BLOWER_1_UNDERTEMPERATURE_A")] DyeingHeadBlower1UndertemperatureA = 5077,
+ /// <summary>
+ ///The temperature in dyeing head blower is too low. Cannot execute job (Group = DyeingHead, Category = Warning)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_BLOWER_2_UNDERTEMPERATURE_A")] DyeingHeadBlower2UndertemperatureA = 5078,
+ /// <summary>
+ ///The temperature in dyeing head blower is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_BLOWER_1_UNDERTEMPERATURE_B")] DyeingHeadBlower1UndertemperatureB = 5079,
+ /// <summary>
+ ///The temperature in dyeing head blower is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_BLOWER_2_UNDERTEMPERATURE_B")] DyeingHeadBlower2UndertemperatureB = 5080,
+ /// <summary>
+ ///Dyeing head blower current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_BLOWER_1_CURRENT_OUT_OF_RANGE")] DyeingHeadBlower1CurrentOutOfRange = 5081,
+ /// <summary>
+ ///Dyeing head blower current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_BLOWER_2_CURRENT_OUT_OF_RANGE")] DyeingHeadBlower2CurrentOutOfRange = 5082,
+ /// <summary>
+ ///Dyeing head blower current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_BLOWER_1_CURRENT_LOOP_BREAK")] DyeingHeadBlower1CurrentLoopBreak = 5083,
+ /// <summary>
+ ///Dyeing head blower current loop break. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_BLOWER_2_CURRENT_LOOP_BREAK")] DyeingHeadBlower2CurrentLoopBreak = 5084,
+ /// <summary>
+ ///Dyeing head blower fan has stopped. Cannot execute job (Group = DyeingHead, Category = Critical)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_BLOWER_1_FAN_STOPPED")] DyeingHeadBlower1FanStopped = 5085,
+ /// <summary>
+ ///Dyeing head blower fan has stopped. Cannot execute job (Group = DyeingHead, Category = Critical)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_BLOWER_2_FAN_STOPPED")] DyeingHeadBlower2FanStopped = 5086,
+ /// <summary>
+ ///Dyeing head blower fan RPM is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_BLOWER_1_FAN_RPM_TOO_LOW")] DyeingHeadBlower1FanRpmTooLow = 5087,
+ /// <summary>
+ ///Dyeing head blower fan RPM is too low. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_BLOWER_2_FAN_RPM_TOO_LOW")] DyeingHeadBlower2FanRpmTooLow = 5088,
+ /// <summary>
+ ///Dyeing head actuator did not reach position. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_RIGHT_ACTUATOR_UP_TIMEOUT")] DyeingHeadRightActuatorUpTimeout = 5089,
+ /// <summary>
+ ///Dyeing head actuator did not reach position. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_LEFT_ACTUATOR_UP_TIMEOUT")] DyeingHeadLeftActuatorUpTimeout = 5090,
+ /// <summary>
+ ///Dyeing head actuator did not reach position. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_RIGHT_ACTUATOR_DOWN_TIMEOUT")] DyeingHeadRightActuatorDownTimeout = 5091,
+ /// <summary>
+ ///Dyeing head actuator did not reach position. Cannot execute job (Group = DyeingHead, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("DYEING_HEAD_LEFT_ACTUATOR_DOWN_TIMEOUT")] DyeingHeadLeftActuatorDownTimeout = 5092,
+ /// <summary>
+ ///The temperature in the mixer is too high. Cannot execute job (Group = Mixer, Category = Critical)
/// </summary>
[pbr::OriginalName("MIXER_OVERTEMPERATURE")] MixerOvertemperature = 6000,
/// <summary>
- ///The temperature in the mixer is too low (Group = Mixer, Category = Warning)
+ ///The temperature in the mixer is too low. Cannot execute job (Group = Mixer, Category = Warning)
/// </summary>
[pbr::OriginalName("MIXER_UNDERTEMPERATURE_A")] MixerUndertemperatureA = 6001,
/// <summary>
- ///The temperature in the mixer is too low (Group = Mixer, Category = Error)
+ ///The temperature in the mixer is too low. Cannot execute job (Group = Mixer, Category = Error)
/// </summary>
[pbr::OriginalName("MIXER_UNDERTEMPERATURE_B")] MixerUndertemperatureB = 6002,
/// <summary>
- ///Thermal cutoff (Group = Mixer, Category = Safety)
+ ///Thermal cutoff. Cannot execute job (Group = Mixer, Category = Critical)
/// </summary>
[pbr::OriginalName("MIXER_THERMAL_CUTOFF")] MixerThermalCutoff = 6003,
/// <summary>
- ///Mixer current is out of range (Group = Mixer, Category = Warning)
+ ///Mixer current is out of range. Cannot execute job (Group = Mixer, Category = Warning)
/// </summary>
[pbr::OriginalName("MIXER_CURRENT_OUT_OF_RANGE")] MixerCurrentOutOfRange = 6004,
/// <summary>
- ///Mixer current loop break (Group = Mixer, Category = Error)
+ ///Mixer current loop break. Cannot execute job (Group = Mixer, Category = Error)
/// </summary>
[pbr::OriginalName("MIXER_CURRENT_LOOP_BREAK")] MixerCurrentLoopBreak = 6005,
/// <summary>
- ///Overpressure in black dispenser (Group = Dispensers, Category = Critical)
+ ///Overpressure in black dispenser . Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_1_OVERPRESSURE")] Dispenser1Overpressure = 7000,
/// <summary>
- ///Overpressure in cyan dispenser (Group = Dispensers, Category = Critical)
+ ///Overpressure in cyan dispenser. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_2_OVERPRESSURE")] Dispenser2Overpressure = 7001,
/// <summary>
- ///Overpressure in magenta dispenser (Group = Dispensers, Category = Critical)
+ ///Overpressure in magenta dispenser. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_3_OVERPRESSURE")] Dispenser3Overpressure = 7002,
/// <summary>
- ///Overpressure in yellow dispenser (Group = Dispensers, Category = Critical)
+ ///Overpressure in yellow dispenser. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_4_OVERPRESSURE")] Dispenser4Overpressure = 7003,
/// <summary>
- ///Overpressure in transparent ink dispenser (Group = Dispensers, Category = Critical)
+ ///Overpressure in transparent ink dispenser. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_5_OVERPRESSURE")] Dispenser5Overpressure = 7004,
/// <summary>
- ///Overpressure in spot color 1 dispenser (Group = Dispensers, Category = Critical)
+ ///Overpressure in spot color 1 dispenser. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_6_OVERPRESSURE")] Dispenser6Overpressure = 7005,
/// <summary>
- ///Overpressure in cleaner dispenser (Group = Dispensers, Category = Critical)
+ ///Overpressure in cleaner dispenser. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_7_OVERPRESSURE")] Dispenser7Overpressure = 7006,
/// <summary>
- ///Overpressure in lubricant dispenser (Group = Dispensers, Category = Critical)
+ ///Overpressure in lubricant dispenser. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_8_OVERPRESSURE")] Dispenser8Overpressure = 7007,
/// <summary>
- ///The pressure in black dispenser is too low (Group = Dispensers, Category = Critical)
+ ///The pressure in black dispenser is too low. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_1_UNDERPRESSURE")] Dispenser1Underpressure = 7008,
/// <summary>
- ///The pressure in cyan dispenser is too low (Group = Dispensers, Category = Critical)
+ ///The pressure in cyan dispenser is too low. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_2_UNDERPRESSURE")] Dispenser2Underpressure = 7009,
/// <summary>
- ///The pressure in magenta dispenser is too low (Group = Dispensers, Category = Critical)
+ ///The pressure in magenta dispenser is too low. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_3_UNDERPRESSURE")] Dispenser3Underpressure = 7010,
/// <summary>
- ///The pressure in yellow dispenser is too low (Group = Dispensers, Category = Critical)
+ ///The pressure in yellow dispenser is too low. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_4_UNDERPRESSURE")] Dispenser4Underpressure = 7011,
/// <summary>
- ///The pressure in transparent ink dispenser is too low (Group = Dispensers, Category = Critical)
+ ///The pressure in transparent ink dispenser is too low. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_5_UNDERPRESSURE")] Dispenser5Underpressure = 7012,
/// <summary>
- ///The pressure in spot color 1 dispenser is too low (Group = Dispensers, Category = Critical)
+ ///The pressure in spot color 1 dispenser is too low. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_6_UNDERPRESSURE")] Dispenser6Underpressure = 7013,
/// <summary>
- ///The pressure in cleaner dispenser is too low (Group = Dispensers, Category = Critical)
+ ///The pressure in cleaner dispenser is too low. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_7_UNDERPRESSURE")] Dispenser7Underpressure = 7014,
/// <summary>
- ///The pressure in lubricant dispenser is too low (Group = Dispensers, Category = Critical)
+ ///The pressure in lubricant dispenser is too low. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_8_UNDERPRESSURE")] Dispenser8Underpressure = 7015,
/// <summary>
@@ -986,259 +1245,259 @@ namespace Tango.PMR.Diagnostics {
/// </summary>
[pbr::OriginalName("DISPENSER_8_EMPTY")] Dispenser8Empty = 7023,
/// <summary>
- ///Dispenser problem (Group = Dispensers, Category = Error)
+ ///Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_1_REFILL_FAILURE")] Dispenser1RefillFailure = 7024,
/// <summary>
- ///Dispenser problem (Group = Dispensers, Category = Error)
+ ///Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_2_REFILL_FAILURE")] Dispenser2RefillFailure = 7025,
/// <summary>
- ///Dispenser problem (Group = Dispensers, Category = Error)
+ ///Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_3_REFILL_FAILURE")] Dispenser3RefillFailure = 7026,
/// <summary>
- ///Dispenser problem (Group = Dispensers, Category = Error)
+ ///Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_4_REFILL_FAILURE")] Dispenser4RefillFailure = 7027,
/// <summary>
- ///Dispenser problem (Group = Dispensers, Category = Error)
+ ///Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_5_REFILL_FAILURE")] Dispenser5RefillFailure = 7028,
/// <summary>
- ///Dispenser problem (Group = Dispensers, Category = Error)
+ ///Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_6_REFILL_FAILURE")] Dispenser6RefillFailure = 7029,
/// <summary>
- ///Dispenser problem (Group = Dispensers, Category = Error)
+ ///Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_7_REFILL_FAILURE")] Dispenser7RefillFailure = 7030,
/// <summary>
- ///Dispenser problem (Group = Dispensers, Category = Error)
+ ///Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_8_REFILL_FAILURE")] Dispenser8RefillFailure = 7031,
/// <summary>
- ///Black dispenser motor current is too high (Group = Dispensers, Category = Critical)
+ ///Black dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_1_MOTOR_OVERCURRENT")] Dispenser1MotorOvercurrent = 7032,
/// <summary>
- ///Cyan dispenser motor current is too high (Group = Dispensers, Category = Critical)
+ ///Cyan dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_2_MOTOR_OVERCURRENT")] Dispenser2MotorOvercurrent = 7033,
/// <summary>
- ///Magenta dispenser motor current is too high (Group = Dispensers, Category = Critical)
+ ///Magenta dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_3_MOTOR_OVERCURRENT")] Dispenser3MotorOvercurrent = 7034,
/// <summary>
- ///Yellow dispenser motor current is too high (Group = Dispensers, Category = Critical)
+ ///Yellow dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_4_MOTOR_OVERCURRENT")] Dispenser4MotorOvercurrent = 7035,
/// <summary>
- ///Transparent ink dispenser motor current is too high (Group = Dispensers, Category = Critical)
+ ///Transparent ink dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_5_MOTOR_OVERCURRENT")] Dispenser5MotorOvercurrent = 7036,
/// <summary>
- ///Spot color 1 dispenser motor current is too high (Group = Dispensers, Category = Critical)
+ ///Spot color 1 dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_6_MOTOR_OVERCURRENT")] Dispenser6MotorOvercurrent = 7037,
/// <summary>
- ///Cleaner dispenser motor current is too high (Group = Dispensers, Category = Critical)
+ ///Cleaner dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_7_MOTOR_OVERCURRENT")] Dispenser7MotorOvercurrent = 7038,
/// <summary>
- ///Lubricant dispenser motor current is too high (Group = Dispensers, Category = Critical)
+ ///Lubricant dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_8_MOTOR_OVERCURRENT")] Dispenser8MotorOvercurrent = 7039,
/// <summary>
- ///Black dispenser motor temperature is too high (Group = Dispensers, Category = Critical)
+ ///Black dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_1_MOTOR_OVERTEMPERATURE")] Dispenser1MotorOvertemperature = 7040,
/// <summary>
- ///Cyan dispenser motor temperature is too high (Group = Dispensers, Category = Critical)
+ ///Cyan dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_2_MOTOR_OVERTEMPERATURE")] Dispenser2MotorOvertemperature = 7041,
/// <summary>
- ///Magenta dispenser motor temperature is too high (Group = Dispensers, Category = Critical)
+ ///Magenta dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_3_MOTOR_OVERTEMPERATURE")] Dispenser3MotorOvertemperature = 7042,
/// <summary>
- ///Yellow dispenser motor temperature is too high (Group = Dispensers, Category = Critical)
+ ///Yellow dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_4_MOTOR_OVERTEMPERATURE")] Dispenser4MotorOvertemperature = 7043,
/// <summary>
- ///Transparent ink dispenser motor temperature is too high (Group = Dispensers, Category = Critical)
+ ///Transparent ink dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_5_MOTOR_OVERTEMPERATURE")] Dispenser5MotorOvertemperature = 7044,
/// <summary>
- ///Spot color 1 dispenser motor temperature is too high (Group = Dispensers, Category = Critical)
+ ///Spot color 1 dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_6_MOTOR_OVERTEMPERATURE")] Dispenser6MotorOvertemperature = 7045,
/// <summary>
- ///Cleaner dispenser motor temperature is too high (Group = Dispensers, Category = Critical)
+ ///Cleaner dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_7_MOTOR_OVERTEMPERATURE")] Dispenser7MotorOvertemperature = 7046,
/// <summary>
- ///Lubricant dispenser motor temperature is too high (Group = Dispensers, Category = Critical)
+ ///Lubricant dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_8_MOTOR_OVERTEMPERATURE")] Dispenser8MotorOvertemperature = 7047,
/// <summary>
- ///Black dispenser motor stalled (Group = Dispensers, Category = Critical)
+ ///Black dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_1_MOTOR_STALL")] Dispenser1MotorStall = 7048,
/// <summary>
- ///Cyan dispenser motor stalled (Group = Dispensers, Category = Critical)
+ ///Cyan dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_2_MOTOR_STALL")] Dispenser2MotorStall = 7049,
/// <summary>
- ///Magenta dispenser motor stalled (Group = Dispensers, Category = Critical)
+ ///Magenta dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_3_MOTOR_STALL")] Dispenser3MotorStall = 7050,
/// <summary>
- ///Yellow dispenser 4 motor stalled (Group = Dispensers, Category = Critical)
+ ///Yellow dispenser 4 motor stalled. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_4_MOTOR_STALL")] Dispenser4MotorStall = 7051,
/// <summary>
- ///Transparent ink dispenser motor stalled (Group = Dispensers, Category = Critical)
+ ///Transparent ink dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_5_MOTOR_STALL")] Dispenser5MotorStall = 7052,
/// <summary>
- ///Spot color 1 dispenser motor stalled (Group = Dispensers, Category = Critical)
+ ///Spot color 1 dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_6_MOTOR_STALL")] Dispenser6MotorStall = 7053,
/// <summary>
- ///Cleaner dispenser motor stalled (Group = Dispensers, Category = Critical)
+ ///Cleaner dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_7_MOTOR_STALL")] Dispenser7MotorStall = 7054,
/// <summary>
- ///Lubricant dispenser motor stalled (Group = Dispensers, Category = Critical)
+ ///Lubricant dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_8_MOTOR_STALL")] Dispenser8MotorStall = 7055,
/// <summary>
- ///Black dispenser motor voltage is too low (Group = Dispensers, Category = Critical)
+ ///Black dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_1_MOTOR_UNDERVOLTAGE")] Dispenser1MotorUndervoltage = 7056,
/// <summary>
- ///Cyan dispenser motor voltage is too low (Group = Dispensers, Category = Critical)
+ ///Cyan dispenser motor voltage is too low Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_2_MOTOR_UNDERVOLTAGE")] Dispenser2MotorUndervoltage = 7057,
/// <summary>
- ///Magenta dispenser motor voltage is too low (Group = Dispensers, Category = Critical)
+ ///Magenta dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_3_MOTOR_UNDERVOLTAGE")] Dispenser3MotorUndervoltage = 7058,
/// <summary>
- ///Yellow dispenser motor voltage is too low (Group = Dispensers, Category = Critical)
+ ///Yellow dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_4_MOTOR_UNDERVOLTAGE")] Dispenser4MotorUndervoltage = 7059,
/// <summary>
- ///Transparent ink dispenser motor voltage is too low (Group = Dispensers, Category = Critical)
+ ///Transparent ink dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_5_MOTOR_UNDERVOLTAGE")] Dispenser5MotorUndervoltage = 7060,
/// <summary>
- ///Spot color 1 dispenser motor voltage is too low (Group = Dispensers, Category = Critical)
+ ///Spot color 1 dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_6_MOTOR_UNDERVOLTAGE")] Dispenser6MotorUndervoltage = 7061,
/// <summary>
- ///Cleaner dispenser motor voltage is too low (Group = Dispensers, Category = Critical)
+ ///Cleaner dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_7_MOTOR_UNDERVOLTAGE")] Dispenser7MotorUndervoltage = 7062,
/// <summary>
- ///Lubricant dispenser motor voltage is too low (Group = Dispensers, Category = Critical)
+ ///Lubricant dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Critical)
/// </summary>
[pbr::OriginalName("DISPENSER_8_MOTOR_UNDERVOLTAGE")] Dispenser8MotorUndervoltage = 7063,
/// <summary>
- ///Black dispenser is at the upper limit (Group = Dispensers, Category = Error)
+ ///Black dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_1_UPPER_HARD_LIMIT")] Dispenser1UpperHardLimit = 7064,
/// <summary>
- ///Cyan dispenser is at the upper limit (Group = Dispensers, Category = Error)
+ ///Cyan dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_2_UPPER_HARD_LIMIT")] Dispenser2UpperHardLimit = 7065,
/// <summary>
- ///Magenta dispenser is at the upper limit (Group = Dispensers, Category = Error)
+ ///Magenta dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_3_UPPER_HARD_LIMIT")] Dispenser3UpperHardLimit = 7066,
/// <summary>
- ///Yellow dispenser is at the upper limit (Group = Dispensers, Category = Error)
+ ///Yellow dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_4_UPPER_HARD_LIMIT")] Dispenser4UpperHardLimit = 7067,
/// <summary>
- ///Transparent ink dispenser is at the upper limit (Group = Dispensers, Category = Error)
+ ///Transparent ink dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_5_UPPER_HARD_LIMIT")] Dispenser5UpperHardLimit = 7068,
/// <summary>
- ///Spot color 1 Dispenser is at the upper limit (Group = Dispensers, Category = Error)
+ ///Spot color 1 dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_6_UPPER_HARD_LIMIT")] Dispenser6UpperHardLimit = 7069,
/// <summary>
- ///Cleaner dispenser is at the upper limit (Group = Dispensers, Category = Error)
+ ///Cleaner dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_7_UPPER_HARD_LIMIT")] Dispenser7UpperHardLimit = 7070,
/// <summary>
- ///Lubricant dispenser is at the upper limit (Group = Dispensers, Category = Error)
+ ///Lubricant dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_8_UPPER_HARD_LIMIT")] Dispenser8UpperHardLimit = 7071,
/// <summary>
- ///Black dispenser is at the lower limit (Group = Dispensers, Category = Error)
+ ///Black dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_1_LOWER_HARD_LIMIT")] Dispenser1LowerHardLimit = 7072,
/// <summary>
- ///Cyan dispenser is at the lower limit (Group = Dispensers, Category = Error)
+ ///Cyan dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_2_LOWER_HARD_LIMIT")] Dispenser2LowerHardLimit = 7073,
/// <summary>
- ///Magenta dispenser is at the lower limit (Group = Dispensers, Category = Error)
+ ///Magenta dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_3_LOWER_HARD_LIMIT")] Dispenser3LowerHardLimit = 7074,
/// <summary>
- ///Yellow dispenser is at the lower limit (Group = Dispensers, Category = Error)
+ ///Yellow dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_4_LOWER_HARD_LIMIT")] Dispenser4LowerHardLimit = 7075,
/// <summary>
- ///Transparent ink dispenser is at the lower limit (Group = Dispensers, Category = Error)
+ ///Transparent ink dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_5_LOWER_HARD_LIMIT")] Dispenser5LowerHardLimit = 7076,
/// <summary>
- ///Spot color 1 dispenser is at the lower limit (Group = Dispensers, Category = Error)
+ ///Spot color 1 dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_6_LOWER_HARD_LIMIT")] Dispenser6LowerHardLimit = 7077,
/// <summary>
- ///Cleaner dispenser is at the lower limit (Group = Dispensers, Category = Error)
+ ///Cleaner dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_7_LOWER_HARD_LIMIT")] Dispenser7LowerHardLimit = 7078,
/// <summary>
- ///Lubricant dispenser is at the lower limit (Group = Dispensers, Category = Error)
+ ///Lubricant dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_8_LOWER_HARD_LIMIT")] Dispenser8LowerHardLimit = 7079,
/// <summary>
- ///Pressure in black dispenser is too high (Group = Dispensers, Category = Error)
+ ///Pressure in black dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_1_HIGH_PRESSURE")] Dispenser1HighPressure = 7080,
/// <summary>
- ///Pressure in cyan dispenser is too high (Group = Dispensers, Category = Error)
+ ///Pressure in cyan dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_2_HIGH_PRESSURE")] Dispenser2HighPressure = 7081,
/// <summary>
- ///Pressure in magenta dispenser is too high (Group = Dispensers, Category = Error)
+ ///Pressure in magenta dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_3_HIGH_PRESSURE")] Dispenser3HighPressure = 7082,
/// <summary>
- ///Pressure in yellow dispenser is too high (Group = Dispensers, Category = Error)
+ ///Pressure in yellow dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_4_HIGH_PRESSURE")] Dispenser4HighPressure = 7083,
/// <summary>
- ///Pressure in transparent ink dispenser is too high (Group = Dispensers, Category = Error)
+ ///Pressure in transparent ink dispenser is too high. Cannot execue job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_5_HIGH_PRESSURE")] Dispenser5HighPressure = 7084,
/// <summary>
- ///Pressure in spot color 1 dispenser is too high (Group = Dispensers, Category = Error)
+ ///Pressure in spot color 1 dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_6_HIGH_PRESSURE")] Dispenser6HighPressure = 7085,
/// <summary>
- ///Pressure in cleaner dispenser 7 is too high (Group = Dispensers, Category = Error)
+ ///Pressure in cleaner dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_7_HIGH_PRESSURE")] Dispenser7HighPressure = 7086,
/// <summary>
- ///Pressure in lubricant dispenser is too high (Group = Dispensers, Category = Error)
+ ///Pressure in lubricant dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error)
/// </summary>
[pbr::OriginalName("DISPENSER_8_HIGH_PRESSURE")] Dispenser8HighPressure = 7087,
/// <summary>
@@ -1274,159 +1533,215 @@ namespace Tango.PMR.Diagnostics {
/// </summary>
[pbr::OriginalName("MID_TANK_8_LOW_LEVEL")] MidTank8LowLevel = 8007,
/// <summary>
- ///Black ink is empty (Group = InkDeliverySystem, Category = Error)
+ ///Black ink is empty. Cannnot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_1_EMPTY")] MidTank1Empty = 8008,
/// <summary>
- ///Cyan ink is empty (Group = InkDeliverySystem, Category = Error)
+ ///Cyan ink is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_2_EMPTY")] MidTank2Empty = 8009,
/// <summary>
- ///Magenta ink is empty (Group = InkDeliverySystem, Category = Error)
+ ///Magenta ink is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_3_EMPTY")] MidTank3Empty = 8010,
/// <summary>
- ///Yellow ink is empty (Group = InkDeliverySystem, Category = Error)
+ ///Yellow ink is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_4_EMPTY")] MidTank4Empty = 8011,
/// <summary>
- ///Transparent ink is empty (Group = InkDeliverySystem, Category = Error)
+ ///Transparent ink is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_5_EMPTY")] MidTank5Empty = 8012,
/// <summary>
- ///Spot color I is empty (Group = InkDeliverySystem, Category = Error)
+ ///Spot color I is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_6_EMPTY")] MidTank6Empty = 8013,
/// <summary>
- ///Cleaner is empty (Group = InkDeliverySystem, Category = Error)
+ ///Cleaner is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_7_EMPTY")] MidTank7Empty = 8014,
/// <summary>
- ///Lubricant is empty (Group = InkDeliverySystem, Category = Error)
+ ///Lubricant is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_8_EMPTY")] MidTank8Empty = 8015,
/// <summary>
- ///Black ink overflow (Group = InkDeliverySystem, Category = Error)
+ ///Black ink overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_1_OVERFLOW")] MidTank1Overflow = 8016,
/// <summary>
- ///Cyan ink overflow (Group = InkDeliverySystem, Category = Error)
+ ///Cyan ink overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_2_OVERFLOW")] MidTank2Overflow = 8017,
/// <summary>
- ///Magenta ink overflow (Group = InkDeliverySystem, Category = Error)
+ ///Magenta ink overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_3_OVERFLOW")] MidTank3Overflow = 8018,
/// <summary>
- ///Yellow ink overflow (Group = InkDeliverySystem, Category = Error)
+ ///Yellow ink overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_4_OVERFLOW")] MidTank4Overflow = 8019,
/// <summary>
- ///Transparent ink overflow (Group = InkDeliverySystem, Category = Error)
+ ///Transparent ink overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_5_OVERFLOW")] MidTank5Overflow = 8020,
/// <summary>
- ///Spot color 1 overflow (Group = InkDeliverySystem, Category = Error)
+ ///Spot color 1 overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_6_OVERFLOW")] MidTank6Overflow = 8021,
/// <summary>
- ///Cleaner overflow (Group = InkDeliverySystem, Category = Error)
+ ///Cleaner overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_7_OVERFLOW")] MidTank7Overflow = 8022,
/// <summary>
- ///Lubricant overflow (Group = InkDeliverySystem, Category = Error)
+ ///Lubricant overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_8_OVERFLOW")] MidTank8Overflow = 8023,
/// <summary>
- ///Failed to fill black ink (Group = InkDeliverySystem, Category = Error)
+ ///Failed to fill black ink. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_1_FILL_TIMEOUT")] MidTank1FillTimeout = 8024,
/// <summary>
- ///Failed to fill cyan ink (Group = InkDeliverySystem, Category = Error)
+ ///Failed to fill cyan ink. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_2_FILL_TIMEOUT")] MidTank2FillTimeout = 8025,
/// <summary>
- ///Failed to fill magenta ink (Group = InkDeliverySystem, Category = Error)
+ ///Failed to fill magenta ink. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_3_FILL_TIMEOUT")] MidTank3FillTimeout = 8026,
/// <summary>
- ///Failed to fill yellow ink (Group = InkDeliverySystem, Category = Error)
+ ///Failed to fill yellow ink. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_4_FILL_TIMEOUT")] MidTank4FillTimeout = 8027,
/// <summary>
- ///Failed to fill transparent ink (Group = InkDeliverySystem, Category = Error)
+ ///Failed to fill transparent ink. Canot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_5_FILL_TIMEOUT")] MidTank5FillTimeout = 8028,
/// <summary>
- ///Failed to fill spot color 1 ink (Group = InkDeliverySystem, Category = Error)
+ ///Failed to fill spot color 1 ink. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_6_FILL_TIMEOUT")] MidTank6FillTimeout = 8029,
/// <summary>
- ///Failed to fill cleaner (Group = InkDeliverySystem, Category = Error)
+ ///Failed to fill cleaner. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_7_FILL_TIMEOUT")] MidTank7FillTimeout = 8030,
/// <summary>
- ///Failed to fill lubricant (Group = InkDeliverySystem, Category = Error)
+ ///Failed to fill lubricant. Cannot execute job (Group = InkDeliverySystem, Category = Error)
/// </summary>
[pbr::OriginalName("MID_TANK_8_FILL_TIMEOUT")] MidTank8FillTimeout = 8031,
/// <summary>
- ///Cannot detect air filter (Group = WasteHandlingSystem, Category = Safety)
+ ///Cannot detect air filter. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("AIR_FILTER_NOT_INSTALLED")] AirFilterNotInstalled = 9000,
/// <summary>
- ///Air filter clogged (Group = WasteHandlingSystem, Category = Error)
+ ///Air filter clogged. Cannot execute job (Group = WasteHandlingSystem, Category = Error)
/// </summary>
[pbr::OriginalName("AIR_FILTER_CLOGGED")] AirFilterClogged = 9001,
/// <summary>
- ///Recycled ink emptying failure (Group = WasteHandlingSystem, Category = Error)
+ ///Recycled ink emptying failure. Cannot execute job (Group = WasteHandlingSystem, Category = Error)
/// </summary>
[pbr::OriginalName("WASTE_CONTAINER_EMPTYING_TIMEOUT")] WasteContainerEmptyingTimeout = 9002,
/// <summary>
- ///No suction in the recycled ink handling system (Group = WasteHandlingSystem, Category = Safety)
+ ///No suction in the recycled ink handling system. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("NO_AIR_PRESSURE")] NoAirPressure = 9003,
/// <summary>
- ///Overflow in recycled ink container (Group = WasteHandlingSystem, Category = Critical)
+ ///Overflow in recycled ink container. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("WASTE_CONTAINER_OVERFLOW")] WasteContainerOverflow = 9004,
/// <summary>
- ///Air quality alert (Group = WasteHandlingSystem, Category = Critical)
+ ///Air quality alert. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("VOC_SENSOR_ALARM_TIME")] VocSensorAlarmTime = 9005,
/// <summary>
- ///Chiller malfunction (Group = WasteHandlingSystem, Category = Critical)
+ ///Chiller malfunction. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("CHILLER_DRY_CONTACT")] ChillerDryContact = 9006,
/// <summary>
- ///Insufficient air flow (Group = WasteHandlingSystem, Category = Critical)
+ ///Insufficient air flow. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("INSUFFICIENT_AIR_FLOW")] InsufficientAirFlow = 9007,
/// <summary>
- ///Air quality alert (Group = WasteHandlingSystem, Category = Critical)
+ ///Air quality alert. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
/// </summary>
[pbr::OriginalName("VOC_SENSOR_ALARM_SLOPE")] VocSensorAlarmSlope = 9008,
/// <summary>
- ///Cannot detect ink cartridge (Group = InkFillingSystem, Category = Error)
+ ///Pre-cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
+ /// </summary>
+ [pbr::OriginalName("PRE_COOLER_FAN_1_STOPPED")] PreCoolerFan1Stopped = 9009,
+ /// <summary>
+ ///Pre-cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
+ /// </summary>
+ [pbr::OriginalName("PRE_COOLER_FAN_2_STOPPED")] PreCoolerFan2Stopped = 9010,
+ /// <summary>
+ ///Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
+ /// </summary>
+ [pbr::OriginalName("COOLER_FAN_1_STOPPED")] CoolerFan1Stopped = 9011,
+ /// <summary>
+ ///Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
+ /// </summary>
+ [pbr::OriginalName("COOLER_FAN_2_STOPPED")] CoolerFan2Stopped = 9012,
+ /// <summary>
+ ///Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
+ /// </summary>
+ [pbr::OriginalName("COOLER_FAN_3_STOPPED")] CoolerFan3Stopped = 9013,
+ /// <summary>
+ ///Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
+ /// </summary>
+ [pbr::OriginalName("COOLER_FAN_4_STOPPED")] CoolerFan4Stopped = 9014,
+ /// <summary>
+ ///Pre-cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("PRE_COOLER_FAN_1_RPM_TOO_LOW")] PreCoolerFan1RpmTooLow = 9015,
+ /// <summary>
+ ///Pre-cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("PRE_COOLER_FAN_2_RPM_TOO_LOW")] PreCoolerFan2RpmTooLow = 9016,
+ /// <summary>
+ ///Cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("COOLER_FAN_1_RPM_TOO_LOW")] CoolerFan1RpmTooLow = 9017,
+ /// <summary>
+ ///Cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("COOLER_FAN_2_RPM_TOO_LOW")] CoolerFan2RpmTooLow = 9018,
+ /// <summary>
+ ///Cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("COOLER_FAN_3_RPM_TOO_LOW")] CoolerFan3RpmTooLow = 9019,
+ /// <summary>
+ ///Cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("COOLER_FAN_4_RPM_TOO_LOW")] CoolerFan4RpmTooLow = 9020,
+ /// <summary>
+ ///Cooler temperature is too high. Cannot execute job (Group = WasteHandlingSystem, Category = Critical)
+ /// </summary>
+ [pbr::OriginalName("COOLER_TEMPERATURE_TOO_HIGH")] CoolerTemperatureTooHigh = 9021,
+ /// <summary>
+ ///Cooler temperature is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error)
+ /// </summary>
+ [pbr::OriginalName("COOLER_TEMPERATURE_TOO_LOW")] CoolerTemperatureTooLow = 9022,
+ /// <summary>
+ ///Cannot detect ink cartridge. Cannot execute job (Group = InkFillingSystem, Category = Error)
/// </summary>
[pbr::OriginalName("INK_CARTRIDGE_PRESENCE_SENSOR_TIMEOUT")] InkCartridgePresenceSensorTimeout = 10000,
/// <summary>
- ///Cannot identify ink cartridge (Group = InkFillingSystem, Category = Error)
+ ///Cannot identify ink cartridge. Cannot execute job (Group = InkFillingSystem, Category = Error)
/// </summary>
[pbr::OriginalName("INK_CARTRIDGE_RFID_TIMEOUT")] InkCartridgeRfidTimeout = 10001,
/// <summary>
- ///No Re-cartridge available (Group = InkFillingSystem, Category = Error)
+ ///No Re-cartridge available. Cannot execute job (Group = InkFillingSystem, Category = Error)
/// </summary>
[pbr::OriginalName("NO_WASTE_CARTRIDGE_AVAILABLE")] NoWasteCartridgeAvailable = 10002,
/// <summary>
- ///All Re-cartridges are full (Group = InkFillingSystem, Category = Error)
+ ///All Re-cartridges are full. Cannot execute job (Group = InkFillingSystem, Category = Error)
/// </summary>
[pbr::OriginalName("ALL_WASTE_CARTRIDGES_FULL")] AllWasteCartridgesFull = 10003,
/// <summary>
- ///Cannot detect Re-cartridge (Group = InkFillingSystem, Category = Error)
+ ///Cannot detect Re-cartridge. Cannot execute job (Group = InkFillingSystem, Category = Error)
/// </summary>
[pbr::OriginalName("WASTE_CARTRIDGE_PRESENCE_SENSOR_TIMEOUT")] WasteCartridgePresenceSensorTimeout = 10004,
/// <summary>
- ///Cannot identify Re-cartridge (Group = InkFillingSystem, Category = Error)
+ ///Cannot identify Re-cartridge. Cannot execute job (Group = InkFillingSystem, Category = Error)
/// </summary>
[pbr::OriginalName("WASTE_CARTRIDGE_RFID_TIMEOUT")] WasteCartridgeRfidTimeout = 10005,
}