MembersPage/GergelyLezsak/StageThree (2005-11-07 16:22:13)

Stage 3 - Control misc. devices


Tachometer

Engine speed output is routed from Motronic 'ECU (55 pin) connector' pin 6 and signal goes to instrument cluster pin A7.

NEWS 2005.11.04:

Just tried the simple way and gave the tacho the signal of ignition and it's working more or less.

(Actually it gets fix +12V through a 10KOhm resistor (pullup) and that's going towards to the ignition pin of GenBoard through a diode)

+12V - - - - -10KOhm- - - - -tacho_signal- - - -|>|- - -ign.driver

So it's working but I see a bit lower RPM values on the tacho than the LCD shows. (maybe 10-20% lower, haven't tested much)

What can be wrong?

-Will look after voltage near the gauge, that can cause interesting reads also, I think.

However, with the tach output (since it's a freq-out signal, asyncron from the real ignition) it's possible to tune frequency.

- Wow, nice new feature I didn't know of :) Now I'm trying to figure out how it works. In actuators.c I see I can multiple value of engine.rpm_period by powers of 2 only. Multiplication of period gives me division of frequency. I'd like to multiple crank frequency by 3 or more likely by 3.3 . How can I do that?

The whole tach_out configuration is curently (1.0.23) sloppy:\nÿ1ÿ

Something like scale16_4_clamped() in multitooth.c would do. Proposal for better utilization of config.tach_divider:

But 3 + 5 would do just as fine, *(32/64 .. 63/64) should be perfect for fine-tuning.


Fuel Consumption Gauge

As what comes to controlling fuel consumption gauge, it seems that inside instrument cluster has some kind of adaptation module, which is engine type specific (size, number of cylinders etc.) - somehow it derives consumption from above mentioned tachometer signal and/or following two signals;

Don't know for sure, but 'Fuel rate output' signal might be some kind of pulses per second or pwm signal ? Someone could measure ?

Hope these help ?

I'm affraid we are talking about different motronic versions. Autodata catalog says that motronic pin 29 is ignition signal TO motronic. I can confirm that, since car was not running on motronic until I connected back that pin. Pin 32 is "throttle position control module" which might be some "cruise control" system. I'm not sure. I think my motronic didn't know the car's speed since my speedometer is fine without it :) (So signal from differential goes to the speedometer directly?)

Instead, maybe the instrument panel calculates fuel consumption based on fuel rate signal and speed?

Actually I only miss my tachometer, fuel cons. was inaccurate for ages (different size injectors and fuel pressure :)

Thanks however, and I still seeking tachometer signal specifications. No one using factory tachometer? I guess I have to wire back motronic to measure somehow :(

(or by phone# 1-2209238 in the evening)