I'm looking to create a function of looking at WX0, or D0 (which is MATH: WX0*0.717), during a timer countdown. That analog signal and D0 changes during the timer, and I want to look at and retain the LARGEST value. Imagine a sine-wave. I need to find the peak of that sine-wave.
The trend will increase over time, and then when it has a down-ward trend, the peak that was created should be stored and used as D1.
I tried Max and MAXR functions but it doesn't accomplish what I want to do.
Furthermore, I'll eventually want to BANK the peak values within the program(s) to a CSV type file, which also has other data stored Re: the scan time and bank time.