changed to SCADA terminology, changed RCaSS to reactor PLC, maybe changed other things

This commit is contained in:
Mikayla Fischler
2022-01-13 10:06:55 -05:00
parent ab49322fec
commit 3b492ead92
15 changed files with 10 additions and 196 deletions

13
reactor-plc/startup.lua Normal file
View File

@@ -0,0 +1,13 @@
print(">>RCASS LOADER START<<")
print(">>CHECKING SETTINGS...")
loaded = settings.load("rcass.settings")
if loaded then
print(">>SETTINGS FOUND, VERIFIYING INTEGRITY...")
settings.getNames()
else
print(">>SETTINGS NOT FOUND")
print(">>LAUNCHING CONFIGURATOR...")
shell.run("config")
end
print(">>LAUNCHING RCASS...")
shell.run("rcass")