cc-mek-scada/supervisor/config.lua
2022-04-22 11:15:16 -04:00

7 lines
200 B
Lua

-- 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
-- expected number of reactors
NUM_REACTORS = 4