I am using something like this:
function pulse(rsComponent, side)
rsComponent.setOutput(side, 15);
rsComponent.setOutput(side, 0);
end
pulse(thirdGenerator, sides.bottom);
pulse(secondGenerator, sides.bottom);
Both "thirdGenerator" and "secondGenerator" are Redstone I/O block cpmponents connected to the computer via cables.
Running this will make them give a short pulse at the bottom of the blocks but there is like a 10 tick delay between them.
How can I manage to make both of them activate at the same time?
Also, is there a way to set a fixed amount of ticks (a re