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
|
2022-04-22 15:15:16 +00:00
|
|
|
SCADA_SV_LISTEN = 16100
|
2022-01-13 15:23:38 +00:00
|
|
|
-- expected number of reactors
|
|
|
|
NUM_REACTORS = 4
|