top of page

Tech Forum

Public·124 members

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

350 Views
skyler.gibson
03 de set. del 2025

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

bottom of page