LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why do a TC input and AI scan produce error code 10608?

I have one VI which controls a TC and relay on a heater.  In another VI, I have a AI scan which reads pressure sensor information.  Why can't I run them together?  I get an error code 10608 when I run them together.  Would someone please tell me what to do to set them up to run together?

Thanks,
Kevin
0 Kudos
Message 1 of 3
(2,750 Views)

Can u post your VI?

plus a brief discription of the hardware you are using?

 

0 Kudos
Message 2 of 3
(2,737 Views)

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,

0 Kudos
Message 3 of 3
(2,726 Views)