Hello,
what is the minium sample frequency for
PCI-6220 M-series
http://sine.ni.com/nips/cds/view/p/lang/de/nid/201761
and
USB cDAQ-9172
http://sine.ni.com/nips/cds/view/p/lang/de/nid/202545
with "any" module
, for example with
NI 9205
http://sine.ni.com/nips/cds/view/p/lang/de/nid/202633
, with hardware loops ?
Well there are two different kinds of sampling
1) Timed loop - where Labview starts a new sample conversion each x seconds
2) Hardware Loop - Labview sets a hardware timer, and the data is
transfered automatically by the
hardware to the driver and the Labview
application. Until the arrival of the data the loop is "suspended".
This is the "prefered" sample method, as here the hardware guarantees the sample frequency
AND the (block) transfer to the Labview application, so that there is no CPU-use burden for the Labview computer.
"Cheap" DAQ hardware like USB-6809
http://sine.ni.com/nips/cds/view/p/lang/de/nid/14605
don´t have such a hardware timer, AFAIK,
but with cDAQ and "any" modern DAQ PCI card can do this.
But as there is a hardware timer - in the hardware, I expect, what is the slowest setting ?
So there is a register which is counted down, or up. And this value is limited, either 1 or the highest value is the limit).
( In opposite, the fastest setting is of course limited by the speed of the A/D conversion, the number of channels ect - well known.).
So if I want to write an application which samples ( temperature ) signals from very-slow to very fast ( 10Hz! - very unusual),
I assume that I must write two different loops for data aquisition:
1) One for the hardware loop for fast and medium sample frequencies,
2) one for the timed loop for very-slow sample frequencies ( 1/minute or 1/h)
and I would like to know the low limit for the hardware loop.
Sincerely
Rolf
Message Edited by hemmerling on 02-08-2007 03:04 AM
Message Edited by hemmerling on 02-08-2007 03:12 AM