diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-05-08 15:21:56 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-05-08 15:21:56 +0300 |
| commit | d733552b94a565f3723c76ae531e4b04431ff085 (patch) | |
| tree | b07cacaabed5b956fe48988705e3144a795d98b8 /Software/PMR | |
| parent | 67e50ef4b6714bc1f79e639d031a22a4a4b0ec8b (diff) | |
| download | Tango-d733552b94a565f3723c76ae531e4b04431ff085.tar.gz Tango-d733552b94a565f3723c76ae531e4b04431ff085.zip | |
Added required machine status indications.
Added Tunnel_Temp on Process Params.
Diffstat (limited to 'Software/PMR')
| -rw-r--r-- | Software/PMR/Messages/MachineStatus/IDSPackLevel.proto | 5 | ||||
| -rw-r--r-- | Software/PMR/Messages/Printing/ProcessParameters.proto | 2 |
2 files changed, 7 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 diff --git a/Software/PMR/Messages/Printing/ProcessParameters.proto b/Software/PMR/Messages/Printing/ProcessParameters.proto index 2be52fd00..03d41174e 100644 --- a/Software/PMR/Messages/Printing/ProcessParameters.proto +++ b/Software/PMR/Messages/Printing/ProcessParameters.proto @@ -142,4 +142,6 @@ message ProcessParameters double ESpare5 = 63; + double ETunnelTemp = 64; + } |
