mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
config file comments
This commit is contained in:
@ -1,10 +1,10 @@
|
|||||||
local config = {}
|
local config = {}
|
||||||
|
|
||||||
-- supervisor access channel
|
-- supervisor comms channel
|
||||||
config.SVR_CHANNEL = 16240
|
config.SVR_CHANNEL = 16240
|
||||||
-- coordinator access channel
|
-- coordinator comms channel
|
||||||
config.CRD_CHANNEL = 16243
|
config.CRD_CHANNEL = 16243
|
||||||
-- pocket communication channel
|
-- pocket comms channel
|
||||||
config.PKT_CHANNEL = 16244
|
config.PKT_CHANNEL = 16244
|
||||||
-- max trusted modem message distance (0 to disable check)
|
-- max trusted modem message distance (0 to disable check)
|
||||||
config.TRUSTED_RANGE = 0
|
config.TRUSTED_RANGE = 0
|
||||||
|
@ -9,9 +9,9 @@ config.REACTOR_ID = 1
|
|||||||
-- when emergency coolant is needed due to low coolant
|
-- when emergency coolant is needed due to low coolant
|
||||||
-- config.EMERGENCY_COOL = { side = "right", color = nil }
|
-- config.EMERGENCY_COOL = { side = "right", color = nil }
|
||||||
|
|
||||||
-- supervisor access channel
|
-- supervisor comms channel
|
||||||
config.SVR_CHANNEL = 16240
|
config.SVR_CHANNEL = 16240
|
||||||
-- PLC communication channel
|
-- PLC comms channel
|
||||||
config.PLC_CHANNEL = 16241
|
config.PLC_CHANNEL = 16241
|
||||||
-- max trusted modem message distance (0 to disable check)
|
-- max trusted modem message distance (0 to disable check)
|
||||||
config.TRUSTED_RANGE = 0
|
config.TRUSTED_RANGE = 0
|
||||||
|
@ -2,9 +2,9 @@ local rsio = require("scada-common.rsio")
|
|||||||
|
|
||||||
local config = {}
|
local config = {}
|
||||||
|
|
||||||
-- supervisor access channel
|
-- supervisor comms channel
|
||||||
config.SVR_CHANNEL = 16240
|
config.SVR_CHANNEL = 16240
|
||||||
-- RTU/MODBUS communication channel
|
-- RTU/MODBUS comms channel
|
||||||
config.RTU_CHANNEL = 16242
|
config.RTU_CHANNEL = 16242
|
||||||
-- max trusted modem message distance (0 to disable check)
|
-- max trusted modem message distance (0 to disable check)
|
||||||
config.TRUSTED_RANGE = 0
|
config.TRUSTED_RANGE = 0
|
||||||
|
Reference in New Issue
Block a user