10-17-2008 11:11 AM
10-20-2008 12:40 PM
I haven't worked in PXI, but have done a lot of VB6 programming with the legacy DAQ stuff. Sounds like what you need to do is a SCAN - which is multi-channel. There are different ways of doing this depending on whether you want to start the daq device collecting data and then have your app do other stuff, coming back periodically to check if the data collection is done. Or if you're simply looking to grab a quick set of readings, check out the Scan_Op command.
I believe in most (all?) scans you need to collect more than one reading per channel - but you can do as few as 2 per - then average them.
Hope this helps!
Rick
10-20-2008 04:16 PM
Thanks a lot. I looked at those functions but didn't think I could use them because they are listed as working only with an E series device, the PXI-6120 is an S series device. I'll give it a try.