RTU object and started modbus

This commit is contained in:
Mikayla Fischler
2022-01-13 10:12:44 -05:00
parent c78db71b14
commit 78cbb9e67d
4 changed files with 108 additions and 0 deletions

10
rtu/config.lua Normal file
View File

@ -0,0 +1,10 @@
RTU__DEVICES = {
{
name = "boiler_0",
reactor_owner = 1
},
{
name = "turbine_0",
reactor_owner = 1
}
}