Hi,
I created a daqTask as follow:
daqTask = new NationalInstruments.DAQmx.Task();
daqTask.AIChannels.CreateVoltageChannel(…)
When the application is running, is it possible to remove the existing channel and add a new one? Or we have to dispose the task and recreate it.
Thank you very much
David Phung