07-27-2006 12:57 PM
07-28-2006 12:20 AM
If you have built a VI/ application then, do tell us how you are doing it
please answer the above so that we can suggest better
07-28-2006 10:02 AM
Hi, thanks for helping me,
I actually try to reading temperature with the SCXI 1112 with task because I have to read 8 temperature at the same time. I using max to configure the task for each reading. I try configure the 8 tasks reading with 1 sample when ask or continous and i got the same problem. The ressource is reserved.
I do an initialisation for all task before entering in while loop. I do initialisation with a sequence for each task and merge error. I take a look on Multi-Function-Synch AI-Read Dig Chan.vi to adjust my VI for multi task but I don't read anything cause I have an error, ressource reserved.
I attach my file, if anyone want to take a look on, let me know for any improve.
Thank a lot,
Frederic
07-28-2006 04:47 PM - edited 07-28-2006 04:47 PM
Hello Frederic,
The reason why you are getting the resource reserved error is because you are trying to create multiple tasks of the same type and that is now allowed. The reason why this is not allowed is because there is only one ADC available in the system and it has to be multiplexed so that it can read multiple channels. So, what you need to do is create a single analog input task and then have multiple channels in it. Kindly refer to some examples available through the example finder for more information. You can launch the example finder by clicking on Help >> Find Examples from any VI.
Regards,
Chetan K.
Application Engineer
National Instruments
Message Edited by CKap on 07-28-2006 04:50 PM
07-31-2006 10:31 AM
01-10-2007 08:46 AM
01-11-2007 09:59 AM
01-11-2007 12:01 PM
01-12-2007 09:17 AM
01-12-2007 09:38 AM