03-26-2003 07:30 AM
03-26-2003 10:37 AM
09-26-2008 03:09 PM
I am also trying to display the maximum values and time of maximums for the project I am doing.
I can't seem to find the max/min function for my program.
Using a thermocouple input device, I am reading in 3 thermocouples (USB), graphing them (on a waveform chart) and writing them to a file.
I can't figure out which max/min function to use:
At any given iteration, the thermocouples are only single values, of double precision format.
Therefore, I cannot use waveform max/min.vi. I also can't do anything with arrays because I don't have an array.
I have a feeling I need to do something like use a shift register to store the value each iteration,
but could someone help me out with the specifics of what I should do?