Page 1 of 1

Prevent a queue from being stopped accidentally

Posted: Fri Aug 02, 2019 6:15 am
by yokosuna
Hi out there,

when starting a queue throught a keyboard shortcut, how can one prevent that by
accidentally hitting the same key a second time, the queue stops ?

Thx.

Re: Prevent a queue from being stopped accidentally

Posted: Fri Aug 02, 2019 8:59 am
by GGGss
Start button inside a frame sending a loopback channel
Chase triggered by this loopback
first step in the chase is a disable command of the frame (through loopback)
(last step enables the frame again)

Something like that? But what happens if the frame get's disabled - does the signal stay active???
Have to try

Re: Prevent a queue from being stopped accidentally

Posted: Fri Aug 02, 2019 10:01 am
by yokosuna
Thx for pointing me in the right direction :-)

See the attached project that works for me now...
I can start a chaser that cannot be interrupted by itself.
Using looback heavily and had to set the loopback trigger channels to LTP
and never ever use zero (0) for the triggers !

Thx.