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

Bundled Cable and Computers

Started by ksmarsch95, 22 October 2012 - 04:55 AM
ksmarsch95 #1
Posted 22 October 2012 - 06:55 AM
I have seen videos of people turning on wires from bundled cable (example - lime on) but not being able to turn them off (example - lime off) because they say to do that they need to reboot their computer.. Is there a command to turn the power going to the wire off so I wouldnt have to reboot the computer? (example as I said before (lime off). Sorry if this is a newb question but im only about a week new to this but im still learning :)/>/>. I would be using this to power/unpower different things from one computer.

Thanks for the help guys
KaoS #2
Posted 22 October 2012 - 07:13 AM
basically you set the output for every colour every time you want to change the output at all. example


rs.setBundledOutput(side,colors.white) --activates white wire
sleep(1)
rs.setBundledOutput(side,colors.blue) --turns on blue and turns off white because you did not include it here