Extending a short redstone signal in Minecraft?

Fa
6

I'm currently building a redstone circuit and have now encountered a problem for which I can't think of a solution. I would like to know how to convert a very short signal to a longer one. However, the signal here is so short that a circuit with comparators does not work, because even there the signal is so short and the comparators do not "power".

Tu

I don't know the exact solution right now, but why don't you make a normal redstone signal, extend it as much as possible and then emit a short signal? It's easier.

Sp

Even more of these comparators, if those are the things you can use to delay the signal.

Ou

Try it with dropper, hopper and comparator that could work, if you know what i mean. I think you will find tutorials for pulse extenders on Youtube.

an

Connect a redstone repeater to the signal on 2 ticks. (So right-click the repeater once after you have placed it).

It then gives a 2-tick long output, which comparators can recognize.

(If you connect a repeater to 3 or 4 ticks, the output is accordingly 3 or 4 ticks long. Repeaters not only delay a signal, they lengthen it if it is too short.)

Fa

Thanks. Now it's working.

an

Please ^^