04-12-2013 10:48 AM
Some of the flow meters I deal with dip below zero (below 4 mA) when pumps are idle. I only want to show the flow meter readout to be '0' (in Lookout) when meter goes to negative #'s, how can I do this?
04-12-2013 11:24 AM
There are a few ways to do this, probably the easiest is:
max(flowmeter,0)
04-12-2013 11:36 AM
Works great! Thanks