LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What are the equivalents to AI single scan and AO single update (from v. 6.1) in version 8.2?

I just recently upgraded my labview program from version 6.1 to version 8.2 and now I'm converting over some of my VIs from the previous version.  I'm looking for equivalent VIs to AI single scan and AO single update.
0 Kudos
Message 1 of 3
(2,762 Views)
The functions are available if you install traditional DAQ as well as DAQmx but since the traditional DAQ driver is no longer getting updates, you'll want to transition to DAQmx. You should check the references that Abhinav T mentions in this post. A DAQmx Read is used for acquisition and a DAQmx Write is used for output.
0 Kudos
Message 2 of 3
(2,751 Views)
Yeah I figured I should make the transition to DAQmx, but I wanted confirmation that I was using the correct VIs (and that there wasn't something obvious or right in front of my face that more applicable).  Thanks.
0 Kudos
Message 3 of 3
(2,744 Views)