I have an application with an NI6052E where I have to change my parameters a lot for different purposes on the same hardware channels. I need to acquire two channels on software trigger with one sample rate, then later I have to acquire 1 channel on hardware trigger with a higher sample rate. Whichever way I set up a channel first seems like it locks the DAQmx channel to that configuration, so I get messed up results anytime I try to acquire that channel at a different sample rate later in the program. I also get messed up when I try to get one channel with a DAQmx call, then later try to reconfigure the same DAQmx Task name to get more than one channel. All my vi's individually run fine, but when I se
quence them DAQmx gets confused. Do I need to create a new virtual channel for each possible sample rate or something? Anyone run into this?
-Devin
I got 99 problems but 8.6 ain't one.