diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-08-25 15:43:20 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-08-25 15:43:20 +0300 |
| commit | 1c3df64cd322870586afb7b0cff09e8460f07c56 (patch) | |
| tree | abbd6d541becc97d550f4670db59450f93b45961 /Software/Visual_Studio/Tango.BL/Enumerations | |
| parent | 9971689997750bec6ef6fa572d09d30dd02a72ec (diff) | |
| download | Tango-1c3df64cd322870586afb7b0cff09e8460f07c56.tar.gz Tango-1c3df64cd322870586afb7b0cff09e8460f07c56.zip | |
Disabled MachineStatus model from PPC.
Updated events table to rev15.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/Enumerations')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/Enumerations/EventTypes.cs | 156 |
1 files changed, 123 insertions, 33 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Enumerations/EventTypes.cs b/Software/Visual_Studio/Tango.BL/Enumerations/EventTypes.cs index 6132b7d67..909a671f7 100644 --- a/Software/Visual_Studio/Tango.BL/Enumerations/EventTypes.cs +++ b/Software/Visual_Studio/Tango.BL/Enumerations/EventTypes.cs @@ -2654,16 +2654,16 @@ namespace Tango.BL.Enumerations E_DRYER_DOOR_OPEN = 103002, /// <summary> - /// (Dryer temperatue too high. Cannot execute job) + /// (Dryer thermal cutoff activated. Cannot execute job) /// </summary> - [Description("Dryer temperatue too high. Cannot execute job")] - E_DRYER_HEATER_1_TEMPERATURE_TOO_HIGH = 103003, + [Description("Dryer thermal cutoff activated. Cannot execute job")] + E_DRYER_THERMAL_CUTOFF = 103003, /// <summary> - /// (Tunnel temperature too high. Cannot execute job) + /// (Tunnel thermal cutoff activated. Cannot execute job) /// </summary> - [Description("Tunnel temperature too high. Cannot execute job")] - E_TUNNEL_HEATER_TEMPERATURE_TOO_HIGH = 103004, + [Description("Tunnel thermal cutoff activated. Cannot execute job")] + E_TUNNEL_THERMAL_CUTOFF = 103004, /// <summary> /// (Dyeing head thermal cutoff activated. Cannot execute job) @@ -2696,22 +2696,28 @@ namespace Tango.BL.Enumerations E_DRYER_AIR_FLOW_SWITCH = 103009, /// <summary> - /// (Air filter not present. Cannot execute job) + /// (No circulation in dryer. Cannot execute job) /// </summary> - [Description("Air filter not present. Cannot execute job")] - E_AIR_FILTER_NOT_PRESENT = 103010, + [Description("No circulation in dryer. Cannot execute job")] + E_CIRCULATION_AIR_FLOW_SWITCH = 103010, /// <summary> - /// (Dryer temperature too high. Cannot execute job) + /// (Dryer and tunnel thermal cutoffs activated. Cannot execute job) /// </summary> - [Description("Dryer temperature too high. Cannot execute job")] - E_DRYER_HEATER_2_TEMPERATURE_TOO_HIGH = 103011, + [Description("Dryer and tunnel thermal cutoffs activated. Cannot execute job")] + E_DRYER_AND_TUNNEL_THERMAL_CUTOFF = 103011, /// <summary> - /// (Dryer temperature too high. Cannot execute job) + /// (Dryer or tunnel thermal cutoff event happened. Cannot execute job) /// </summary> - [Description("Dryer temperature too high. Cannot execute job")] - E_DRYER_HEATER_3_TEMPERATURE_TOO_HIGH = 103012, + [Description("Dryer or tunnel thermal cutoff event happened. Cannot execute job")] + E_TCO_EVENT_HAPPENED = 103012, + + /// <summary> + /// (Air flow switch event happened) + /// </summary> + [Description("Air flow switch event happened")] + E_AIR_FLOW_SWITCH_EVENT_HAPPENED = 103013, /// <summary> /// (Software error has occurred. Cannot execute job ) @@ -3320,6 +3326,18 @@ namespace Tango.BL.Enumerations E_LUBRICANT_OVERTEMPERATURE_B = 108046, /// <summary> + /// (IDS ambient temperature is too high. Cannot execute job) + /// </summary> + [Description("IDS ambient temperature is too high. Cannot execute job")] + E_IDS_AMBIENT_1_OVERTEMPERATURE = 108047, + + /// <summary> + /// (IDS ambient temperature is too high. Cannot execute job) + /// </summary> + [Description("IDS ambient temperature is too high. Cannot execute job")] + E_IDS_AMBIENT_2_OVERTEMPERATURE = 108048, + + /// <summary> /// (Dyeing head zone current is out of range. Cannot execute job) /// </summary> [Description("Dyeing head zone current is out of range. Cannot execute job")] @@ -3506,40 +3524,58 @@ namespace Tango.BL.Enumerations E_DYEING_HEAD_CLEANER_MOTOR_MALFUNCTION = 110010, /// <summary> - /// (No suction. Cannot execute job.) + /// (Dryer push blower flow unstable. Cannot execute job.) + /// </summary> + [Description("Dryer push blower flow unstable. Cannot execute job.")] + E_DRYER_PUSH_BLOWER_FLOW_UNSTABLE = 111000, + + /// <summary> + /// (Dryer suction blower flow unstable. Cannot execute job) + /// </summary> + [Description("Dryer suction blower flow unstable. Cannot execute job")] + E_DRYER_SUCTION_BLOWER_FLOW_UNSTABLE = 111001, + + /// <summary> + /// (Tunnel push blower flow unstable. Cannot execute job) + /// </summary> + [Description("Tunnel push blower flow unstable. Cannot execute job")] + E_TUNNEL_PUSH_BLOWER_FLOW_UNSTABLE = 111002, + + /// <summary> + /// (Tunnel suction blower flow unstable. Cannot execute job) /// </summary> - [Description("No suction. Cannot execute job.")] - E_NO_SUCTION = 111000, + [Description("Tunnel suction blower flow unstable. Cannot execute job")] + E_TUNNEL_SUCTION_BLOWER_FLOW_UNSTABLE = 111003, /// <summary> - /// (Dryer blower flow is too low. Cannot execute job) + /// (IDS air conditioner malfunction. Cannot execute job) /// </summary> - [Description("Dryer blower flow is too low. Cannot execute job")] - E_DRYER_BLOWER_FLOW_TOO_LOW = 111001, + [Description("IDS air conditioner malfunction. Cannot execute job")] + E_IDS_AIR_CONDITIONER_MALFUNCTION = 111004, /// <summary> - /// (Tunnel blower flow is too low. Cannot execute job) + /// (Dryer push flow too low. Cannot execute job) /// </summary> - [Description("Tunnel blower flow is too low. Cannot execute job")] - E_TUNNEL_BLOWER_FLOW_TOO_LOW = 111002, + [Description("Dryer push flow too low. Cannot execute job")] + E_DRYER_PUSH_FLOW_TOO_LOW = 111005, /// <summary> - /// (Insufficient suction fron WHS. Cannot execute job) + /// (Dryer suction flow too low. Cannot execute job) /// </summary> - [Description("Insufficient suction fron WHS. Cannot execute job")] - E_INSUFFICIENT_WHS_SUCTION = 111003, + [Description("Dryer suction flow too low. Cannot execute job")] + E_DRYER_SUCTION_FLOW_TOO_LOW = 111006, /// <summary> - /// (Air filter is clogged. Cannot execute job) + /// (Tunnel push flow too low. Cannot execute job) /// </summary> - [Description("Air filter is clogged. Cannot execute job")] - E_AIR_FILTER_CLOGGED = 111004, + [Description("Tunnel push flow too low. Cannot execute job")] + E_TUNNEL_PUSH_FLOW_TOO_LOW = 111007, /// <summary> - /// (No circulation flow in dryer. Cannot execute job) + /// (Tunnel suction flow too low. Cannot execute job) /// </summary> - [Description("No circulation flow in dryer. Cannot execute job")] - E_NO_CIRCULATION_FLOW_IN_DRYER = 111005, + [Description("Tunnel suction flow too low. Cannot execute job")] + E_TUNNEL_SUCTION_FLOW_TOO_LOW = 111008, /// <summary> /// (Pressure in @ ink line too high. Cannot execute job) @@ -3931,5 +3967,59 @@ namespace Tango.BL.Enumerations [Description("Malfunction in @ tank. Cannot execute job")] E_INK_LINE_10_MID_TANK_MALFUNCTION = 112064, + /// <summary> + /// (Malfunction in @ ink pump. Cannot execute job) + /// </summary> + [Description("Malfunction in @ ink pump. Cannot execute job")] + E_INK_PUMP_16_MALFUNCTION = 112065, + + /// <summary> + /// (Malfunction in @ ink pump. Cannot execute job) + /// </summary> + [Description("Malfunction in @ ink pump. Cannot execute job")] + E_INK_PUMP_17_MALFUNCTION = 112066, + + /// <summary> + /// (Malfunction in @ ink pump. Cannot execute job) + /// </summary> + [Description("Malfunction in @ ink pump. Cannot execute job")] + E_INK_PUMP_18_MALFUNCTION = 112067, + + /// <summary> + /// (Malfunction in @ ink pump. Cannot execute job) + /// </summary> + [Description("Malfunction in @ ink pump. Cannot execute job")] + E_INK_PUMP_19_MALFUNCTION = 112068, + + /// <summary> + /// (Malfunction in @ ink pump. Cannot execute job) + /// </summary> + [Description("Malfunction in @ ink pump. Cannot execute job")] + E_INK_PUMP_20_MALFUNCTION = 112069, + + /// <summary> + /// (Malfunction in @ ink pump. Cannot execute job) + /// </summary> + [Description("Malfunction in @ ink pump. Cannot execute job")] + E_INK_PUMP_21_MALFUNCTION = 112070, + + /// <summary> + /// (The @ tank level is low) + /// </summary> + [Description("The @ tank level is low")] + E_INK_LINE_11_MID_TANK_LOW_LEVEL = 112071, + + /// <summary> + /// (Failed to fill @ tank. Cannot execute job) + /// </summary> + [Description("Failed to fill @ tank. Cannot execute job")] + E_INK_LINE_11_MID_TANK_FILL_TIMEOUT = 112072, + + /// <summary> + /// (Malfunction in @ tank. Cannot execute job) + /// </summary> + [Description("Malfunction in @ tank. Cannot execute job")] + E_INK_LINE_11_MID_TANK_MALFUNCTION = 112073, + } } |
