EXXEL Distributions
BMW Garage BMW Meets Register Today's Posts

Go Back   BMW M3 and BMW M4 Forum > BMW F80 M3 / F82 M4 Technical Topics > DIY and Coding Discussions

Post Reply
 
Thread Tools Search this Thread
      08-31-2015, 09:14 PM   #1
kitesurfer
Banned
kitesurfer's Avatar
No_Country
543
Rep
1,338
Posts

Drives: Round n' Round
Join Date: Sep 2012
Location: Paradise

iTrader: (10)

Garage List
Figured out how to Code out Rev Matching

I inadvertently figured out how to code out rev matching in all throttle modes...

If you code for a Brake Depress to be Active and make the Clutch Depress Inactive for starting the vehicle the rev match will be disabled in all modes.

I also found this odd but you will still need to press the clutch with the brake when starting the vehicle even thought its supposed to be inactive...You just don't need to press the clutch as far down as when the normal Clutch Depress code is active.

FEM_BODY > TCM_STARTLOCK_BRAKE = aktiv
FEM_BODY > TCM_STARTLOCK_CLUTCH = nicht_aktiv

My guess is the rev matching becomes inactive because of the change made to the clutch position sensor through coding

Last edited by kitesurfer; 08-14-2016 at 10:20 PM..
Appreciate 14
stefan2349.50
Kankles1484.50
B58 parts472.50
///Mobbin1476.50
      08-31-2015, 10:09 PM   #2
psedog
Captain
psedog's Avatar
483
Rep
812
Posts

Drives: '16 AB 6MT F80
Join Date: May 2015
Location: San Diego

iTrader: (3)

That makes sense. Good find.
Appreciate 1
MGM_M422.50
      08-31-2015, 10:30 PM   #3
Brosef
Brigadier General
Brosef's Avatar
United_States
875
Rep
3,450
Posts

Drives: F90 M5
Join Date: Aug 2009
Location: Chicago

iTrader: (4)

Awesome. Been waiting to see if anyone would figure this out.
Appreciate 0
      08-31-2015, 11:11 PM   #4
dmnc02
Major
dmnc02's Avatar
United_States
920
Rep
1,481
Posts

Drives: 2015 M4
Join Date: Feb 2015
Location: PA

iTrader: (0)

Quote:
Originally Posted by kitesurfer View Post
I inadvertently figure out how to code out rev matching in all throttle modes...

If you code for a Brake Depress to be Active and make the Clutch Depress Inactive for starting the vehicle the rev match will be disabled in all modes.

I also found this odd but you will still need to press the clutch with the brake when starting the vehicle even thought its supposed to be inactive...You just don't need to press the clutch as far down as when the normal Clutch Depress code is active.

My guess is the rev matching becomes inactive because of the change made to the clutch position sensor through coding
Great find! To confirm:

FEM_BODY > TCM_STARTLOCK_BRAKE = aktiv
FEM_BODY > TCM_STARTLOCK_CLUTCH = nicht_aktiv

Is this correct?
__________________
2015 Mineral Grey ///M4 6MT
Appreciate 0
      09-01-2015, 02:09 AM   #5
muhri
Private First Class
88
Rep
184
Posts

Drives: 16 M3, 05 911S, 18 AMG GTR
Join Date: Jul 2015
Location: Saudi Arabia

iTrader: (0)

I guess because if you code brake active, this would be a DCT hence no rev matching and the DCT module would take care of it
Appreciate 0
      09-01-2015, 10:59 AM   #6
crashtestdummy81
Private First Class
crashtestdummy81's Avatar
England
25
Rep
102
Posts

Drives: YMB F83
Join Date: Jul 2014
Location: UK

iTrader: (0)

Not that I expect anyone to use it but how does this affect stop/start functionality (if it's being fooled into thinking it's DCT)
Appreciate 0
      09-01-2015, 05:27 PM   #7
Needsdecaf
Major General
Needsdecaf's Avatar
6512
Rep
6,657
Posts

Drives: 2024 G80 Comp xDrive
Join Date: Feb 2011
Location: The Woodlands, TX

iTrader: (0)

Can someone figure out how to make rev matching work in Sport plus as well?
Appreciate 4
Jeffe199.50
MaynardZed1231.00
      09-01-2015, 07:00 PM   #8
RickMonet
Lieutenant
RickMonet's Avatar
175
Rep
500
Posts

Drives: 2015 M3 6MT
Join Date: Jun 2014
Location: Bay Area, CA

iTrader: (0)

Quote:
Originally Posted by kitesurfer View Post
I inadvertently figure out how to code out rev matching in all throttle modes...

If you code for a Brake Depress to be Active and make the Clutch Depress Inactive for starting the vehicle the rev match will be disabled in all modes.

I also found this odd but you will still need to press the clutch with the brake when starting the vehicle even thought its supposed to be inactive...You just don't need to press the clutch as far down as when the normal Clutch Depress code is active.

My guess is the rev matching becomes inactive because of the change made to the clutch position sensor through coding
Interesting - I expect this to be a popular thread as people have been asking for a way around rev match.

Just curious - have you tried coding off both Brake and Clutch on start?

FEM_BODY > TCM_STARTLOCK_BRAKE = nicht_aktiv
FEM_BODY > TCM_STARTLOCK_CLUTCH = nicht_aktiv

What is the result for starting (does clutch still need to be pressed) and rev match?

Thanks
Appreciate 0
      09-01-2015, 07:37 PM   #9
CanAutM3
General
CanAutM3's Avatar
Canada
21115
Rep
20,741
Posts

Drives: 2021 911 turbo
Join Date: Jan 2012
Location: Montreal

iTrader: (1)

Garage List
Great find

I guess quite a few 6MT owners will be very happy about this.
__________________
Porsche 911 turbo 2021 992 GT Silver

Previous cars: M4cs 2019 F82 Limerock Grey / M4 2015 F82 Silverstone / M3 2008 E92 Silverstone / M3 2002 E46 Carbon Black
Appreciate 0
      09-01-2015, 08:34 PM   #10
Mandi90TT
Colonel
United_States
2712
Rep
2,371
Posts

Drives: BSM 6MT M4 F82
Join Date: Aug 2014
Location: Colorado Springs

iTrader: (0)

Quote:
Originally Posted by Needsdecaf View Post
Can someone figure out how to make rev matching work in Sport plus as well?
This x100
__________________
2015 Black Sapphire Metallic 6MT M4
Appreciate 4
Jeffe199.50
      09-01-2015, 09:06 PM   #11
fourtailpipes
Major
110
Rep
1,338
Posts

Drives: the ladies crazy
Join Date: Dec 2008
Location: , Location, Location!

iTrader: (0)

no one has ever been more subscribed to a thread than i am to this one.
Appreciate 2
      09-01-2015, 09:48 PM   #12
kitesurfer
Banned
kitesurfer's Avatar
No_Country
543
Rep
1,338
Posts

Drives: Round n' Round
Join Date: Sep 2012
Location: Paradise

iTrader: (10)

Garage List
Quote:
Originally Posted by RickMonet View Post
Interesting - I expect this to be a popular thread as people have been asking for a way around rev match.

Just curious - have you tried coding off both Brake and Clutch on start?

FEM_BODY > TCM_STARTLOCK_BRAKE = nicht_aktiv
FEM_BODY > TCM_STARTLOCK_CLUTCH = nicht_aktiv

What is the result for starting (does clutch still need to be pressed) and rev match?

Thanks
I have not tried coding the both the clutch and brake out , others have perhaps they can chime in if it deactivates rev match also.

for full disclosure all of the coding I have had done was completed remotely (teamviewer) by a friend...I wish I comfortable at doing it myself, I just don't want to mess up something on the car. We really stumbled across this as a side effect as I was trying to code out the clutch depress so that I could make the clutch throw even shorter than what I currently have in place with BMS clutch stop. I'm glad I could share it because I know guys were looking deactivate the rev match. Hopefully someone can report back they got the same results after coding it.
Appreciate 0
      09-02-2015, 06:37 AM   #13
LuvMyE92
Occasionally frequent poster
LuvMyE92's Avatar
3000
Rep
2,744
Posts

Drives: CT5V-Blackwing
Join Date: Jan 2008
Location: RTP NC, USA

iTrader: (0)

Quote:
Originally Posted by kitesurfer View Post
for full disclosure all of the coding I have had done was completed remotely...
First of all, thanks to kitesurfer for finding and sharing this solution. Hopefully it applies equally to F30 models, since I've decided to get a 340 instead of an M3/M4. Simply because I can get a more comfortable ride in the non-M with smaller wheels and softer suspension. I'll miss all the other goodies... but I'm old and I think those ///M days are behind me.

Anyway, my question, which surely brands me as a complete noob poseur moron, is: how is this coding done? I have a plug and software purchased to code my E39, but I suspect that it's a bit out of date and won't work for the more contemporary machines.

I don't need a step-by-step tutorial (not yet!) but I'm curious what kind of software and hardware is required. Thanks!
__________________
Current inventory:
F22 & G05
Cadillac CT5-V Blackwing w/3 pedals
Past: E24,E28(3),E34,E36,E37,E38(2),E39(4),E46,E89,E92 (obviously),F01,F06,F10,F30,F87,G12,G30(2),G82(2)
Appreciate 0
      09-02-2015, 07:18 AM   #14
dmnc02
Major
dmnc02's Avatar
United_States
920
Rep
1,481
Posts

Drives: 2015 M4
Join Date: Feb 2015
Location: PA

iTrader: (0)

Quote:
Originally Posted by LuvMyE92 View Post
First of all, thanks to kitesurfer for finding and sharing this solution. Hopefully it applies equally to F30 models, since I've decided to get a 340 instead of an M3/M4. Simply because I can get a more comfortable ride in the non-M with smaller wheels and softer suspension. I'll miss all the other goodies... but I'm old and I think those ///M days are behind me.

Anyway, my question, which surely brands me as a complete noob poseur moron, is: how is this coding done? I have a plug and software purchased to code my E39, but I suspect that it's a bit out of date and won't work for the more contemporary machines.

I don't need a step-by-step tutorial (not yet!) but I'm curious what kind of software and hardware is required. Thanks!
The software (E-Sys + E-Sys Launcher + PSdZData) is available for free, just ask shawnsheridan nicely in this thread: Coding Software.

The cable you need is a BMW ENET cable, which you can get from several suppliers on eBay for around $20.
__________________
2015 Mineral Grey ///M4 6MT
Appreciate 2
      09-02-2015, 09:10 AM   #15
LuvMyE92
Occasionally frequent poster
LuvMyE92's Avatar
3000
Rep
2,744
Posts

Drives: CT5V-Blackwing
Join Date: Jan 2008
Location: RTP NC, USA

iTrader: (0)

Quote:
Originally Posted by dmnc02 View Post
The software (E-Sys + E-Sys Launcher + PSdZData) is available for free, just ask shawnsheridan nicely in this thread: Coding Software.

The cable you need is a BMW ENET cable, which you can get from several suppliers on eBay for around $20.
Thanks, did it! Hot dog, I'm getting excited...
__________________
Current inventory:
F22 & G05
Cadillac CT5-V Blackwing w/3 pedals
Past: E24,E28(3),E34,E36,E37,E38(2),E39(4),E46,E89,E92 (obviously),F01,F06,F10,F30,F87,G12,G30(2),G82(2)
Appreciate 0
      09-02-2015, 01:42 PM   #16
specracer
First Lieutenant
315
Rep
374
Posts

Drives: M2 CS HS 6MT M8 Comp
Join Date: Mar 2010
Location: Boston area

iTrader: (0)

Oh I hope this is true, and no downsides!!!
Appreciate 0
      09-02-2015, 02:41 PM   #17
Anchored
Banned
64
Rep
197
Posts

Drives: E39
Join Date: Jan 2015
Location: Dallas, TX

iTrader: (0)

Very exciting!
Appreciate 0
      09-02-2015, 02:51 PM   #18
fourtailpipes
Major
110
Rep
1,338
Posts

Drives: the ladies crazy
Join Date: Dec 2008
Location: , Location, Location!

iTrader: (0)

hopefully lots of guinea pigs here will do this right away so i have 6 months of historical accounts to pick through before growing the balls to try this myself in the spring. fingers and toes crossed for no unintended side-effects!!!
Appreciate 2
Poiseuille5387.00
      09-02-2015, 03:45 PM   #19
kitesurfer
Banned
kitesurfer's Avatar
No_Country
543
Rep
1,338
Posts

Drives: Round n' Round
Join Date: Sep 2012
Location: Paradise

iTrader: (10)

Garage List
Quote:
Originally Posted by fourtailpipes View Post
hopefully lots of guinea pigs here will do this right away so i have 6 months of historical accounts to pick through before growing the balls to try this myself in the spring. fingers and toes crossed for no unintended side-effects!!!
I left mine car coded with the brake depress for 1 day and no rev match ....next day coded back to clutch depress and rev match was back on
Appreciate 0
      09-03-2015, 11:04 AM   #20
fourtailpipes
Major
110
Rep
1,338
Posts

Drives: the ladies crazy
Join Date: Dec 2008
Location: , Location, Location!

iTrader: (0)

has anyone done this yet with the intention of keeping rev-matching disabled? i'm too much of a wuss to do any coding until i know plenty of people have done it for a significant period of time with no side effects. cautiously optimistic!!!!
Appreciate 0
      09-03-2015, 12:09 PM   #21
kitesurfer
Banned
kitesurfer's Avatar
No_Country
543
Rep
1,338
Posts

Drives: Round n' Round
Join Date: Sep 2012
Location: Paradise

iTrader: (10)

Garage List
Someone try coding out the clutch depress (without brake depress) & please and report back if this also disables rev match
Appreciate 0
      09-03-2015, 12:16 PM   #22
RickMonet
Lieutenant
RickMonet's Avatar
175
Rep
500
Posts

Drives: 2015 M3 6MT
Join Date: Jun 2014
Location: Bay Area, CA

iTrader: (0)

Quote:
Originally Posted by kitesurfer View Post
Someone try coding out the clutch depress (without brake depress) & please and report back if this also disables rev match
Right - I am curious the results when

Coding off both Brake and Clutch on start:

FEM_BODY > TCM_STARTLOCK_BRAKE = nicht_aktiv
FEM_BODY > TCM_STARTLOCK_CLUTCH = nicht_aktiv
Appreciate 0
Post Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -5. The time now is 10:37 AM.




f80post
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
1Addicts.com, BIMMERPOST.com, E90Post.com, F30Post.com, M3Post.com, ZPost.com, 5Post.com, 6Post.com, 7Post.com, XBimmers.com logo and trademark are properties of BIMMERPOST