If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
What To Do When Value Doesn't Propagate
5 posts
• Page 1 of 1
What To Do When Value Doesn't Propagate
Definitely one of the most frustrating problems I've run into while working in Flowstone is when a value doesn't propagate correctly through a schematic. It will seemingly get stuck at a specific point where the next node doesn't receive the correct value unless you manually click on it, even though everything connected before it has updated correctly. It of course doesn't appear to make any sense, but there does seem to be a solution.
When you find the point at which the value looks to be stuck, place a trigger blocker in the connection between it and the previous node. Then, wire a "trigger pass" (a module that contains only an input wired to an output with both nodes set to trigger) from the beginning of that block of code (e.g. the input of the module you're working in) to the node after the trigger blocker. Make sure this trigger link is connected last.
Cross your fingers and test your schematic again, and hopefully things will be working without a hitch now.
My hope is that if anyone else is finding themselves frustrated with this sort of issue they'll find this post!
When you find the point at which the value looks to be stuck, place a trigger blocker in the connection between it and the previous node. Then, wire a "trigger pass" (a module that contains only an input wired to an output with both nodes set to trigger) from the beginning of that block of code (e.g. the input of the module you're working in) to the node after the trigger blocker. Make sure this trigger link is connected last.
Cross your fingers and test your schematic again, and hopefully things will be working without a hitch now.
My hope is that if anyone else is finding themselves frustrated with this sort of issue they'll find this post!
- Perfect Human Interface
- Posts: 643
- Joined: Sun Mar 10, 2013 7:32 pm
Re: What To Do When Value Doesn't Propagate
Thankyou!
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."
Albert Einstein
Albert Einstein
-
JB_AU - Posts: 171
- Joined: Tue May 21, 2013 11:01 pm
deleted by uploader
deleted
Last edited by tiffy on Mon Aug 24, 2015 7:51 pm, edited 1 time in total.
-
tiffy - Posts: 400
- Joined: Wed May 08, 2013 12:14 pm
Re: What To Do When Value Doesn't Propagate
The trigger blocker is useful for when you want to control when something updates or limit triggers. Basically, you'd feed triggers from somewhere else. That way the value updates from the "somewhere else" triggers rather than passing the triggers you've blocked. A common example would be when redrawing GUI elements; because redraws are expensive and you might be sending 500 triggers in a second to a redraw even though your monitor can't refresh faster than 60 times a second, it's much better to just block the triggers and then feed more controlled triggers from a ticker instead.
- Perfect Human Interface
- Posts: 643
- Joined: Sun Mar 10, 2013 7:32 pm
Re: What To Do When Value Doesn't Propagate
tiffy wrote:I still don't understand the logic behind the need for a trigger blocker in any schematic
Trigger blocker is awesome.... combined with a s+hold you can easily control
how your circuits behave.
Trog's Trigger Tutorial is a must read....explains it all really well..he even breaks down the trigger order
with pictures so you can see how the signal moves..
http://synthmaker.co.uk/forum/download/file.php?id=6297&sid=e1d16e22338a5329b1b59032efbcae75
BV MUSIC SYDNEY AUSTRALIA..Songwriting and Software development
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
- billv
- Posts: 1157
- Joined: Tue Aug 31, 2010 3:34 pm
- Location: Australia
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 93 guests