maZer.GTi
Full Member
Karma: +68/-6
Offline
Posts: 246
|
|
« Reply #75 on: April 10, 2013, 03:43:15 PM »
|
|
|
Hi. Here is my log with modded formware. When I press clutch, logger lost connection with ny ECU. In addition, I added log with original ecu
In your modded.csv i cannot see the pressed clutch? Did you pressed it? Can you press Brake for 2 Seconds in idle while logging too?
|
|
|
Logged
|
|
|
|
maZer.GTi
Full Member
Karma: +68/-6
Offline
Posts: 246
|
|
« Reply #76 on: April 10, 2013, 04:16:14 PM »
|
|
|
New Update of launch.php (launch.exe) - New Function to search FTOMN - New Function for reading .ecu file
|
|
|
Logged
|
|
|
|
envisible
Full Member
Karma: +0/-3
Offline
Posts: 62
|
|
« Reply #77 on: April 10, 2013, 08:31:03 PM »
|
|
|
In your modded.csv i cannot see the pressed clutch? Did you pressed it? Can you press Brake for 2 Seconds in idle while logging too?
Just I press clutch, my ecu shut down and logger lost connection with it. I can press brake. Today I will try again with my spare ECU
|
|
« Last Edit: April 10, 2013, 08:40:35 PM by envisible »
|
Logged
|
|
|
|
envisible
Full Member
Karma: +0/-3
Offline
Posts: 62
|
|
« Reply #78 on: April 10, 2013, 08:32:31 PM »
|
|
|
Do you ear some clicks with the clutch pressed?
Yes. Like a some relay.
|
|
|
Logged
|
|
|
|
maZer.GTi
Full Member
Karma: +68/-6
Offline
Posts: 246
|
|
« Reply #79 on: April 10, 2013, 11:39:59 PM »
|
|
|
Just I press clutch, my ecu shut down and logger lost connection with it. I can press brake. Today I will try again with my spare ECU
Hm, is your ecu shutting down if you rev over launchrpm ? Or does it shutting down immediately after pressing clutch?
|
|
|
Logged
|
|
|
|
envisible
Full Member
Karma: +0/-3
Offline
Posts: 62
|
|
« Reply #80 on: April 11, 2013, 04:34:48 AM »
|
|
|
Immidiately. Just I press clutch, ECU shutting down, ESP light on. Then I release clutch, EPC and MIL light on for 1-2 second, like a ignition on, and engine continue work.. On my spare ecu all repeated)
|
|
|
Logged
|
|
|
|
pedrosousa
Full Member
Karma: +3/-0
Offline
Posts: 75
|
|
« Reply #81 on: April 12, 2013, 11:37:21 AM »
|
|
|
Immidiately. Just I press clutch, ECU shutting down, ESP light on. Then I release clutch, EPC and MIL light on for 1-2 second, like a ignition on, and engine continue work.. On my spare ecu all repeated)
Here it's the same, equal....
|
|
|
Logged
|
|
|
|
k0mpresd
|
|
« Reply #82 on: April 13, 2013, 01:06:43 PM »
|
|
|
so yea, i think theres still a few bugs. i ran this script on a 4b0906018da and it plopped the code right on top of other code, not in a free space in flash. this is easily fixed by copy/paste and changing the jump to the right location, but still, if you just took it for what its worth it would be a problem.
also, ran this script on a v6 2.8 passat file. it placed the variables at 0x17db5. so when looked at in 16bit, everything was 1 location off.
|
|
|
Logged
|
|
|
|
ddillenger
|
|
« Reply #83 on: April 13, 2013, 08:30:48 PM »
|
|
|
I too tried this out today. The following 2 files didn't work (the only two I had cars to try them in ) 032CL just bricked, no communication with the ECU at al. 032SK Seemed to work, until you hit the clutch pedal. Then, the check engine light extinguished and I abandoned all hope Files before patching attached!
|
|
|
Logged
|
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!
Email/Google chat: DDillenger84(at)gmail(dot)com
Email>PM
|
|
|
k0mpresd
|
|
« Reply #84 on: April 13, 2013, 08:31:40 PM »
|
|
|
php script edited to work with the 018da file and also a version to work with the v6 file. need to test both files but the locations in the file seem ok now. launch.php checks for more FF before adding code to space and the launchv6 has: $launchvars = strpos($bin,"\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF",97700)+16;
instead of: $launchvars = strpos($bin,"\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF",97700)+17;
|
|
|
Logged
|
|
|
|
k0mpresd
|
|
« Reply #85 on: April 13, 2013, 08:51:54 PM »
|
|
|
Immidiately. Just I press clutch, ECU shutting down, ESP light on. Then I release clutch, EPC and MIL light on for 1-2 second, like a ignition on, and engine continue work.. On my spare ecu all repeated)
test with my launchv6.php script and post results please.
|
|
|
Logged
|
|
|
|
envisible
Full Member
Karma: +0/-3
Offline
Posts: 62
|
|
« Reply #86 on: April 14, 2013, 12:41:57 AM »
|
|
|
It works!! Big thanks! launchv6.php script work. But I think ignition cut duration is too small, because my engine slowly continue revs up under ignition cut.
|
|
|
Logged
|
|
|
|
Andre20VT
Jr. Member
Karma: +1/-0
Offline
Posts: 30
|
|
« Reply #87 on: April 14, 2013, 03:05:54 AM »
|
|
|
Hello,
Would it also be possible to use this auto add script in my 06A906032MJ ecu? Because when i have run the script, i saw that ftomn still hasn't changed to 0 Last time when i tried this script i had issues at idle i think it has something to do with ignition timing of something because when the engine was running idle and i turned my steeringwheel or when the coolingfan kicks in, the rpm was getting so low that the engine turned off. I haven't tried the anti-lag yet because i realised that my clutch switch doesn't work.
|
|
|
Logged
|
|
|
|
pedrosousa
Full Member
Karma: +3/-0
Offline
Posts: 75
|
|
« Reply #88 on: April 14, 2013, 05:09:11 AM »
|
|
|
Hello,
Would it also be possible to use this auto add script in my 06A906032MJ ecu? Because when i have run the script, i saw that ftomn still hasn't changed to 0 Last time when i tried this script i had issues at idle i think it has something to do with ignition timing of something because when the engine was running idle and i turned my steeringwheel or when the coolingfan kicks in, the rpm was getting so low that the engine turned off. I haven't tried the anti-lag yet because i realised that my clutch switch doesn't work.
Andre, try the new version, I'll try asap
|
|
|
Logged
|
|
|
|
envisible
Full Member
Karma: +0/-3
Offline
Posts: 62
|
|
« Reply #89 on: April 14, 2013, 07:42:37 AM »
|
|
|
Today I've checked my flash modded by launchv6.php script. NLS works fine, but launch control works strange. At launch RPM I have some rare ignition cuts and engine continue revs up. Up to stock rev limiter. What I should change?I've try to change Ignition Cut Duration from 200 to 50 and 400 and it has no real effect..
|
|
|
Logged
|
|
|
|
|