Posted 08 April 2017 - 02:45 PM
I'm by no means an expert, but I've been getting the hang of Computercraft and decided to make my own program to monitor my BigReactor at a glance. It's nothing fancy and I have most of it functional, except I can't get the program to loop and update the variables e.g. reactor.getEnergyStored(). The only thing that will update is reactor.getActive() - which will tell me and update whether the reactor is on or off just fine - so I assume the loop is working.
From what I've seen trying to resolve this issue, it might not be as simple of a fix as I hope it is. I've linked the code below.
https://pastebin.com/uykhhxjs
Another problem I've had is eventually I'd like to be able to display the same information from the reactor to other monitors around my base (cloning the displays, basically), but I can't figure that out either.
I'd appreciate any help.
From what I've seen trying to resolve this issue, it might not be as simple of a fix as I hope it is. I've linked the code below.
https://pastebin.com/uykhhxjs
Another problem I've had is eventually I'd like to be able to display the same information from the reactor to other monitors around my base (cloning the displays, basically), but I can't figure that out either.
I'd appreciate any help.