aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/Common/ErrorCode.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/PMR/Messages/Common/ErrorCode.proto b/Software/PMR/Messages/Common/ErrorCode.proto
index 0569a7f3d..4aaa6bd6c 100644
--- a/Software/PMR/Messages/Common/ErrorCode.proto
+++ b/Software/PMR/Messages/Common/ErrorCode.proto
@@ -61,6 +61,11 @@ enum ErrorCode
JOB_FILE_PROBLEM = 2017;
JOB_WASTE_HANDLING_PROBLEM = 2018;
JOB_IN_PROGRESS = 2019;
+ JOB_CARD_CONNECTIVITY_ALARM = 2020;
+ JOB_PUMP_MALFUNCTION_ALARM = 2021;
+ JOB_WINDING_ALARM = 2022;
+ JOB_AIRFLOW_ALARM = 2023;
+ JOB_RESUME_ERROR = 2024;
//power up
POWER_UP_NO_CFG_FILE = 3000;