aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/Common/MessageType.proto2
-rw-r--r--Software/PMR/Messages/Diagnostics/EventType.proto30
-rw-r--r--Software/PMR/Messages/Diagnostics/ResetCardRequest.proto9
-rw-r--r--Software/PMR/Messages/Diagnostics/ResetCardResponse.proto9
4 files changed, 35 insertions, 15 deletions
diff --git a/Software/PMR/Messages/Common/MessageType.proto b/Software/PMR/Messages/Common/MessageType.proto
index a4031b5e8..8bd0c6e98 100644
--- a/Software/PMR/Messages/Common/MessageType.proto
+++ b/Software/PMR/Messages/Common/MessageType.proto
@@ -200,6 +200,8 @@ enum MessageType
CartridgeValidationResponse = 2045;
BitResultsRequest = 2046;
BitResultsResponse = 2047;
+ ResetCardRequest = 2048;
+ ResetCardResponse = 2049;
//Printing
JobRequest = 3000;
diff --git a/Software/PMR/Messages/Diagnostics/EventType.proto b/Software/PMR/Messages/Diagnostics/EventType.proto
index 6e1383175..0adfa71bf 100644
--- a/Software/PMR/Messages/Diagnostics/EventType.proto
+++ b/Software/PMR/Messages/Diagnostics/EventType.proto
@@ -1762,49 +1762,49 @@ enum EventType
//Pressure in @ ink line too low. Cannot execute job (Group = InkDeliverySystem, Category = Error)
E_INK_LINE_10_PRESSURE_TOO_LOW = 112019;
- //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Warning)
+ //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Error)
E_INK_PUMP_1_MALFUNCTION = 112020;
- //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Warning)
+ //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Error)
E_INK_PUMP_2_MALFUNCTION = 112021;
- //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Warning)
+ //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Error)
E_INK_PUMP_3_MALFUNCTION = 112022;
- //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Warning)
+ //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Error)
E_INK_PUMP_4_MALFUNCTION = 112023;
- //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Warning)
+ //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Error)
E_INK_PUMP_5_MALFUNCTION = 112024;
- //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Warning)
+ //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Error)
E_INK_PUMP_6_MALFUNCTION = 112025;
- //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Warning)
+ //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Error)
E_INK_PUMP_7_MALFUNCTION = 112026;
- //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Warning)
+ //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Error)
E_INK_PUMP_8_MALFUNCTION = 112027;
- //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Warning)
+ //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Error)
E_INK_PUMP_9_MALFUNCTION = 112028;
- //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Warning)
+ //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Error)
E_INK_PUMP_10_MALFUNCTION = 112029;
- //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Warning)
+ //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Error)
E_INK_PUMP_11_MALFUNCTION = 112030;
- //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Warning)
+ //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Error)
E_INK_PUMP_12_MALFUNCTION = 112031;
- //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Warning)
+ //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Error)
E_INK_PUMP_13_MALFUNCTION = 112032;
- //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Warning)
+ //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Error)
E_INK_PUMP_14_MALFUNCTION = 112033;
- //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Warning)
+ //Malfunction in @ ink pump. Cannot execute job (Group = InkDeliverySystem, Category = Error)
E_INK_PUMP_15_MALFUNCTION = 112034;
//The @ tank level is low (Group = InkFillingSystem, Category = Warning)
diff --git a/Software/PMR/Messages/Diagnostics/ResetCardRequest.proto b/Software/PMR/Messages/Diagnostics/ResetCardRequest.proto
new file mode 100644
index 000000000..b7c041874
--- /dev/null
+++ b/Software/PMR/Messages/Diagnostics/ResetCardRequest.proto
@@ -0,0 +1,9 @@
+syntax = "proto3";
+
+package Tango.PMR.Diagnostics;
+option java_package = "com.twine.tango.pmr.diagnostics";
+
+message ResetCardRequest
+{
+ int32 CardID = 1;
+} \ No newline at end of file
diff --git a/Software/PMR/Messages/Diagnostics/ResetCardResponse.proto b/Software/PMR/Messages/Diagnostics/ResetCardResponse.proto
new file mode 100644
index 000000000..3093e6f95
--- /dev/null
+++ b/Software/PMR/Messages/Diagnostics/ResetCardResponse.proto
@@ -0,0 +1,9 @@
+syntax = "proto3";
+
+package Tango.PMR.Diagnostics;
+option java_package = "com.twine.tango.pmr.diagnostics";
+
+message ResetCardResponse
+{
+
+} \ No newline at end of file