E90Post
 


TNT Racewerks
 
BMW 3-Series (E90 E92) Forum > E90 / E92 / E93 3-series Technical Forums > BMW Coding > E93 roof open/Close while driving



Reply
 
Thread Tools Search this Thread
      05-09-2015, 02:42 PM   #23
WickedB
Second Lieutenant
WickedB's Avatar
15
Rep
290
Posts

Drives: 2007 335i Convertible
Join Date: Mar 2012
Location: Detroit, MI

iTrader: (0)

Getting errors with NCS expert.. can someone explain the process step by step?


Thanks!
Appreciate 0
      05-10-2015, 02:49 AM   #24
wildcatcrazy
Banned
wildcatcrazy's Avatar
United_States
520
Rep
1,527
Posts

Drives: E90 335i
Join Date: Oct 2013
Location: USA

iTrader: (12)

Garage List
2009 335i  [0.00]
Can you be more specific (what errors, steps taken, etc...)
Appreciate 0
      05-20-2015, 08:41 PM   #25
WickedB
Second Lieutenant
WickedB's Avatar
15
Rep
290
Posts

Drives: 2007 335i Convertible
Join Date: Mar 2012
Location: Detroit, MI

iTrader: (0)

No more errors (I updated my daten files) but still don't understand how to change it... Can I do it with the BMW coding tool or does it have to be done via nettodat coding..?

If nettodat... how. I've never done any nettodat coding...

Thanks.
Appreciate 0
      06-19-2017, 11:52 PM   #26
de_ville
Registered
0
Rep
1
Posts

Drives: 330d Cabriolet 2008
Join Date: Jun 2017
Location: Sweden

iTrader: (0)

I can verify this is working on 2009 E93.

Thanks to TS for posting this!

/DeVille
Appreciate 0
      04-17-2018, 09:31 PM   #27
nolaman1970
Private
United_States
57
Rep
90
Posts

Drives: 2011 BMW M3 E93
Join Date: Feb 2018
Location: Marrero, LA

iTrader: (0)

Garage List
2011 BMW M3  [0.00]
Thank you so much! I was able to code this today changing the GESCHWINDIGKEIT - SPEED setting using NCS Dummy in CTM_E93.C03 module. Just added the custom value data "1E" exported NETTODAT.TRC and loaded into the CTM, worked like a charm. Open and close to while rolling moving. I can now operate top leaving a red light like my E46 did.
AWESOME, Thanks again!
Confirmed working 2011 E93

Quote:
Originally Posted by moreno1 View Post
Hey folks,

I just coded my CTM module in order to operate my roof while driving (in motion):

The line that needs to be change is GESCHWINDIGKEIT
default should be wert_02 (which is 00 km/h)
After using NCSDummy you can change it to the following values
32 = 50km/h (which i think is way too high, but it's your call)
1eh = 30km/h
14h = 20km/h

Code it via nettodata and you are good to go. Just remember that doing so if you hit a pothole you can damage something. Use with caution only for emergency .

Enjoy,

Last edited by nolaman1970; 04-17-2018 at 09:32 PM.. Reason: Add car.
Appreciate 0
      07-13-2018, 06:54 AM   #28
Filbert
New Member
0
Rep
12
Posts

Drives: E93 330d M Sport Auto
Join Date: Jun 2018
Location: London

iTrader: (0)

If anyone is still struggling with this, hopefully the below will help.

Use NCS Expert to read your CTM Module
Close NCS Expert (not needed but recommend you do it)
Edit the following line in your NETTODAT.TRC File (usually found in c:\NCSEXPER\WORK)

B 00300300,0010,00,F4,3B,31,07,FF,0A,28,0E,FF,1C,FF, 49,49,8C,45

(It should be the 4th line)

The value you want to change is the number after 0010, (in the example above 00)

Change the value to the speed in km/ph in HEX, so 30 km/ph = 1E, use https://www.binaryhexconverter.com/d...-hex-converter if you need to work out the HEX value of any decimal number

The line should now look like

B 00300300,0010,1E,F4,3B,31,07,FF,0A,28,0E,FF,1C,FF, 49,49,8C,45

See how the value after 0010, is 1E, not 00 anymore?

Then in order to code the newly edited NETTODAT file to your car, save the file as NETTODAT.MAN, or just save the file, and rename in using File Explorer

Open NCS Expert again, load your coding profile
Click the "VIN/ZCS/FA" button (F1). The button labels change once again.
Click the "ZCS/FA f. ECU" button (F3).
In the "Choose CHASSIS" dialog box, select your chassis and click "OK".
In the "Choose ECU" dialog box, select one of the presented modules (for example "CAS", "EWS" or "EKM") and click "OK".
After a short moment, the top groupbox should now show information regarding your car.
Click the "Back" button (F6). The middle groupbox now shows the available modules and default job name.
Click the "Process ECU" button (F4).
In the "Choose ECU" dialog box, select the CTM module and click "OK".
Click "Reading ECU" button (F4)
Close the Notepad window that pops up with your current NETTODAT.TRC File (this is just a repeat of what you would have done at the start to get your CTM Module NETTODAT.TRC file)

Click the "Basic functions" button (F5).
In the "Choose basic function" dialog box, select "coapiCodeSgByNettoData" and click "OK".
In the following "coapiCodeSgByNettoData" dialog box, make sure the correct module is set for "CBD name" (CTM) and enter NETTODAT.MAN for "Nettodatenliste". Click "OK" to begin the nettodata coding job.

Last edited by Filbert; 07-13-2018 at 11:17 AM..
Appreciate 0
      07-13-2018, 07:01 AM   #29
Filbert
New Member
0
Rep
12
Posts

Drives: E93 330d M Sport Auto
Join Date: Jun 2018
Location: London

iTrader: (0)

Quote:
Originally Posted by moreno1 View Post
Hey folks,

I just coded my CTM module in order to operate my roof while driving (in motion):

The line that needs to be change is GESCHWINDIGKEIT
default should be wert_02 (which is 00 km/h)
After using NCSDummy you can change it to the following values
32 = 50km/h (which i think is way too high, but it's your call)
1eh = 30km/h
14h = 20km/h

Code it via nettodata and you are good to go. Just remember that doing so if you hit a pothole you can damage something. Use with caution only for emergency .

Enjoy,
I know the original post in this thread is VERY old, but I'm sure, like me, a lot of people will find this thread via Google.

Please be aware, that where in the above post it says :-
Quote:
1eh = 30km/h
14h = 20km/h
It should read
1E = 30km/h
14 = 20km/h

Use https://www.binaryhexconverter.com/d...-hex-converter for any other values you may want other than 30km/h or 20km/h
Appreciate 0
      03-02-2019, 11:21 AM   #30
BerndWd
Registered
Germany
2
Rep
3
Posts

Drives: BMW E93
Join Date: Feb 2019
Location: Hamburg

iTrader: (0)

Thanks for detailed instructions! Works great!
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 03:57 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