diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-09-02 07:01:06 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-09-02 07:01:06 +0300 |
| commit | 1c5a75bf0fbcc03460ac83445b2846f77767d4a1 (patch) | |
| tree | 9928cdadc6ad9d5b61544a572051beb2fdd7ada2 /Software/Visual_Studio/Tango.BL/Enumerations | |
| parent | b2b4196d6f3bb007ae250a3e0648d1a5786d8dbf (diff) | |
| download | Tango-1c5a75bf0fbcc03460ac83445b2846f77767d4a1.tar.gz Tango-1c5a75bf0fbcc03460ac83445b2846f77767d4a1.zip | |
Updated event types to rev 17
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/Enumerations')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/Enumerations/EventTypes.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Enumerations/EventTypes.cs b/Software/Visual_Studio/Tango.BL/Enumerations/EventTypes.cs index 909a671f7..f726c3cc2 100644 --- a/Software/Visual_Studio/Tango.BL/Enumerations/EventTypes.cs +++ b/Software/Visual_Studio/Tango.BL/Enumerations/EventTypes.cs @@ -2720,6 +2720,12 @@ namespace Tango.BL.Enumerations E_AIR_FLOW_SWITCH_EVENT_HAPPENED = 103013, /// <summary> + /// (No suction. Cannot excute job) + /// </summary> + [Description("No suction. Cannot excute job")] + E_NO_SUCTION = 103014, + + /// <summary> /// (Software error has occurred. Cannot execute job ) /// </summary> [Description("Software error has occurred. Cannot execute job ")] @@ -2864,6 +2870,12 @@ namespace Tango.BL.Enumerations E_NO_COMMUNICATION_WITH_BTSR_8 = 105021, /// <summary> + /// (Communication error. Cannot execute job) + /// </summary> + [Description("Communication error. Cannot execute job")] + E_NO_COMMUNICATION_WITH_IDS_5_BOARD = 105022, + + /// <summary> /// (Door is open. Cannot execute job) /// </summary> [Description("Door is open. Cannot execute job")] |
