MembersPage/DavidBlades/SenTest (2006-03-16 07:45:13)

Fitting sensors

Testing the Sensors

I've bench tested the NTC sensors and they work in pots of water at varying temperatures. Here's a picture of my "lab" (kitchen)

sensor_cal_sml.jpg

I need to add a IAT sensor to the plenum somewhere. Found one in a scrappy for £1. It works nicely. Here's a shot of it installed in the plenum.

iat.jpg

I have recompiled the firmware for the non-GM CLT & IAT sensors.

Got this to work a while ago, now have changed the IAT sensor and neither the CLT or IAT work right now!

The Steinhart-Hart equations were solved (by hand in one case!) and they give the correct temperature for the resistance, however the temperature still isn't quite right at low temperatures. Not too much of a problem for CLT really, but it is a concern for IAT.

S-H CLT IAT
A 1.22E-036.12E-04
B 2.76E-043.90E-04
C 7.26E-08-4.99E-07

VEMS reports 13c for CLT when it should be 20c and 8c for IAT when it should be 17c. Obviously something is being lost in translation between EasyTherm and the firmware.

I used 2700 Ohms as the bias resistor and checked the tables, and they are monatonic. What else have I missed - it's affecting both sensors by approximately the same offset so may well be common. (Eg Vref set somewhere in the ADC?)

Wideband Lambdas

I have done some work on the exhaust so the widebands will fit. Two new bosses have been welded in as the LSUs are bigger than the old sensors.

I've fitted two - one for each bank.

We need to modify the firmware for the 2nd to be supported.

[Add pic of modded exhaust]


Firmware mods for 2 widebands

We have some code in the round to be backported (mostly prepared for 2 channels, but some more changes still needed)

Calibration of WBO2

This is well documented in the wiki and manual, but the q & a here is interesting to keep.

The cal resistor in the wideband sensor is NOT connected. We use the wbo2_calibration setting in firmware instead of the cal resistor. Just measure the cal resistor for verification

A: The calibration resistor is not used in the v3.x wideband controller implementation, calibration is done trough adjustment of the calibration constant until your free-air o2% matches 20.95%. However, measure and document Rcal (allows verification of wbo2_calibration value). Don't forget that wbo2_calibration value is sensor dependent.

Back to: MembersPage/DavidBlades