aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2023-05-08 15:21:56 +0300
committerRoy <Roy.mail.net@gmail.com>2023-05-08 15:21:56 +0300
commitd733552b94a565f3723c76ae531e4b04431ff085 (patch)
treeb07cacaabed5b956fe48988705e3144a795d98b8 /Software/PMR/Messages/MachineStatus/IDSPackLevel.proto
parent67e50ef4b6714bc1f79e639d031a22a4a4b0ec8b (diff)
downloadTango-d733552b94a565f3723c76ae531e4b04431ff085.tar.gz
Tango-d733552b94a565f3723c76ae531e4b04431ff085.zip
Added required machine status indications.
Added Tunnel_Temp on Process Params.
Diffstat (limited to 'Software/PMR/Messages/MachineStatus/IDSPackLevel.proto')
-rw-r--r--Software/PMR/Messages/MachineStatus/IDSPackLevel.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto b/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto
index d4bda8f95..36658e117 100644
--- a/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto
+++ b/Software/PMR/Messages/MachineStatus/IDSPackLevel.proto
@@ -8,4 +8,9 @@ message IDSPackLevel
int32 Index = 1;
int32 DispenserLevel = 2;
double MidTankLevel = 3;
+
+ bool JerricanPresent = 4;
+ bool FillingTimeoutError = 5;
+ bool MidTankEmpty = 6;
+ bool MidTankRefillPumpActive = 7;
} \ No newline at end of file