03-20-2007 12:02 PM - edited 03-20-2007 12:02 PM
Message Edited by Bandit on 03-20-2007 12:05 PM
03-22-2007 11:03 AM
03-22-2007 11:54 AM
Thanks Yatin. It's always nice to get an answer, and even nicer when it's the answer you wanted to hear.![]()
Best Regards,
Bandit.
03-23-2007 07:32 AM
A small addition to YatimM's answer
For acquisiton on analog input channels, you cannot execute 2 tasks simultaneously even if they scan for 2 seperate sets of channels
For Ex: task 1: acquiring from analog channels 0 to 3 and task2 : acquiring from analog channels 4 to 6, will still give a 'device reserved' error, because a single ADC is available and used for multiplexing all channels in a task/ scan list and the second task will give up this error
03-23-2007 07:43 AM
Thanks for that devchander, I don't think it's a concern in my application but I'll check through my code to make sure.
It's certainly worth bearing in mind in the future.
Bandit.