#642 reactor PLC self-check updates

This commit is contained in:
Mikayla Fischler
2025-11-08 17:27:10 -05:00
parent cc36aafccd
commit 6dea501946
3 changed files with 93 additions and 33 deletions

View File

@@ -262,7 +262,7 @@ function supervisor.comms(_version, fp_ok, facility)
_send_establish(nic, packet.scada_frame, ESTABLISH_ACK.DENY)
end
else
log.debug(util.c("illegal establish packet for device ", dev_type, " on PLC channel"))
log.debug(util.c("PLC_ESTABLISH: illegal establish packet for device ", dev_type, " on PLC channel"))
_send_establish(nic, packet.scada_frame, ESTABLISH_ACK.DENY)
end
end