#182 added scram/reset buttons to PLC front panel

This commit is contained in:
Mikayla Fischler
2023-04-08 21:35:44 -04:00
parent 6bd7dd0271
commit 27a697c27e
7 changed files with 73 additions and 37 deletions

View File

@@ -396,6 +396,9 @@ function plc.rps_init(reactor, is_formed)
end
end
-- link functions with databus
databus.link_rps(public.trip_manual, public.reset)
return public
end