[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
QLCC info (for starters)
I'm posting the mods to the standard Mac-11C code from my car. I think
it works with Mac11B and Mac14 ECUs as well.
This is the readme file I keep with my other files to help me keep things
straight. I've been running what is called 1.2 since September '97. It is
not clear to me that the increased duty cycle at WOT is necessary (or doing
any good), but I felt that a little rich is better. When I get off my but and
monitor the O2 sensor, I'll get a better feel for mixture. (Or I could use
that thermocouple meter I have to monitor exhaust temp like the big
boys do!)
David
PS. I have some other useful info that I started with from Scott M and Orin,
but they didn't sent it to the list, so I won't (unless they are OK with it).
-------------------------------------------------------------
Mac11-C modifications:
audi.* = original code
code as dumped from prom.
========================================================================
audi10.* = version 1.0 modifications (11/96)
1. modified boost fuel cutoff curve (raised limit to near 1.95 bar).
2. modified desired boost curve (so wastegate will help us get there).
3. modified wastegate modulation based on RPM.
diffs between original and version 1.0:
diff audi.asm audi10.asm
543,544c543,544
< E230: A0 AD B3 C6 CD CD CD CD
< CD CD CD CD CD CD CD CD
---
> E230: A0 AD B3 C6 F4 F8 F8 F8
> F8 F8 F8 F8 F8 F8 F8 F8
740c740
< E408: 86 AD B4 B4 B4 B5 B4 B4
---
> E408: 86 AD E6 E6 E6 E6 D5 CC
764c764
< E444: E6 E6 E6 E6
---
> E444: FF FF E6 E6
5361c5361
< FFE1: FF FF FF FF FF FF FF FF
---
> FFE1: 00 00 00 CA FF FF FF FF
========================================================================
audi20.* = version 2.0 modifications (Under development)
1. increased boost fuel cuttoff to actual 1.95 bar.
2. increased O2 duty cycle for WOT
2. increased desired boost curve so max is 1.90 bar from <3770 - >5180 RPM.
version 1.1 contains 1, 3
version 1.2 contains 1, 2, 3
diffs between version 1.0 and 2.0:
diff audi10.asm audi20.asm
543,544c543,544
< E230: A0 AD B3 C6 F4 F8 F8 F8
< F8 F8 F8 F8 F8 F8 F8 F8
---
> E230: A0 AD B3 C6 F4 FA FA FA
> FA FA FA FA FA FA FA FA
584,585c584,585
< E2D0: 3E 40 42 43 44 44 44 43
< 42 41 40 40 41 44 44 44
---
> E2D0: 3E 40 43 45 47 47 47 46
> 46 45 43 43 45 47 47 47
740c740
< E408: 86 AD E6 E6 E6 E6 D5 CC
---
> E408: 86 AD E6 F7 F7 F7 E6 D5
========================================================================
To dis-assemble:
d68c/d68c audi.bin -c audi.ctl -k 8 -o audi.asm