MembersPage/DavidBlades/FanTest

Not just about testing fans any more, so the page will be renamed to something like "Ancilliary Output Testing"...

Ancilliary Output Testing

A page about all the fun I've had making VEMS drive the ancilliary stuff you need to run an engine (and know what it's doing)

[etc...]

Testing the Fan Control

I'd very much like to get rid of the silly otter switch arrangement that drives the fans.

There are 2 fans on the later Griffs. My current plan is to control them independantly from the fan and water pump controls from VEMS, with different on temperatures and different levels of hysteresis.

Temperature control is very important in a fibreglass car - because fibreglass is such a good insulator. TVR used a 75 degree thermostat to get around this, but it was fixing the symptoms not the problem. I have installed a huge ratiator, proper 85 degree stat and will have staged fan controls.

Well, after an exhausting search for the coil wires on the fan relays (they went into the engine bay and came out again...) I plugged them in to VEMS, set the temperatures and they worked. First time too - most impressive.

Temperature control is very stable once the car is warm. There is a dip just as the stat opens when it is warming up (nothing I can do about this). Even sat in traffic, I very rarely see anything above 98C. In free flowing traffic it sits at about 85C. Exactly where it should.

[Add graph of temperature control from Megatune]


Fuel pump

Fuel pump relay has been connected. I'm using EC36 pin15 - P259 channel 5. I'm using 3.5 seconds for initial prime and it continues for a second after the engine stops. Both parameters unscientifically measured from the previous ECU.

It's often a good idea to use free injector outputs (If you still have some free) first (more rigid) before using up p259 outputs. Measure resistance of relays (and inductivity too if your DVM supports L measurement).

I have 8 injectors running sequentially so there's none spare. I've used the same relay as the fans have (ie those with added diode) so I have at least the illusion of protection for P259.

Q: I have found a "funny" with the fuel pump. When I have the ECU switched on (with the car not running) and I turn on the headlamps, the fuel pump will run for a second or so (the time appears to be the "fuel pump off after x seconds" parameter in Megatune). When I turn the lights off again, the pump sometimes does the same.

If the fuses are removed from the power side of the lights, then the problem doesn't happen.

I have sorted out the grounding of the ECU such that the sensors are grounded to the engine and the power to the -ve terminal (previously everything went to the -ve terminal) and the problem persists.

I think the only cause could be the huge inrush current caused by turning on the headlights. They draw something like 10A normally, so inrush is huge... The question is, how is this affecting VEMS and causing it to think the engine has stopped?

A: It seems you headlights lift ground level slightly during switchon, a single trigger will turn on the fuelpump for at least "fuel pump off after x seconds time" when the ecu sees a trigger event (even without wheel in sync) it prepares the engine for running (turning on fuel pump etc), nothing to worry about - DB


Tacho Output

Should have been simple, BUT

Alternative options


Evaporative Emissions Control - EvaporatorCanister

The vent pipe from the fuel tank goes to a carbon canister in the inner wing. Another pipe comes from this to the plenum on the engine.

Under certain conditions a solenoid is pulsed to evacuate the carbon canister of any fuel vapour it's collected (into the intake manifold for digestion inside the engine). Guessing the conditions:

So proposed config parameters for the evap_duty(MAP) function are:

Obviosly, interpolation in between. This would result in smooth transitions (less chance of stumble or similar), while preventing blow out (pressurize the tank ??) through the purge canister at boost (unless someone specifically configures so).

Config parameters I'd like, but are not essential are:


This should save me a bit of cash in summer - a black car gets very hot and no doubt lots of fuel evaporates... ;) Evaporating hydrocarbons and not burning them is just wasteful anyway.

Marcell's engine should have EvaporatorCanister connected too (especially with the warm seasons coming), just have to find the evaporator in the engine bay (IIRC I found earlier).


LCD Issue

Just picked up a little LCD problem. It works for the most part, but sometimes just stops displaying anything (backlight stays on).

It then periodically works, but partially displays gibberish.

If I turn the car off and on again, it always works properly again.

I've checked the wiring, and that looks to be OK.

Seen a similar thing on MembersPage/PhatBob. I have replaced the wire with something that's shielded a bit better and the LCD is much better, but not perfect yet.

Q: The LCD problem has been narrowed down to a problem with the fans - when either fan starts or stops, the LCD problem happens. This is regardless of how well shielded the cable is. An MLI command always fixes it. So the noise is either injected into the

We could maybe make some firmware change so reinit happens often, automatically.

New firmware (.36) has completely cured this problem. It now never happens.

LCD Parameters from Config\n

lcd_c0=FF
lcd_delay=22
lcd_backlight=FF
lcd_offs[0]=FF
lcd_offs[1]=FF
lcd_offs[2]=FF
lcd_offs[3]=FF
lcd_default_view=00 


Back to MembersPage/DavidBlades