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

always out put redstone signal

Started by jakemcginnz, 02 August 2012 - 01:00 AM
jakemcginnz #1
Posted 02 August 2012 - 03:00 AM
so i have a piston under my computer and that i need to retract when a password has been entered (it opens the a ladder) all i dont know how to do is leave a redstone signal always on please help
BigSHinyToys #2
Posted 02 August 2012 - 03:24 AM
You can turn on a signal from a computer with rs.setOutput("side",true) but it will go off when the computer is rebooted. the best way would be to invert the signal using a redstone torch. that way it will be power by default ant the computer will not affect it when it reboots.
[EXAMPLE]
Spoiler
Luanub #3
Posted 02 August 2012 - 03:50 AM
If your using Redpower put a nor gate in the redstone circuit for the piston.
jakemcginnz #4
Posted 03 August 2012 - 03:03 PM
thanks