01-11-2006 03:21 PM
01-12-2006 01:43 AM
Can u post your VI?
plus a brief discription of the hardware you are using?
01-12-2006 11:06 AM
Hi kch,
It sounds like you are getting a resource conflict. What is likely occurring
is that you are trying to monitor the thermocouple on one of the analog input
lines and then with a separate operation you are trying to monitor the pressure
sensor. It also looks like you are using Traditional DAQ in one or both
operations, or one is written in DAQmx and the other is in Traditional DAQ.
What you will need to do is either integrate the two measurements into a single
call to the analog input that reads both channels or make sure that one analog
input operation is completed before you attempt to begin the next.
Regards,