cc-mek-scada/supervisor/config.lua

7 lines
200 B
Lua
Raw Normal View History

2022-01-22 19:47:54 +00:00
-- scada network listen for PLC's and RTU's
SCADA_DEV_LISTEN = 16000
-- listen port for SCADA supervisor access by coordinators
SCADA_SV_LISTEN = 16100
2022-01-13 15:23:38 +00:00
-- expected number of reactors
NUM_REACTORS = 4