arraybuilder & triggerswitch issue

For general discussion related FlowStone
Post Reply
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

arraybuilder & triggerswitch issue

Post 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?
Attachments
arraybuilder_and_triggerswitch.fsm
(1.45 KiB) Downloaded 930 times
User avatar
digitalwhitebyte
Posts: 106
Joined: Sat Jul 31, 2010 10:20 am

Re: arraybuilder & triggerswitch issue

Post 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
Last edited by digitalwhitebyte on Fri Jun 21, 2013 1:08 am, edited 1 time in total.
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Re: arraybuilder & triggerswitch issue

Post 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.
Attachments
trigger blocker.fsm
(383 Bytes) Downloaded 922 times
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: arraybuilder & triggerswitch issue

Post 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!
Post Reply