Air/Fuel monitoring

Post Reply
Rob Henderson
Posts: 32
Joined: Mon Mar 11, 2013 7:31 pm

Air/Fuel monitoring

Post by Rob Henderson »

Hi all
I would like to connect a Air Fuel O2 Sensor to an analog input.
The sensor outputs 0v-5v for 10-20 a/f.
any suggestions as to where to begin programming?
thanks
GRT_Jeff
Posts: 802
Joined: Tue Dec 11, 2012 12:11 am

Re: Air/Fuel monitoring

Post by GRT_Jeff »

To convert 0V-5V to an integer 10-20:

Analog # Function: Aux (EIS compatible)
Analog # Internal Pull-Up: Off
Analog # Scale Factor: 5
Analog # Offset: 20
Analog # Sensing: Forward
Analog # Integer/Decimal: Integer
Analog # Aux Function: Aux
Analog # Aux Name: A/F
Optional:
Analog # Remote Channel: (pick an unused channel 1-16 if you want to send this input to another display)

For one decimal place, multiply the scale factor and offset by 10 and configure it for Decimal mode.
Rob Henderson
Posts: 32
Joined: Mon Mar 11, 2013 7:31 pm

Re: Air/Fuel monitoring

Post by Rob Henderson »

Works perfectly
Thanks
Post Reply