I'm upgrading older code from tradition NI-DAQ to NI-DAQmx in LabVIEW 8.5.1 using a PCI-6229 board.
I'm posting two simplified VIs as an example to my problem. The first one uses a circular buffer to gather data from one AI channel, and it gives me the value I expect (whichever channel I choose: ai0 or ai1). The second attempts to do the same thing but on two channels, and it doesn't seem to work (both boxes give the same value for both channels).
I'm sure it's something simple, but I've run out of ideas and am under a deadline. Thanks!