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

redstone.setBundledOutput works but not redstone.getBundledInput

Started by ExDomino, 31 July 2015 - 05:59 PM
ExDomino #1
Posted 31 July 2015 - 07:59 PM
The function redstone.setBundledOutput() works perfectly well with ProjectRed bundled cables, but computer cannot read the input with redstone.getBundledInput(), the function always returns 0. I tested the redstone signal and it's not the problem. The command "redstone probe" doesn't detect anything either.
Lyqyd #2
Posted 31 July 2015 - 08:10 PM
It would be valuable to report this to the ProjectRed team as well. ComputerCraft provides an API for bundled cables to interact with computers, so it is possible that their implementation could be bad.
Cranium #3
Posted 31 July 2015 - 08:35 PM
Humor me for a moment, but could you post a picture of your setup with the wires going to the computer, and one of the colors separated out and connected to a redstone source?
ExDomino #4
Posted 31 July 2015 - 10:25 PM
I just found the problem, I placed a cable under the computer when it just has to touch the computer. I believe the problem is there, but now it works. ^_^/>
Edited on 31 July 2015 - 08:41 PM
Cranium #5
Posted 31 July 2015 - 10:43 PM
Yep, that's what I had thought. I made the same mistake when I first started using RedPower back in the day. Bundled cable goes TO the computer, not ON it.