This is how the bundled cable is connected to it:
There are 4 outputs of the bundled cable:
(The one you can't see is orange and behind the frame motor in the top right)
Now the code:
while true do
rs.setBundledOutput( "bottom", colors.magenta)
sleep(0.8)
rs.setBundledOutput( "bottom", 0)
rs.setBundledOutput( "bottom", colors.lightBlue)
sleep(0.8)
rs.setBundledOutput( "bottom", 0 )
end
But when I start it, notching happens. I also tried a cable on the top, or adding different outputs, but I can't detect any kind of redstone signal coming out of the cable.
This is really getting on my nerves, because I worked out a very compact design and now the control part does not work.
I hope this is enough information to find the mistake and fix it.
Thanks in advantage.