aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-09-07 16:40:53 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-09-07 16:40:53 +0300
commit200f3cb9453b96a27c624db46e0d48dc306e8352 (patch)
treee129e1981642c3d46eb718aef34646dd29d1c8ab /Software/PMR
parent0b754461a084d9bd9916ee26e5bc24dee5c89021 (diff)
downloadTango-200f3cb9453b96a27c624db46e0d48dc306e8352.tar.gz
Tango-200f3cb9453b96a27c624db46e0d48dc306e8352.zip
Added Shinko and Total WHS Flow to diagnostics monitors.
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/Diagnostics/DiagnosticsMonitors.proto9
-rw-r--r--Software/PMR/Messages/Diagnostics/EventType.proto8
-rw-r--r--Software/PMR/Messages/Insights/InsightsMonitors.proto9
3 files changed, 22 insertions, 4 deletions
diff --git a/Software/PMR/Messages/Diagnostics/DiagnosticsMonitors.proto b/Software/PMR/Messages/Diagnostics/DiagnosticsMonitors.proto
index e367a00ce..2b29f7827 100644
--- a/Software/PMR/Messages/Diagnostics/DiagnosticsMonitors.proto
+++ b/Software/PMR/Messages/Diagnostics/DiagnosticsMonitors.proto
@@ -288,4 +288,13 @@ message DiagnosticsMonitors
//Head Blower 2 Air Flow (Min = 0, Max = 100, PPF = 1)
repeated double HeadBlower2AirFlow = 90;
+ //Shinko Set Value (Min = -10, Max = 30, PPF = 1)
+ repeated double ShinkoSetValue = 91;
+
+ //Shinko Current Value (Min = -10, Max = 30, PPF = 1)
+ repeated double ShinkoCurrentValue = 92;
+
+ //Total WHS Flow (Min = 0, Max = 30, PPF = 1)
+ repeated double TotalWHSFlow = 93;
+
}
diff --git a/Software/PMR/Messages/Diagnostics/EventType.proto b/Software/PMR/Messages/Diagnostics/EventType.proto
index e01aa9e6d..2c2d76da3 100644
--- a/Software/PMR/Messages/Diagnostics/EventType.proto
+++ b/Software/PMR/Messages/Diagnostics/EventType.proto
@@ -49,16 +49,16 @@ enum EventType
//Job status message has been received from embedded device. (Group = Application, Category = Info)
JOB_STATUS = 1009;
- //A job has been started. (Group = Application, Category = Info)
+ //A job has been started. (Group = Jobs, Category = Info)
JOB_STARTED = 1010;
- //A job has been aborted. (Group = Application, Category = Info)
+ //A job has been aborted. (Group = Jobs, Category = Info)
JOB_ABORTED = 1011;
- //A job has failed. (Group = Application, Category = Error)
+ //A job has failed. (Group = Jobs, Category = Error)
JOB_FAILED = 1012;
- //Job completed successfully. (Group = Application, Category = Info)
+ //Job completed successfully. (Group = Jobs, Category = Info)
JOB_COMPLETED = 1013;
//Could not complete power-up. Cannot execute job (Group = GeneralHardware, Category = Critical)
diff --git a/Software/PMR/Messages/Insights/InsightsMonitors.proto b/Software/PMR/Messages/Insights/InsightsMonitors.proto
index d152e6181..c4a00d2a2 100644
--- a/Software/PMR/Messages/Insights/InsightsMonitors.proto
+++ b/Software/PMR/Messages/Insights/InsightsMonitors.proto
@@ -286,4 +286,13 @@ message InsightsMonitors
//Head Blower 2 Air Flow
double HeadBlower2AirFlow = 90;
+ //Shinko Set Value
+ double ShinkoSetValue = 91;
+
+ //Shinko Current Value
+ double ShinkoCurrentValue = 92;
+
+ //Total WHS Flow
+ double TotalWHSFlow = 93;
+
}