This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
SchindlerShadow's profile picture

Big Reactors Monitor

Started by SchindlerShadow, 27 August 2014 - 03:18 PM
SchindlerShadow #1
Posted 27 August 2014 - 05:18 PM
Show off your Big Reactor with this monitor!

what this program does:

if internal power is over 9000000 turn off reactor

if internal power is under 1/4 of power, turn on reactor

and everything you see happening in the pic, the graphs and the color changing background, red if the reactor is off, blue when on.

everything is customizable, its ez!

https://github.com/s...s-Power-Monitor

http://pastebin.com/tsx6Hw4Z

Kizz #2
Posted 27 August 2014 - 06:06 PM
That's pretty flippen sweet! I use something similar but not graphical, for my system, as well as wireless control from my computer lab and a heat monitor and alarm.

SchindlerShadow #3
Posted 27 August 2014 - 07:41 PM
That's pretty flippen sweet! I use something similar but not graphical, for my system, as well as wireless control from my computer lab and a heat monitor and alarm.


Nice! I could make a small api for the progress bars If you like.

Edit: if you want the api look at my icbm program under requirements, its called papi
Edited on 27 August 2014 - 07:32 PM
Mackan90096 #4
Posted 31 August 2014 - 05:31 PM
This is cool! Altough I'm going to modify it to turn the reactor on or off and other functions. Oh, you should have it automatically detect reactor(s) and monitor(s)
Edited on 31 August 2014 - 03:33 PM
SchindlerShadow #5
Posted 04 September 2014 - 03:37 PM
This is cool! Altough I'm going to modify it to turn the reactor on or off and other functions. Oh, you should have it automatically detect reactor(s) and monitor(s)

sure, that's easy to add
thunderflash #6
Posted 07 September 2015 - 09:19 PM
Can Someone post how the code looks in the computercraft computer? It would be a big help.