Automatic fuel transfer
I want to setup an automatic fuel transfer using the sensor calibration (FUEL_LEVEL) input. My goal is the fuel pump turns on when the calibrated fuel tank level reaches 4 gallons and off at 9 gallons. I am using the counter to make it work but is there a better way to achieve this without the counter?
on if
CAN keypad 1 Button 4 state equals true


Thanks
Keith
40 Views
you could possibly get a similar result using generic functions. on if equal to or greater than 4. and value is less than 9. that way the value is true if it's greater than or equal to 4 gallons. and on if its less than 9. they're for keeping the level between 4-9 gallons