....
> ie..like i'm loosing time domain info
>
> (the loop is actually written to take a running average of
> last 10 data points)
>
> if i'm running a 100Mhz daq card shouldn't i be getting
> 100,000 data points per second? ( per loop iteration)
>
> i'm not using an NI board and dont have access to aquire
> waveform vi's or my card's internal clock info (at least not
> easily)
Using a 100MHz card, you could be retrieving as many as 100,000,000 pts
per second, but that is almost certainly going to be possible only if
you are using HW timing and DMA. If you are doing SW timed I/O, then
the OS and other tasks in LV will affect the point in time when the
readings take place. If it is important to have the readings sampled at
evenly spaced intervals, li
ke if you are looking for frequency
information, then you should look to use the HW timings on your card or
move to a card where you can do HW timing.
Greg McKaskle