work on RTU startup and comms
This commit is contained in:
@@ -1,10 +1,31 @@
|
||||
RTU__DEVICES = {
|
||||
-- #REQUIRES rsio.lua
|
||||
|
||||
SCADA_SERVER = 16000
|
||||
|
||||
RTU_DEVICES = {
|
||||
{
|
||||
name = "boiler_0",
|
||||
reactor_owner = 1
|
||||
index = 1,
|
||||
for_reactor = 1
|
||||
},
|
||||
{
|
||||
name = "turbine_0",
|
||||
reactor_owner = 1
|
||||
index = 1,
|
||||
for_reactor = 1
|
||||
}
|
||||
}
|
||||
|
||||
RTU_REDSTONE = {
|
||||
{
|
||||
io = RS_IO.WASTE_PO,
|
||||
for_reactor = 1
|
||||
},
|
||||
{
|
||||
io = RS_IO.WASTE_PU,
|
||||
for_reactor = 1
|
||||
},
|
||||
{
|
||||
io = RS_IO.WASTE_AM,
|
||||
for_reactor = 1
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user