Live Maps TPS Alt Map Switching??
Live Maps TPS Alt Map Switching??
So I don't think alt map switching with TPS is working for me, or, the ECU is not referencing the alt maps. I'm using 96532706 with unmodified XMLs from the package in the V7 thread.
I have alt maps enabled under Tephra mods. I have Valet mode disabled.
I turn the key on, I hold full throttle until my check engine light blinks. It toggles between blinking fast and blinking slow every time I hold in the throttle with the key on.
I'm assuming this is supposed to be alt maps on or off. I tested valet mode before, and it did the same blinking thing. Valet mode works great.
Now using the live maps application I am able to read and write timing and fuel, if I make a change, close the program and shut down the car, start the car back up and open the program back up, the changes stick so I know that much is working.
Using the live maps software I've changed the timing in every cell to -5 degrees, and it still idles at 7. I've tested this after the light has blinked fast and blinked slow.
What am I doing wrong?
EDIT: The alt map switching is working fine, my problem is somewhere else.
I finally manually modified the alt high octane ignition map to 12 degrees at idle, while the main high octane ignition map is set to 5.
With the key on, holding down the accelerator until the check engine light flashes fast, the car idles around 12 degrees. This stays even if the ignition is turned off.
With the key on, holding down the accelerator until the check engine light flashes slow, the car idles around 5 degrees.
So, the switching is working fine, and the car is using what's in the appropriate map. The problem I have is that changes I make with live maps app have no effect.
I have alt maps enabled under Tephra mods. I have Valet mode disabled.
I turn the key on, I hold full throttle until my check engine light blinks. It toggles between blinking fast and blinking slow every time I hold in the throttle with the key on.
I'm assuming this is supposed to be alt maps on or off. I tested valet mode before, and it did the same blinking thing. Valet mode works great.
Now using the live maps application I am able to read and write timing and fuel, if I make a change, close the program and shut down the car, start the car back up and open the program back up, the changes stick so I know that much is working.
Using the live maps software I've changed the timing in every cell to -5 degrees, and it still idles at 7. I've tested this after the light has blinked fast and blinked slow.
What am I doing wrong?
EDIT: The alt map switching is working fine, my problem is somewhere else.
I finally manually modified the alt high octane ignition map to 12 degrees at idle, while the main high octane ignition map is set to 5.
With the key on, holding down the accelerator until the check engine light flashes fast, the car idles around 12 degrees. This stays even if the ignition is turned off.
With the key on, holding down the accelerator until the check engine light flashes slow, the car idles around 5 degrees.
So, the switching is working fine, and the car is using what's in the appropriate map. The problem I have is that changes I make with live maps app have no effect.
Last edited by Seijuro; Mar 18, 2010 at 12:13 PM.
that is an intresting problem. ok let me understand the problem
u can change alt maps if you reflash the car via ecuflash?
once reflashed u read the correct ign timing from the live map app?
but when u change it... the effects do not apply?
ok if yes to above. i would try to check two things.
1) in ecuflash check the tephra map vectors, they should begin with FFFF xxxx as the left side says not 0003 xxxx.
2) maybe try another table.. easiest is the WGDC... set it all to zero... via livemap and then log boost you should be running waste gate pressure in all gears.
if 2 works then its definately 1 is wrong for the ign table... and it might still be 0003xxxx... remember any address that begins with FFFF is a ram address 0003 is the rom pointer. (also the point does not equal the address in livemap)
u can change alt maps if you reflash the car via ecuflash?
once reflashed u read the correct ign timing from the live map app?
but when u change it... the effects do not apply?
ok if yes to above. i would try to check two things.
1) in ecuflash check the tephra map vectors, they should begin with FFFF xxxx as the left side says not 0003 xxxx.
2) maybe try another table.. easiest is the WGDC... set it all to zero... via livemap and then log boost you should be running waste gate pressure in all gears.
if 2 works then its definately 1 is wrong for the ign table... and it might still be 0003xxxx... remember any address that begins with FFFF is a ram address 0003 is the rom pointer. (also the point does not equal the address in livemap)
ok if yes to above. i would try to check two things.
1) in ecuflash check the tephra map vectors, they should begin with FFFF xxxx as the left side says not 0003 xxxx.
2) maybe try another table.. easiest is the WGDC... set it all to zero... via livemap and then log boost you should be running waste gate pressure in all gears.
if 2 works then its definately 1 is wrong for the ign table... and it might still be 0003xxxx... remember any address that begins with FFFF is a ram address 0003 is the rom pointer. (also the point does not equal the address in livemap)
1) in ecuflash check the tephra map vectors, they should begin with FFFF xxxx as the left side says not 0003 xxxx.
2) maybe try another table.. easiest is the WGDC... set it all to zero... via livemap and then log boost you should be running waste gate pressure in all gears.
if 2 works then its definately 1 is wrong for the ign table... and it might still be 0003xxxx... remember any address that begins with FFFF is a ram address 0003 is the rom pointer. (also the point does not equal the address in livemap)
Also, if another table doesn't work, post up screenshots of the DMA/LiveMap tables from ECUFLash. I'm talking about the actual code tables. If you don't have the defs, I can give them to you.
Early on there was a bug that didn't allow writing to work correctly. I think a ROM may have been posted before it was fixed.
Early on there was a bug that didn't allow writing to work correctly. I think a ROM may have been posted before it was fixed.
Also, if another table doesn't work, post up screenshots of the DMA/LiveMap tables from ECUFLash. I'm talking about the actual code tables. If you don't have the defs, I can give them to you.
Early on there was a bug that didn't allow writing to work correctly. I think a ROM may have been posted before it was fixed.
Early on there was a bug that didn't allow writing to work correctly. I think a ROM may have been posted before it was fixed.
We can discuss this in whichever thread you guys prefer.
Here's the data;
I am using http://www.norcalmotorsports.org/use...r99gst-dma.zip
Here's a screen shot of the LiveMap app settings
All of this is unmodified, exactly how it was set when I got it.
Also, here's a shot of the settings from Evo Live Maps.
Finally, here are the Tephra Map Vectors.
there u go.... the vectors are all wrong. the 0003xxxx need to be changed to ram variables
eg ALT INJ SCALING, its 00037b40... should be FFFFA040 (need to type 0xFFFF 0xA040.
not sure why that rom would be like that... very strange. anyway needs to be changed for all the tables from ALT INJ to ALT Cranking IPW main.
eg ALT INJ SCALING, its 00037b40... should be FFFFA040 (need to type 0xFFFF 0xA040.
not sure why that rom would be like that... very strange. anyway needs to be changed for all the tables from ALT INJ to ALT Cranking IPW main.
EDIT: This solution is confirmed
Okay, now I'm tracking. Perhaps Phenem can update the ROM.
EDIT: Here is the corrected and working table.
there u go.... the vectors are all wrong. the 0003xxxx need to be changed to ram variables
eg ALT INJ SCALING, its 00037b40... should be FFFFA040 (need to type 0xFFFF 0xA040.
not sure why that rom would be like that... very strange. anyway needs to be changed for all the tables from ALT INJ to ALT Cranking IPW main.
eg ALT INJ SCALING, its 00037b40... should be FFFFA040 (need to type 0xFFFF 0xA040.
not sure why that rom would be like that... very strange. anyway needs to be changed for all the tables from ALT INJ to ALT Cranking IPW main.
EDIT: Here is the corrected and working table.
Last edited by Seijuro; Mar 18, 2010 at 04:32 PM.
Trending Topics
Thread
Thread Starter
Forum
Replies
Last Post
DormantBeast
General Engine Management / Tuning Forum
13
Jul 9, 2017 07:38 AM




