12-09-2008 10:54 AM
12-09-2008 11:09 AM
12-09-2008 12:25 PM
Hi Jcmbee,
Yes you hit it right on the nose. We have a bunch of thermocouples all in align and we want to measure where that transition happens from the last cold temperature to the first high temperature and then find which thermocouples are inbetween those values. Once we find those thermocouple we will then take the midpoint to define the length we are looking for. As of now we don't have something like this written. I'm new to this LV stuff. If you have any ideas I'm all ears!!! Thanks!!
12-09-2008 12:29 PM
12-09-2008 01:44 PM
We are serially using an Agilent 34970A to record the thermocouple values.
Thanks,
Jeff K.
12-09-2008 01:49 PM - edited 12-09-2008 01:53 PM
12-09-2008 02:05 PM
Thanks for the links however I've already downloaded the drivers for the 34970A and I've have had luck using them in the code. I can record the data and everything but I now I need to help to figure out how to measure that transition zone when measuring all those thermocouples???
12-09-2008 02:11 PM
12-09-2008 02:29 PM
12-09-2008 02:59 PM - edited 12-09-2008 03:03 PM
It may be useful for you to look into using a state machine architecture for this program (assuming you ever get the inclination to rewrite it). As for your question, from what I can tell by looking at your block diagram you are using the "HP34970A EZ Temperature.vi" to read the actual thermocouples in from the GPIB. That vi is missin but it looks like you are supplying an address for the thermocouples with the string control? The output is the array of voltages that you build into a 2D array, add an offset to and then pass to the "Swales temp splitter.vi", which outputs arrays of 10 temperature readings? Is this right?
How do you want to define the trasition zone? What is hot and what is cold and what is considered to be tranisitioning from hot to cold? What do you expect the temperature profile to look like?