11-18-2005 11:25 AM
11-21-2005 02:03 PM
Hello Shack,
It would be helpful if you mention what hardware you are using. If you are using a DAQ device that is compatible with NI-DAQmx, I suggest you use this driver to program with. You can see the compatibility of hardware and driver software at http://www.ni.com/support/daq/versions.htm by choosing the bus type of your hardware. There are NI-DAQmx examples installed in the Example Finder.
I believe you will probably want you program to be setup so that it takes one measurement from your thermocouple and then compares that value to something that you specify and depending on the outcome of that comparison, turns on or turns off the heater. You will need this done many times so you will probably want to use a while or for loop to make your code run over and over again. If you get working on this and want to post your code, we will be happy to take a look at it and offer suggestions.
Thanks,
Laura