I'm wondering if there is any ability to hold and display a peak value for a Channel? What I would like to do is hold a value until it is surpassed by the channel which then updates it. As an Example:
Oil Pressure: 350 kPa
Peak value holds and displays: 350 kPa
Oils Pressure drops: 305 kPa
Peak value holds and displays: 350 kPa
Oil Pressure rises: 365 KPa
Peak Value now holds and displays: 365 kPa until a higher value comes into play.
I hope I described that correctly, I 'd like to do this for both displaying numbers and also segmented bar graphs (On a side note, is there anyway to create a Bar Graph with only an outline? This would enable me to create a line in the Bar Graph for Peak value)
Thanks in advance!