LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to set the scan rate in the example "NI435x.vi" for the 435x DAQ device?

I am using LabVIEW 6i, A 4351 Temperature/Voltage DAQ, and am using the example vi "NI 435x thermocouple.vi"

How do I set the scan rate on this VI? I added a counter to just to see the time between acquisitions, and it is roughly 4s for only 4 channels. The Notch Filter is set at 60, but is there a control for scan rate on this example. I'd like to acquire around 1 Hz.
0 Kudos
Message 1 of 2
(2,641 Views)
Using this DAQ example, it may be easiest to simply place a wait function in the loop and software time when the data is extracted from the board. You can also take a look a the NI-435x pallette and the examples it ships with, along with the timing specs on page 3-3 of the 435x manual and set the filters to meet your needs:
http://www.ni.com/pdf/manuals/321566c.pdf

Regards,
Chris
0 Kudos
Message 2 of 2
(2,641 Views)