LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to obtain a DAQ acquisition device characteristics - for instance, max sample rate - inside a LabVIEW program?

Hi !!!

I´d like to know if it´s possible to obtain a DAQ acquisition device characteristics - max sample rate, for instance - inside a LabVIEW program. Can anyone help me?

Thanks in advance !!!!
0 Kudos
Message 1 of 4
(2,539 Views)

Pass your task to the timing property node and select sampleclock.maxRate for example.  you can get most properties of a device with a similar method.

 

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
Message 2 of 4
(2,531 Views)
In LV 8 and up there is the property browser (under ctrl-shift-B), there you can select the DaqMX object library and search for properties. After finding the right one you can place the node inside your code!

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 3 of 4
(2,524 Views)