Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I activate an AcquiredData event before I reach CWAI.NScans ?

I want to get the aquired Data all at once because Win2K causes time changes in my data if I try to get them one by one.
Can I generate the AquiredData event with the CWAI.Stop methode? I start my Measurement with a digital trigger. Can I generate the AquiredData with a Digital Trigger?

Diplo
0 Kudos
Message 1 of 2
(2,380 Views)
Diplo,

Unfortunately, there is no way to fire the AcquiredData event before NScans are acquired. You may want to consider performing your acquisition without events. You could use either the AcquireData or Read method. The AcquireData method is used in the following example program:

C:\Program Files\National Instruments\MeasurementStudio\VB\Samples\DAQ\Analog Input\Acquire N Scans without Events

Good luck with your application.

Spencer S.
0 Kudos
Message 2 of 2
(2,380 Views)