03-18-2008 09:16 PM
03-19-2008 10:28 AM
Hello Cindy,
Once you've started a task the only way to actually remove a channel is to stop the task and recreate the task with fewer channels. This would cause a delay between acquiring both channels and then starting to acquire only the one you want. That being said, you could easily add a case statement to just ignore the data you receive from the channel you want to "remove." You would still be acquiring samples from the other channels in hardware, but you would just remove the extra data in software. If this isn't a satisfactory solution it would be helpful if you can provide a more specific description of what you want to do and why you want to remove these channels.
I hope this helps!
Cheers,
03-19-2008 02:45 PM
Brooks_C,
Thanks for the response. As you said, I will just discard the useless data from another channel.
Cindy