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

CC controlled Quarry

Started by Will11690, 25 April 2015 - 10:00 PM
Will11690 #1
Posted 26 April 2015 - 12:00 AM
I have a ComputerCraft quarry and I have been trying for the past 4 hours to fix it. I'm at a point now that the controller works but can't cycle the mining machine I built. The way the system works is with a GPS computer array to locate it then move it forward.

Here are all the files(not sure which one the error is in)
Computer on Quarry:
http://pastebin.com/ysLTd4S6 (Sends Location Data)

Computer controlling redstone:
http://pastebin.com/ZU4DgLiq (Main Computer Program)

Wireless Pocket Computer:
http://pastebin.com/jzLzZJ5g (Button API)
http://pastebin.com/...ayu6 (Controller Program)

If you wanna test it out yourself then you will need to change the computer ID's in the Controller and Main Programs to match the ID's of the computers you are using.
Edited on 25 April 2015 - 11:19 PM
Bomb Bloke #2
Posted 26 April 2015 - 02:10 AM
You'll want to narrow things down a bit first. If you're unsure where your problem is, start out by sticking print statements throughout your scripts, each rigged to say something unique. This should allow you to determine the flow of things - where it might be sticking, which bits might be skipped, and so on.