Advertisement
Marlingaming

Mekism Fusion Reactor Program Idea

Jan 13th, 2021
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. local function SystemBoot()
  2. --1.check M.Reactor Status/Output
  3. --2.check B.1 and B.2 Reactor systems
  4. --3.check Security Status
  5. --4.check Battery Power Levels
  6. --5.if power level of facility too low, attempt to use power from batteries
  7. ----if battery power level too low, send request to control room to either Turn on M.Reactor(If off and security Level is at Defcon 3 or above) or Activate Backup reactor B.1 or B.2
  8. --6.print file or paper of current system status
  9. --7.show current M.Reactor Status on Terminal in M.Control Room
  10. --8.check current Status of compressor systems
  11. ----if compressor none responsive, cut power from Compressor room and send a alert over the speakers
  12. --9.check fuel levels in storage tanks
  13. ----if Level of fuel in Storage Tanks too low, send referendum to control room, then send alert over speakers
  14. --10.wait for all Alerts to be solved
  15. --11.send request to main Control room to start M.Reactor Startup Sequence.
  16. end
  17.  
  18. local function M.ReactorStartup()
  19. --1.check Power levels of facility, if too low, will enable use of startup Generator
  20. --2.force send fuel and water to reactor
  21. --3.send alert over speakers that M.Reactor Startup Sequence has been initiated
  22. --4.wait for reactor fuel and water levels to reach acceptable levels
  23. --5.send alert to all personal to leave the reactor room
  24. --6.wait 60 seconds then lock reactor room doors
  25. --7.activate lasers
  26. --8. wait until reactor reaches acceptable power output
  27. --9. turn off lasers, wait 10 seconds, turn off startup generator, wait 20 seconds, turn off all Running Backup Reactors
  28. --10.send alert over speakers that reactor is now online.
  29. --11.set batteries to recharge
  30. --12.end
  31. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement