MembersPage/SamuelLindkvist/AlphaN (2006-03-26 17:32:02)

Alpha-N test page.


Alpha-N not working anymore with newer firmware.

I have tested with both MT1.0.30 and MT1.0.36.

Problem:

If I change (min rpm for speed-density blending) to anything above 0 it fuelcuts directly, just like i turn the ignitionkey off. Can someone plese give this a check.

p.s

It was 1.5 year since i where here on the wiki. I think i should update my memberspage. But where is the upload-tool?

//Samuel


Firmware version = -D "2004/11/24 16:00"

The patch(es) that I made from the CVS head did not apply to Nov 24 firmware cleanly (that was the reason for the failed compile)

Therefore I made this [alphan_against_nov24_good.patch] directly for Nov24 firmware (no need for the earlier patches, just start again from a clean cvs snapshot without the old patches applied):

This patch works good, Thanks Marcell. =)

Have not started engine yet but TPS now follow load as i should.


Problem:

Alha-n tuning is not working ? Megatune ->useing MAP not TPS load the VE-Tables.

Ini file -> vemsv3_v13_r021.zip, firmware -> 1.0.13 rc3

I commited the following to CVS STABLE1_0 branch, comm.c MTsendRTvar():

// high resolution MAP or load for AlphaN

case 4: return (config.hybrid_rpm_m ? engine.kpa_tps_blend << 3 : engine.kpa250) >> 8;

case 5: return (config.hybrid_rpm_m ? engine.kpa_tps_blend << 3 : engine.kpa250) & 0xFF;

When AlphaN is configured, this is load instead of MAP, so MAP is only visible on LCD (if there is MAP signal at all).


The way to patch firmware:

Than compile as usual


I checked

Sounds good.

You could also check with

Change hybrid_rpm_a and hybrid_rpm_m for these tests if more convenient that way.