E90Post
 


TNT Racewerks
 
BMW 3-Series (E90 E92) Forum > E90 / E92 / E93 3-series Technical Forums > BMW Coding > Changing triple turn signal blink count



Reply
 
Thread Tools Search this Thread
      12-24-2011, 01:26 PM   #23
Frenk
Captain
Canada
33
Rep
655
Posts

Drives: e92 328i X-Drive M-Sport
Join Date: Feb 2011
Location: Québec

iTrader: (0)

does it only blink 3 times on the cluster or also flash 3 quick time turn signal bulb ?
Appreciate 0
      12-25-2011, 06:06 AM   #24
taranonline
Banned
28
Rep
494
Posts

Drives: Man
Join Date: Jun 2010
Location: Usa

iTrader: (0)

Can someone please make a detailed diy on this please..
Appreciate 0
      12-25-2011, 10:43 AM   #25
justa3series
Banned
9
Rep
160
Posts

Drives: 2010 328xi
Join Date: Jun 2011
Location: NY

iTrader: (1)

No need for detailed DIY, you need to read and use the tools available to you. NCSdummy is amazing and will help you find the value then you need to change it.
Appreciate 0
      12-25-2011, 11:24 AM   #26
Rotary Rasp
Lieutenant Colonel
Rotary Rasp's Avatar
241
Rep
1,857
Posts

Drives: 2009 E92 335i 6MT
Join Date: Aug 2008
Location: SoCal - Torrance

iTrader: (6)

Quote:
Originally Posted by Frenk View Post
does it only blink 3 times on the cluster or also flash 3 quick time turn signal bulb ?

The dash mimics the turn signals. I get five flashes on my dash.
__________________
Appreciate 0
      12-28-2011, 05:24 AM   #27
taranonline
Banned
28
Rep
494
Posts

Drives: Man
Join Date: Jun 2010
Location: Usa

iTrader: (0)

Detailed DIY for dummies please.
Appreciate 0
      12-28-2011, 09:18 PM   #28
Kalud
Lieutenant
Kalud's Avatar
24
Rep
582
Posts

Drives: e92 335i
Join Date: Jun 2010
Location: Canada

iTrader: (0)

OP you are awesome, was looking for this for a long time, thanks for posting!
Appreciate 0
      12-29-2011, 11:48 AM   #29
taranonline
Banned
28
Rep
494
Posts

Drives: Man
Join Date: Jun 2010
Location: Usa

iTrader: (0)

can somebody please put instructions on how to get this done. please
Appreciate 0
      01-03-2012, 10:50 AM   #30
srwatters
Second Lieutenant
srwatters's Avatar
146
Rep
277
Posts

Drives: '23 M340i, '16 X3
Join Date: Jul 2011
Location: West Plano, TX

iTrader: (0)

Garage List
Quote:
Originally Posted by justa3series View Post
No need for detailed DIY, you need to read and use the tools available to you. NCSdummy is amazing and will help you find the value then you need to change it.
While this is true, it perhaps isn't really obvious that you need to use the code via NETTODAT option. NCSdummy does a great job of listing out all the options, but even with the latest version is isn't clear that you need to change the value, then write the module trace data back different from normal option coding (sg_codieren with FSW PSW MAN). The option is MIND_ANZ_ZYKL_TIPP_BLK. The parameter needs to be custom added with the data being the number of blinks you want (I used 4). From there you can export the trace data as a NETTODAT.MAN file and write it back to the module using the job coapiCodeSgByNettoData. It's all explained in the NCSdummy thread "Taking the expert out of NCS expert".

Good luck!
__________________
Current - 23 G20 M340i, 16 F25 X3 2.8i xdrive
Gone - 19 F87 M2C, 11 E90 335i, 08 E70 X5 3.0i, 04 E46 330i, 95 E36 M3
Appreciate 0
      01-03-2012, 09:47 PM   #31
ZZZZ
Captain
50
Rep
753
Posts

Drives: Z4 3.0i winterbeater
Join Date: Nov 2010
Location: Toronto, Ontario

iTrader: (1)

Quote:
Originally Posted by srwatters View Post
While this is true, it perhaps isn't really obvious that you need to use the code via NETTODAT option. NCSdummy does a great job of listing out all the options, but even with the latest version is isn't clear that you need to change the value, then write the module trace data back different from normal option coding (sg_codieren with FSW PSW MAN). The option is MIND_ANZ_ZYKL_TIPP_BLK. The parameter needs to be custom added with the data being the number of blinks you want (I used 4). From there you can export the trace data as a NETTODAT.MAN file and write it back to the module using the job coapiCodeSgByNettoData. It's all explained in the NCSdummy thread "Taking the expert out of NCS expert".

Good luck!
Been experimenting with this program and the most useful feature is the english translations on what those options mean. I haven't been able to change my triple blink yet, having a tough time with the NETTODAT part as it's a bit different from regular modules. Where do I find this 'code via NETTODAT' option? I don't see it in NCS Dummy?


From the regular modules I managed to get my doors to lock when driving off, changed to 15km/h. (this isn't an option in the cluster on my pre Sept-05 build e90), get my key to unlock all 4 doors with one push, auto-unlock doors when engine stopped, add a speed-limit warning on the dashboard at 120km/h.

For some reason my modules don't have an option to disable the seatbelt chimes, that's on my to-do list as well.

Great program, still not completely dummy-proof, but much easier than NCS Expert.
Appreciate 0
      01-09-2012, 09:28 AM   #32
scanboy
Lieutenant
United_States
16
Rep
458
Posts

Drives: E90 Montego Blue+Black Int.
Join Date: Sep 2007
Location: Torrance

iTrader: (0)

if this

Quote:
Originally Posted by srwatters View Post
0x27 = xxx0 01xx = 1
0x2f = xxx0 11xx = 3
0xbb = xxx1 10xx = 6
is true, maybe we should leave the other bits untouch i.e:

001x xx11 where xxx is the number of blinks.

1 = 0x27
2 = 0x2b
3 = 0x2f
4 = 0x33
5 = 0x37
6 = 0x3b
7 = 0x3f

Safer this way ?
To put 0xbb instead of 0x3b would actually change values of other (who konws what) settings, I wouldn't do 0xbb.

my 2 cents (in case not everyone realize that).
Thanks op & srwatters for the info.

Last edited by scanboy; 01-09-2012 at 09:36 AM..
Appreciate 0
      01-09-2012, 01:47 PM   #33
srwatters
Second Lieutenant
srwatters's Avatar
146
Rep
277
Posts

Drives: '23 M340i, '16 X3
Join Date: Jul 2011
Location: West Plano, TX

iTrader: (0)

Garage List
Quote:
Originally Posted by scanboy View Post
if this



is true, maybe we should leave the other bits untouch i.e:

001x xx11 where xxx is the number of blinks.

1 = 0x27
2 = 0x2b
3 = 0x2f
4 = 0x33
5 = 0x37
6 = 0x3b
7 = 0x3f

Safer this way ?
To put 0xbb instead of 0x3b would actually change values of other (who konws what) settings, I wouldn't do 0xbb.

my 2 cents (in case not everyone realize that).
Thanks op & srwatters for the info.
The examples were given with values from someone specific vehicle. I would suggest that you use NCSdummy and edit the values from your specific NETTODAT trace changing only the specific 3 bits. That should work all the time.
__________________
Current - 23 G20 M340i, 16 F25 X3 2.8i xdrive
Gone - 19 F87 M2C, 11 E90 335i, 08 E70 X5 3.0i, 04 E46 330i, 95 E36 M3
Appreciate 0
      01-10-2012, 02:17 AM   #34
taranonline
Banned
28
Rep
494
Posts

Drives: Man
Join Date: Jun 2010
Location: Usa

iTrader: (0)

Got it done!!!!!!

BB = six worked great.

Appreciate 0
      01-10-2012, 10:57 AM   #35
Rotary Rasp
Lieutenant Colonel
Rotary Rasp's Avatar
241
Rep
1,857
Posts

Drives: 2009 E92 335i 6MT
Join Date: Aug 2008
Location: SoCal - Torrance

iTrader: (6)

For those who need a better explanation of how to accomplish this...

You need to scan the NETTODAT file once with the triple blink disabled within the gauge cluster (or idrive) and once again with it enabled. Then use beyond compare to scan the two NETTODAT files and find the value that has changed. That value is the HEX value you need to modify to increase the blink count.

Once you've changed it from XX to 37 (or whatever), save the NETTODAT file as NETTODAT.MAN and recode the car using the codeNETTODAT command.

Hope this helps.
__________________
Appreciate 1
      01-10-2012, 12:47 PM   #36
scanboy
Lieutenant
United_States
16
Rep
458
Posts

Drives: E90 Montego Blue+Black Int.
Join Date: Sep 2007
Location: Torrance

iTrader: (0)

Quote:
Originally Posted by srwatters View Post
The examples were given with values from someone specific vehicle. I would suggest that you use NCSdummy and edit the values from your specific NETTODAT trace changing only the specific 3 bits. That should work all the time.
Thanks for clearing that up, make sense.
Appreciate 0
      01-13-2012, 03:56 PM   #37
scanboy
Lieutenant
United_States
16
Rep
458
Posts

Drives: E90 Montego Blue+Black Int.
Join Date: Sep 2007
Location: Torrance

iTrader: (0)

Ok, I just did this, works when I test it right after coding, but as soon as I change something, it went back to 3 blinks, is that how it's suppose to work? I wasn't even changing the blinker setting, I was changing something else. ?!?!
Appreciate 0
      01-13-2012, 04:08 PM   #38
Elliott@DetailAddict
Brigadier General
United_States
300
Rep
4,444
Posts

Drives: E90
Join Date: May 2011
Location: Santa Clara, CA

iTrader: (0)

Quote:
Originally Posted by scanboy View Post
Ok, I just did this, works when I test it right after coding, but as soon as I change something, it went back to 3 blinks, is that how it's suppose to work? I wasn't even changing the blinker setting, I was changing something else. ?!?!
That's the issue with the way this works. You can never toggle it off then on or you lose it.
Appreciate 0
      01-13-2012, 04:23 PM   #39
DESI4life10
Banned
DESI4life10's Avatar
Canada
201
Rep
3,328
Posts

Drives: Coding: Desi4life10@gmail.com
Join Date: Oct 2008
Location: West of Toronto, Canada

iTrader: (18)

Quote:
Originally Posted by Grant@DetailAddict View Post
That's the issue with the way this works. You can never toggle it off then on or you lose it.
+1...with Grant

As soon as you use the bc stalk to change it to 1, you will lose this feature.
Appreciate 0
      01-13-2012, 04:27 PM   #40
scanboy
Lieutenant
United_States
16
Rep
458
Posts

Drives: E90 Montego Blue+Black Int.
Join Date: Sep 2007
Location: Torrance

iTrader: (0)

Seriously? I mean I was just playing with the auto light sensertivity settings as I also just coded that, then it went away. That means I can't change anything with the stalk after the blinker change? That sucks! But I'm glad there's a way to change the number of blinks. Not complaining just making sure that's the way it works
Appreciate 0
      01-13-2012, 06:17 PM   #41
moreno1
Captain
moreno1's Avatar
Canada
73
Rep
629
Posts

Drives: BMW 335i E93
Join Date: May 2009
Location: Montreal

iTrader: (13)

Good info to know :-)
thx
__________________
2009 335i E93 /// BSM /// Sport /// Premium /// /// 19" M pack 225 wheels /// M6 wheels winter set /// 35% Tint /// Gloss Black Grills /// PE Exhaust /// Lux H8 V3 /// Interior LEDs /// JB4-DCI /// Combox & CIC Retrofit /// M3 side skirts /// M3 front bumper ///
Appreciate 0
      01-13-2012, 09:20 PM   #42
Rotary Rasp
Lieutenant Colonel
Rotary Rasp's Avatar
241
Rep
1,857
Posts

Drives: 2009 E92 335i 6MT
Join Date: Aug 2008
Location: SoCal - Torrance

iTrader: (6)

Quote:
Originally Posted by Rotary Rasp View Post
No. And if you change it on the BC or iDrive it will revert back to stock. So it's best not to mess with those functions.

I told you guys that in the beginning......


It's not really a problem. How often to you feel the need to turn it on and off? You can still change everything except the triple tune signal option. Set it and forget it.
__________________
Appreciate 0
      01-26-2012, 10:06 AM   #43
taranonline
Banned
28
Rep
494
Posts

Drives: Man
Join Date: Jun 2010
Location: Usa

iTrader: (0)

today my coding got reset? happened to any of you guys.. I didnt change any setting from stalk menu.
Appreciate 0
      01-26-2012, 11:02 AM   #44
scanboy
Lieutenant
United_States
16
Rep
458
Posts

Drives: E90 Montego Blue+Black Int.
Join Date: Sep 2007
Location: Torrance

iTrader: (0)

Quote:
Originally Posted by taranonline View Post
today my coding got reset? happened to any of you guys.. I didnt change any setting from stalk menu.
mine is still working, haven't touch the stalk menu.
Appreciate 0
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 11:14 PM.




e90post
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