Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

max value with 30 second reset


Alec Aug 12, 2015 09:31 PM

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


JDavis Oct 16, 2015 05:17 PM

The simplest way is probably to use TimeIntoInterval.

If TimeIntoInterval(0,30,Sec) Then MaxReading = -9999

Log in or register to post/reply in the forum.