OpenSprinkler › Forums › OpenSprinkler Unified Firmware › Integrating flow sensor with sequencing? › Reply To: Integrating flow sensor with sequencing?
August 25, 2015 at 4:47 am
#39973
David
Participant
@Martin
just define a minimum and maximum flow threshold and a program like this? :
if ( flow < minimum_flow_threshold ) { stop; } //no water is flowing
if ( flow > maximum_flow_threshold ) { stop; } //to much water is flowing