Pages: 1 2 [3] 4 5 ... 15
Author Topic: Launch Control & No Lift Shift new Functions  (Read 205060 times)
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #30 on: November 12, 2013, 01:18:08 PM »

i have a good friend thats crazy with asm, its just a few lines forward the function of antilag and nls, i just need:

- name of the oil temp in the dump.ecu file
- what oil temp will be safe?
- the most important for knock control, if we change the knock control maps (i saw some of them), putting high values for disable, then back up to the original one after the function ends will prevent this for happening.

also something cool for the map switching would be enable modified maps once the car is warmed up, for dont explode the car in cold. and if the oil temp is really high put the original maps, before getting in limp mode and preventing this.

Are you sure there is a Oil Temperature Variable?
I never seen it.
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12233


WWW
« Reply #31 on: November 12, 2013, 01:24:29 PM »

i have a good friend thats crazy with asm, its just a few lines forward the function of antilag and nls, i just need:

- name of the oil temp in the dump.ecu file
- what oil temp will be safe?
- the most important for knock control, if we change the knock control maps (i saw some of them), putting high values for disable, then back up to the original one after the function ends will prevent this for happening.

also something cool for the map switching would be enable modified maps once the car is warmed up, for dont explode the car in cold. and if the oil temp is really high put the original maps, before getting in limp mode and preventing this.

i dont know of any ME7.1x ECUs that have oil temp only coolant temp.

oil temp goes straight to cluster...
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
phila_dot
Hero Member
*****

Karma: +171/-11
Offline Offline

Posts: 1709


« Reply #32 on: November 13, 2013, 11:59:29 AM »

Why would you want to automate behavior off of oil temp?

Personally, I would much rather be able to conciously control aggresiveness with my right foot.
Logged
edduu
Newbie
*

Karma: +20/-0
Offline Offline

Posts: 17


« Reply #33 on: November 13, 2013, 12:35:42 PM »

Why would you want to automate behavior off of oil temp?

Personally, I would much rather be able to conciously control aggresiveness with my right foot.

i love my bmw with jb4, it dont enable the agressiev map once the car has warm up.

if you try to wot in cold, it does 10 psi (stock), and once it have a desired oil temp, it enables the 17 psi and meth start injecting  Grin

i think its the best way to protect them also against complaints regarding broken things, i never read a post in the whole forum of a jb4 powered car with engine damages because the tune.

would be awesome do something like that for the me7 xD
Logged
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #34 on: November 13, 2013, 04:21:56 PM »

i love my bmw with jb4, it dont enable the agressiev map once the car has warm up.

if you try to wot in cold, it does 10 psi (stock), and once it have a desired oil temp, it enables the 17 psi and meth start injecting  Grin

i think its the best way to protect them also against complaints regarding broken things, i never read a post in the whole forum of a jb4 powered car with engine damages because the tune.

would be awesome do something like that for the me7 xD
Where is the problem, you said you got a friend who is a asm genius.
He should add you a mapswitch routine based on Temperature Threshold ( i think Coolant Temperature should be enaugh ).
Logged
flamy
Full Member
***

Karma: +6/-0
Offline Offline

Posts: 56


« Reply #35 on: June 08, 2014, 10:43:40 AM »

If somebody has ideas for improvement, let me know here.
I will post current Status here.
Hi Mazer,
I made some experiences with a "van Kronenburg" / KMS ECU called MP25.
Launchcontrol was nice to configure by only four parameters:
- RPM
- Ignition angle [deg.]
- Fuel enrichment [%] for additional cooling
- PWM boost [%] for limiting boost while launching.

Lambda-control gets deactivated while launch-control is active.

What do you think about it?
« Last Edit: June 08, 2014, 02:16:34 PM by flamy » Logged
erroob0977
Full Member
***

Karma: +12/-0
Offline Offline

Posts: 66


« Reply #36 on: June 10, 2014, 12:21:27 PM »

So I've been working on AL/NLS today, working through the disassembled code (old version). I don't have too much experience with disassembly but I just want to know if I'm on the right track here. My goal is to get rid of the KR timing pull, it looks like the way to do this would be to force b_kr to 0 while AL/NLS is active.

There are two places in the function where tsrldyn is set to 0, would right after that be the place to set b_kr to 0? 
By adding in movb [b_kr address], ZEROS

Or is there a better way to go about this?
Logged

2004 A6 2.7T 6MT: Built motor with SRM RS6/K24s on E85
terminator
Sr. Member
****

Karma: +15/-4
Offline Offline

Posts: 425


« Reply #37 on: June 10, 2014, 04:46:46 PM »

I have set and reset some bits in b_mil (I know this is not b_kr), and EPC is light on (that what I want), but sometimes (very seldom) it winks. I think its because in another part of code b_mil bits reset.
I think the same thing can be with b_kr seldom. But I dont see any problem to test it.
Logged
phila_dot
Hero Member
*****

Karma: +171/-11
Offline Offline

Posts: 1709


« Reply #38 on: June 10, 2014, 05:11:01 PM »

You don't want to clear B_mil in your function just to have it set again in KR.

Use bclr not movb zeros
Logged
erroob0977
Full Member
***

Karma: +12/-0
Offline Offline

Posts: 66


« Reply #39 on: June 11, 2014, 08:00:03 AM »

Use bclr not movb zeros

Thanks! I think I've got it now, I'll test it out this evening.
Logged

2004 A6 2.7T 6MT: Built motor with SRM RS6/K24s on E85
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #40 on: June 23, 2014, 04:23:16 PM »

Hi Mazer,
I made some experiences with a "van Kronenburg" / KMS ECU called MP25.
Launchcontrol was nice to configure by only four parameters:
- RPM
- Ignition angle [deg.]
- Fuel enrichment [%] for additional cooling
- PWM boost [%] for limiting boost while launching.

Lambda-control gets deactivated while launch-control is active.

What do you think about it?

Sounds very nice, 50% of this is available now.
Still working on PWM Boost and Fueling Cheesy
Logged
flamy
Full Member
***

Karma: +6/-0
Offline Offline

Posts: 56


« Reply #41 on: June 25, 2014, 02:08:38 PM »

That would be amazing Smiley
Logged
TheDSI
Full Member
***

Karma: +12/-0
Offline Offline

Posts: 78


« Reply #42 on: June 25, 2014, 11:42:10 PM »

Are you sure there is a Oil Temperature Variable?
I never seen it.

TOLC is oïl temp . I think it works like in an EDC15, Dashboard send oïl temp via CAN to ECU and it use the oïl temp and level sensor 
Logged
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #43 on: June 26, 2014, 04:13:18 AM »

TOLC is oïl temp . I think it works like in an EDC15, Dashboard send oïl temp via CAN to ECU and it use the oïl temp and level sensor 
You are talking about 2.7T right?
Because i never seen oil Temperature sensor on 1.8T Engine.
Logged
TheDSI
Full Member
***

Karma: +12/-0
Offline Offline

Posts: 78


« Reply #44 on: June 26, 2014, 03:05:59 PM »

it must have an oil temp sensor on the oil pan ...
Logged
Pages: 1 2 [3] 4 5 ... 15
  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Page created in 0.025 seconds with 17 queries. (Pretty URLs adds 0s, 0q)