05-08-2009 08:24 AM
05-11-2009 02:16 PM
Hey Eagle01,
There's no way to control which channels are active or not active once a task begins. Since you're not wanting to have to reload the task each time either, you can't programatically control which channels the task use or don't use. I would suggest approaching a post-processing method, taking an array out and only grabbing the data important to you once it's established. Your best way though would be to use a state machine architecture that will perform or load the channels you want or don't want to work and then read. Let me know if you have any more questions.
Thanks,
05-11-2009 02:48 PM
05-11-2009 02:58 PM