06-27-2015 09:36 AM
I am using a "Mask and Limit" to produce boolean signals based on data being collected. Inside the loop, this will obviously produce a boolean with every iteration. However, I need this boolean signal to be available outside of the loop with every iteration as well. Is there a way to make this constant stream of booleans available outside of the loop?
Thank you in advance.
06-27-2015 09:44 AM
06-27-2015 09:51 AM
06-27-2015 09:57 AM - edited 06-27-2015 10:05 AM
As a side question, would having an indicator inside the loop passing the continuous booleans to a local variable outside the loop work? Or, even better, notifiers?
06-27-2015 10:14 AM
06-27-2015 10:20 AM
06-27-2015 10:28 AM
06-27-2015 10:54 AM
06-27-2015 11:33 AM
You're looking for the word "queue." Let the notifiers go.
06-27-2015 01:13 PM