Is there some way I can send a channel signal to a counter, and it will add a specific number?
Say I want to press a button, and it will transmit a signal to some system, and it will add 10 to the counter immediately.
1 Like
Yeah, use a channel to a repeater, trigger loop, or some block code to just repeat the signal several times, however much you want to add to the counter.
You press a button and it triggers a trigger that broadcasts the counter increase channel ten times.
1 Like
I’ve been trying with these devices. Repeater is too slow, I can’t get trigger loop to run on 1 channel signal, and I can’t find a block code for incrementing a counter # number of times
Just broadcast on channel a bunch in the block code, and the counter will increase by one on that channel.
You just need to broadcast the channel from a lifecycle.
Solution marked and last reply was several days ago.