Posted 25 May 2012 - 09:46 PM
I am using a computer to control multiple sets of pistons at once by using bundled cables. I believe I have run into a problem regarding a cable (an orange one) which is followed by a NOT Gate. Of course this color can be turned on and thus the end of the output off by using:
rs.setBundledOutput("back", colors.orange)
This would render the end of the output false and the piston off, but what if I wish for it to be closed again in the same program? I ask becuase there is no boolean in the command to control such things.