#86 supervisor fixes and changes for annunciator/units; send annunciator, fixed heartbeat, change to max return flow detection

This commit is contained in:
Mikayla Fischler
2022-09-08 10:25:00 -04:00
parent c5ba95449f
commit 17954ef3d0
4 changed files with 18 additions and 8 deletions

View File

@@ -285,6 +285,8 @@ function plc.new_session(id, for_reactor, in_queue, out_queue)
self.sDB.overridden = pkt.data[3]
self.sDB.degraded = pkt.data[4]
self.sDB.mek_status.heating_rate = pkt.data[5]
---@todo rps_tripped is redundant with overridden, rename overridden to rps_tripped globally
self.sDB.rps_tripped = pkt.data[4]
-- attempt to read mek_data table
if pkt.data[6] ~= nil then