10-12-2009 09:40 PM
Hi,
my goal is to get the data from the light sensing detectors and also to control the Temperature too.
So I designed a VI named Light detecting "sensor and data storage.vi" but the problem was temperature controlling.
as in this VI I can not set the temperature which I want.
So I made another VI named "temperature control PID.vi", and now I can control the temperature through the thermocouple.
But again the problem is that I can not run Both the VIs at the same time.
and when I try to run both the VIs at same time, the following error appears,
and I think, it is because that both the VIs has the settings for same thermocouple and can not acquire the data (teperature) at the same time.
So I want to remove the thermocouple settings from the "Light detecting sensor and data storage.vi" and want to put the " temperature control PID.vi" into it.
I am uploading both the VIs, If anyone can solve it, His work will be appreciated.
10-12-2009 10:11 PM
10-13-2009 03:13 AM
10-13-2009 04:45 AM
10-13-2009 09:58 AM
10-13-2009 11:19 AM
10-13-2009 07:46 PM
Dear DENNIS KNUTSON,
I have attached the VIs. please modify it and upload it for me.
then I will check, whether it will work or not?
thank u very much for helping me.
10-15-2009 01:21 AM
Hi,
I mean to say that from the first VI, i m getting the signals from detectors and it also shows me the temperature. but from this VI, I can not set the temperature of the heater.
thats why I made another VI <the second one in attached files> by which I can control the temperature.
but both the VIs are not working simultaneously.
so plz delete the temperature settings from the first VI and put the second VI into it.
thanks.
10-16-2009 12:55 PM
Hi akhpal,
You will not be able to aquire the data at the same time from two VIs. You should collect it in one place and apss it on.
Flash
10-16-2009 07:31 PM
I have attached the VIs of Both. could you finish the settings of thermocouple and output amperes <current> from it. and then putting the PID into it.