03-06-2006 10:45 AM
David,
Doing some research about the event structure is a very good idea because event structure is a very handy/powerfull/cool tool.
I think your question “How to extract the value of rolling so it can be used elsewhere in the VI” shows that your architecture might not be appropriate to what you’re trying to do.
I can give you different ways to read the value of “rolling”
from another part of the VI, even from a different VI or a different
application but the question that should be considered is “At the moment “rolling”
is being read at the other part of the VI, is the value what you wish it is ?”…
I am not sure I am being clear
You said that this "rolling" control determines if you have to write something or not, correct ? So why not puting the bit of code that write (or not) in a subVI and place this subVI inside the loop.. this way you will be sure that when it comes to decide wether or not you will write, the value of rolling is the current value.
By the way, what are you writing ? and where to ?
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
03-06-2006 11:09 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
03-06-2006 11:24 AM