Page 1 of 1
How to prevent a button to trigger when switch off?
Posted: Thu Jan 02, 2014 3:36 pm
by jjs
Hi,
is there a simple solution to prevent a button to trigger again when switching off ?
I noticed that every time i switch a button off, there is another trigger send, but not always measurable with the triggercounter !?!?
Thanks for any help on this !
Re: How to prevent a button to trigger when switch off?
Posted: Thu Jan 02, 2014 5:54 pm
by tester
Yes, you can control triggers. There are "bool to true" and "bool to false" prims to do that.
Or like this. The "test design" here is because in one direction switching is active and on other - passive.
Re: How to prevent a button to trigger when switch off?
Posted: Thu Jan 02, 2014 6:44 pm
by jjs
Thank you for your help Tester !
I think i can implement this.

Re: How to prevent a button to trigger when switch off?
Posted: Thu Jan 02, 2014 8:08 pm
by Nubeat7
you also could use the triggerswitch instead..
Re: How to prevent a button to trigger when switch off?
Posted: Thu Jan 02, 2014 8:29 pm
by jjs
yes, but at the same time i needed to switch a selector.
But after all trouble......the extra trig when switching did come in handy

(after rethinking the whole process), as it would trigger the save module to save also the last data which otherwise would be lost.
So thank you both for your input.
Re: How to prevent a button to trigger when switch off?
Posted: Thu Jan 02, 2014 8:58 pm
by tester
And also always pay attention to trigger order (these small black dots on green wires).