work on RTU startup and comms

This commit is contained in:
Mikayla Fischler
2022-03-15 12:02:31 -04:00
parent 5642e3283d
commit 1e23a2fd67
3 changed files with 230 additions and 23 deletions

View File

@@ -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
},
}