Posted 28 December 2014 - 09:42 PM
I've got an uberminer based pretty much exactly on direwolf20's uberminer in his server play series forgecraft2 S5E10.
Now I got most of my programming to work, but he never did the part where it would be continuously run by a lever input, so I've been trying to cobble together that part of the programming since I havent been able to find a copy of what I need anywhere. I've got a very limited understanding of how computercraft coding works so far, and haven't been able to nail down the error so far.
Here's a screen cap of my setup
http://gyazo.com/394...6f36550daebe31d
And my code
http://gyazo.com/117...f25c8e8476e28d5
I want it to run when the lever on the right is on.
The power monitor on the bottom is set to emit a redstone signal when the capacitor gets low on power in order to pause the program.
The output on the top moves the uberminer frame
and the output on the left turns the tesseract on so that the mining wells aren't continuously draining power.
Currently the program will run, but I have to stand there and toggle the switch on and off to get it to work. I'd like to just flip the switch and be able to leave it run.
Thanks!
Now I got most of my programming to work, but he never did the part where it would be continuously run by a lever input, so I've been trying to cobble together that part of the programming since I havent been able to find a copy of what I need anywhere. I've got a very limited understanding of how computercraft coding works so far, and haven't been able to nail down the error so far.
Here's a screen cap of my setup
http://gyazo.com/394...6f36550daebe31d
And my code
http://gyazo.com/117...f25c8e8476e28d5
I want it to run when the lever on the right is on.
The power monitor on the bottom is set to emit a redstone signal when the capacitor gets low on power in order to pause the program.
The output on the top moves the uberminer frame
and the output on the left turns the tesseract on so that the mining wells aren't continuously draining power.
Currently the program will run, but I have to stand there and toggle the switch on and off to get it to work. I'd like to just flip the switch and be able to leave it run.
Thanks!