can i make it so when a trigger is trigged it triggers many times without having to be hit many times???
Ex: Channel triggers trigger. trigger triggers 5 times
can i make it so when a trigger is trigged it triggers many times without having to be hit many times???
Ex: Channel triggers trigger. trigger triggers 5 times
Sorry give me a sec (Had to reread)
Give me a sec (sorry)
MMMMMMMMMMMMMMMMMMMMMMM didnt think of that (Everyone hates repeaters here)
You could use something else… but my not good brain decided to use not good repeaters
Im using code to see if i can try from there
basically
1 wire or channel to each a counter and a Repeater then when you reach the specific number set by you. it will stop the repeater.
I mean, I am sure it is possible, but I do not know how at the moment. (sorry my brain a lil sleepy)
i want this to happen
but in order to do this i need it to decrease by more than just one time
all I heard was trigger
but anyway I think that’s called a trigger loop, basically a more efficient repeater.
Place a repeater and set it to have a really small task interval. Have it transmit on Channel X. Set it to end after a certaint amount of repetitions, the number being five in this example. Place a trigger, set it to activate on Channel X.
So just use Channel Trigger to start the repeater and repeat the signal.
Does that answer your question?
A repeater that repeats 5 times every time it runs the task would work.
basically: Triggered → start task
I want it to all happen at the same time
Place a trigger, and place a counter. Have the counter increment when the trigger is triggered (use channels for this, not a wire). Then, make the target for the counter to how many times it should trigger. When reaching the target, make it broadcast on a channel to deactivate the trigger. Now, (important you do this last) make the trigger trigger on the same channel it broadcasts on.
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.