Page 1 of 1

arraybuilder & triggerswitch issue

Posted: Thu Jun 20, 2013 11:37 pm
by Nubeat7
hi there, i found some strangething using trigger switch with arraybuilder, the array builder gets values from triggerswitch when second in of the trigger switch is false (there should be no signal possible) watch the schematic, if you put a sample and hold in between it works correctly... a bug?

Re: arraybuilder & triggerswitch issue

Posted: Fri Jun 21, 2013 1:00 am
by digitalwhitebyte
I think the answer is in this example
Summary example of trig system
Summary_Example_of_Trig_System_DWB~2013.fsm
Edit: replaced for better sequence step
(462 Bytes) Downloaded 959 times

Re: arraybuilder & triggerswitch issue

Posted: Fri Jun 21, 2013 1:07 am
by MyCo
As DWB noticed, it's the behaviour of the trigger system. It not only happens with arraybuilder (see attached file). When there is a trigger coming into the right input box, it asks the trigger blockers for their current value. All of the trigger blockers then ask the "value" input box. So the trigger blockers all get the same value and pass it to the right input box.

Re: arraybuilder & triggerswitch issue

Posted: Fri Jun 21, 2013 1:46 am
by Nubeat7
thanks for the replies, ok in blocking mode it works exactly like the triggerblocker! hmm, like its description says :)
so should be more careful using it, but good to know that reverse triggers can be "blocked" with a sample and hold.. damn and i was shure i understood trogs trigger tutorial... now i do understand it more!