![]() |
Is there a parameter for engine oil temp on the B01C? Thanks.
|
Aw man nothing?
|
Quote:
|
Quote:
It's a float, in degrees C. FYI, B01C and B01D appear to have identical addresses. |
B01C and B01D will have most addresses identical - but not all. Any table that is specific to AT or MT will be different (since the At tables are not defined for the MT roms and vice versa). And yes, that's the correct address.
|
|
1 Attachment(s)
Sure thing, here you go for B01D. I believe this should work 100% for B01C as well.
|
After having a good look around the maps and definitions on the A01G ROM I discovered an update. The DI maximum definition is:
Code:
<table type="2D" name="Direct Injection Quantity Maximum" category="Alpha - BRZ" storagetype="float" endian="big" sizey="12" userlevel="4">I have also managed to do a complete ECUtek conversion def for those like me who use ECUtek most of the time ;) This has pressure in Bar, temps in C and tables (or most that I've used) in ratios rather than -/+ decimals. This is NOT an OFT definition! ZA1JA01G ECUtek Conversion Definition |
More ZA1JA01G ROM definition updates.
Just so you're aware, I use Celcius for temperatures. To convert into Fahrenheit you need to change to expression to the below: Code:
expression="(x*1.8)+32" to_byte="(x-32)/1.8"Code:
<table type="2D" name="A/F Learning #1 Airflow Ranges" category="Fueling - AF Correction / Learning" storagetype="float" endian="little" sizey="4" userlevel="4">Code:
<table name="Engine Load Limiter A" storageaddress="1047CC">Code:
<table name="CPC Duty Multiplier" storageaddress="C64C" />Code:
<table name="AVCS Base/Normal/Safe Hysteresis" storageaddress="120BE8" />Code:
<table name="CL to OL Transition with Delay (Injector Load Threshold)" storageaddress="10F2A8">Code:
<table name="Idle Speed Target G" storageaddress="118C34"> |
Quote:
|
Quote:
In what way? The learning ranges are done by MAF g/s and set the areas for the LTFT. |
Quote:
And with the addition of E, is the E range higher than the previous D, or did they just increase resolution? |
Quote:
|
OK, so my last little Christmas present to you all. I've re-jigged the ZA1JA01G definition to be a lot more user friendly. The tables have been categorised from the Alpha - BRZ folder and include all the updates above. I have also done versions for your preferences. However, the pressures are all done in bar, not psi and speed is in MPH and not Km/h.
The defs: ZA1JA01G - Temp: Degrees F / Compensation: % ZA1JA01G - Temp: Degrees F / Compensation: Ratio (Like ECUtek) ZA1JA01G - Temp: Degrees C / Compensation: % ZA1JA01G - Temp: Degrees C / Compensation: Ratio For those that would like to fine tune: Speed: Code:
<scaling units="Vehicle Speed (MPH)" expression="x*.621" to_byte="x/.621"Pressure: Code:
scaling units="bar" expression="x*.001333223" to_byte="x/.001333223"I would suggest you go through and check these but I've done preliminary checks and all seem to work out. If I've missed any tables then let me know. |
| All times are GMT -4. The time now is 07:46 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
User Alert System provided by
Advanced User Tagging v3.3.0 (Lite) -
vBulletin Mods & Addons Copyright © 2026 DragonByte Technologies Ltd.