Ok, I knew that ocurences did something useful but I am
still a bit confused:
* Can you set an occurrence for an output event. None
of the examples I've seen say so but it looks like
it should work
* How do occurrences actually help with the "hanging"
problem. Does the compiler see the occurrence in
a loop and change the wait parameters?
I looked at devzone but most of the stuff I found there,
even the promising looking stuff was all about
synchronizing and triggering, not about occurrences.
Rudolf
JB wrote:
: Once in the read function, the program "hangs" until the number of
: data points is in the buffer. The same applies to the write function.
: This means that most of the time, your program is waiting.
: To sol
ve this problem, you must use DAQ occurrences (--> hardware
: events).
: For examples for using daq occurrences, type "daq occurrence" in the
: search of the LabVIEW help or even better, at
: http://zone.ni.com/devzone/devzoneweb.nsf
: Hope this helps