I'm reading the mv output from a gas analyzer using a CR1000 and want to hold the max value for only 30 seconds or a minute before resetting to zero for the next run. Can this be done using MaxValueOverTime? All the reset to zero times with this instruction are much longer than I want.
Thanks, Alec
The simplest way is probably to use TimeIntoInterval.
If TimeIntoInterval(0,30,Sec) Then MaxReading = -9999