Already done, thanks.[DOUBLEPOST=1375658759][/DOUBLEPOST]
There's a problem with that: I've timed the original video of what I want to build and those pistons fire every 10 or so seconds. Travel through a Cobblestone Transport Pipe take less then 6 seconds.
EDIT: looking over the LUA coding and how to program Turtles and it brings me back to my old DOS Programming days. GOOD GOD, that was a nightmare!
EDIT 2: Any idea on how to activate the turtle with a redstone signal? The redstone API doesn't have any info on the code I need.
A much simpler solution
In the new 1.5.2 packs, Buildcraft adds a redstone pipe which emits a redstone signal if an item is in it, so just have to make the 32 pipes out of those and you're all set for your sequencer
You may have to replace some of those with golden pipes however to get the item to the end of your sequence, in which case you could perhaps feed the signal from the pipe beforehand through a delay of some sort (choose whichever method you wish)
There's a problem with that: I've timed the original video of what I want to build and those pistons fire every 10 or so seconds. Travel through a Cobblestone Transport Pipe take less then 6 seconds.
EDIT: looking over the LUA coding and how to program Turtles and it brings me back to my old DOS Programming days. GOOD GOD, that was a nightmare!
EDIT 2: Any idea on how to activate the turtle with a redstone signal? The redstone API doesn't have any info on the code I need.