At 7:58 -0500 5/19/04, [EMAIL PROTECTED] wrote: >If the task acquires a finite number of samples and you set this input to > -1, the VI waits for the task to acquire all requested samples, then reads > those samples.
Is this a blocking wait like the non-DAQmx call into a CIN (or LLB) or is it a "LV style" wait where other LV nodes even in the same thread can execute? That would be nice! Is there a way to do this threading in our own created dlls (frameworks)?. I would like to make my PCI-GPIB library non-blocking but that is not trivial because of this limitation. Is there a way to set up a call back into LV for a non-blocking wait from a CIN or framework? Then again, DAQmx could be ported to all the other platforms since it was written in such a nice modular way that it only needs a trivial stub driver for other platforms..... :-) -Scott
