E90Post
 


 
BMW 3-Series (E90 E92) Forum > E90 / E92 / E93 3-series Technical Forums > BMW Coding > DRL keep same lighting level FRM3



Reply
 
Thread Tools Search this Thread
      10-29-2012, 04:44 PM   #1
M.Etreby
First Lieutenant
Egypt
36
Rep
306
Posts

Drives: 2011 Black Sapphire E90 330i
Join Date: Aug 2011
Location: Egypt

iTrader: (0)

DRL keep same lighting level FRM3

coding Exp. I started a thread before about how to code the AE to keep the lighting level of the DRL whatever the lights switched on?

http://www.e90post.com/forums/showthread.php?t=763037

I had very good help from Cn555ic, unfrotunately i have the FRM3 on the car, so if anybody knows about the code that need to be changed

also attached is mt TRC file if any wants to review
Attached Files
File Type: zip e90 330i 2011 FSW_PSW.zip (6.0 KB, 258 views)
__________________
M.Etreby

F M double Grills, 19"313, Perf.Exhaust with dimisatips, RPI red scoops, K&N filter, LUX-H8 160, Aluminum strut bar, PBX, Perf. Suspension, F30 M-Perf. Brakes
Appreciate 0
      11-01-2012, 04:54 PM   #2
makkan00
Major General
makkan00's Avatar
United Kingdom
886
Rep
9,097
Posts

Drives: F83 and F36
Join Date: Dec 2011
Location: Essex

iTrader: (56)

It is not possible by this file.
You will have to learn netodat coding to get it done.
__________________
F36 Xdrive for her - HUD, park assist, heated steering wheel, rear camera, Apple car play
F36 RWD for him - HK, M sports pack, GTS tail light, Apple car play
Appreciate 0
      11-02-2012, 10:14 AM   #3
M.Etreby
First Lieutenant
Egypt
36
Rep
306
Posts

Drives: 2011 Black Sapphire E90 330i
Join Date: Aug 2011
Location: Egypt

iTrader: (0)

Quote:
Originally Posted by makkan00 View Post
It is not possible by this file.
You will have to learn netodat coding to get it done.
fair enough, but can yuo explain further how can i do that? i know nothing about nettodat coding
__________________
M.Etreby

F M double Grills, 19"313, Perf.Exhaust with dimisatips, RPI red scoops, K&N filter, LUX-H8 160, Aluminum strut bar, PBX, Perf. Suspension, F30 M-Perf. Brakes
Appreciate 0
      11-02-2012, 04:01 PM   #4
cn555ic
cn555ic's Avatar
United_States
441
Rep
18,331
Posts

Drives: 335i
Join Date: Jun 2007
Location: US

iTrader: (6)

1. Start NCSExpert & Load FSW PSW MAN profile.
2. Press F1 then F3 and select E89 then select CAS
3. Press F6 then F4. From the modules listed select NFRM
4. Under the word 'JOBNAME' on NCSExpert you will now have something which starts FRM..................................... Note all this down as you will need it later.
5. Press F4 (read ECU). A box title NETTODAT.TRC will now open - you can close this.
6. You can now close NCSExpert
7. The above should have saved you a NETTODAT.TRC file in your NCSExpert Work folder. You are now going to change this file using NCSDummy.
8. Open NCSDummy - if it is the first time you have used it specify the path to your NCSExpert DATEN folder (I was using DATEN 46.1 for this)
9. In NCS Dummy select the following: Chassis - E89. Module - FRM3_E89.C32. FSW/PSW or Nettodata trace - the NETTODAT.TRC file you created above.
10. If you have done this correctly a new Tab appears labelled Trace Editor. Select this.
11. You now need to amend two entries: PWM_SL_1_FKT_BL_TFL & PWM_SL_1_FKT_SL_TFL. The entries are in alphabetical order so are easy to find.
12. For the first one mine had options wert 1 to 9 available with wert 3, 6 & 9 selected. In the second one wert 1 to 11 was available with 3, 4 & 10 selected. If you click on any of the selected ones the part you are interested in is listed as Data in the details section (this is what sepcifies the voltage)
13. On mine the BL showed Data of 0A,D7 and the SL showed Data of 06,66.
14. To override these if you right click on one of the selected entries you are given the option to add new custom parameters. The new custom parameter will be given the name <benutzerdefinierte> - <custom>.
15. Once added, click the box to the left to select it and this should deselect the previous 'factory' selected options
16. The Data option in details below should show as 00,00 and you can change this to any allowable entry. If you use 0C,2C you are specifying 13.7 volts. I am using 0C,9F - see http://www.**************/showthread....ll=1#post28763 why
17. Make sure this is done for both the BL and SL entries
18. Once completed click Editor Functions and Export Nettodata Trace File. You should now be able to save a NETTODAT.MAN file.
19. You can now close NCSDummy as we have just created a new MAN file which we are going to use to code the NRFM module.
20. Start NCSExpert & Load Revtor's NCE Expert Profile
21. Press F1 then F3 and select E89 the select CAS
22. Press F6 then F4. From the modules listed select NFRM
23. A popup window will now open and check the details to those listed in point 4. DO NOT GO ANY FURTHER IF THEY DO NOT MATCH AS YOU HAVE DONE SOMETHING WRONG.
24. Assuming above is OK click OK and press F5 (basic functions). In the popup window select coapiCodeSgByNettoData.
25. For the CBD name make sure the correct module is already set & for Nettodatenliste enter NETTODAT.MAN (the file you created above)
26. Click OK to start the coding job.


If you still don't know what to do let me know.
Appreciate 0
      11-09-2012, 02:42 PM   #5
M.Etreby
First Lieutenant
Egypt
36
Rep
306
Posts

Drives: 2011 Black Sapphire E90 330i
Join Date: Aug 2011
Location: Egypt

iTrader: (0)

Quote:
Originally Posted by cn555ic
1. Start NCSExpert & Load FSW PSW MAN profile.
2. Press F1 then F3 and select E89 then select CAS
3. Press F6 then F4. From the modules listed select NFRM
4. Under the word 'JOBNAME' on NCSExpert you will now have something which starts FRM..................................... Note all this down as you will need it later.
5. Press F4 (read ECU). A box title NETTODAT.TRC will now open - you can close this.
6. You can now close NCSExpert
7. The above should have saved you a NETTODAT.TRC file in your NCSExpert Work folder. You are now going to change this file using NCSDummy.
8. Open NCSDummy - if it is the first time you have used it specify the path to your NCSExpert DATEN folder (I was using DATEN 46.1 for this)
9. In NCS Dummy select the following: Chassis - E89. Module - FRM3_E89.C32. FSW/PSW or Nettodata trace - the NETTODAT.TRC file you created above.
10. If you have done this correctly a new Tab appears labelled Trace Editor. Select this.
11. You now need to amend two entries: PWM_SL_1_FKT_BL_TFL & PWM_SL_1_FKT_SL_TFL. The entries are in alphabetical order so are easy to find.
12. For the first one mine had options wert 1 to 9 available with wert 3, 6 & 9 selected. In the second one wert 1 to 11 was available with 3, 4 & 10 selected. If you click on any of the selected ones the part you are interested in is listed as Data in the details section (this is what sepcifies the voltage)
13. On mine the BL showed Data of 0A,D7 and the SL showed Data of 06,66.
14. To override these if you right click on one of the selected entries you are given the option to add new custom parameters. The new custom parameter will be given the name &lt;benutzerdefinierte> - &lt;custom>.
15. Once added, click the box to the left to select it and this should deselect the previous 'factory' selected options
16. The Data option in details below should show as 00,00 and you can change this to any allowable entry. If you use 0C,2C you are specifying 13.7 volts. I am using 0C,9F - see http://www.**************/showthread....ll=1#post28763 why
17. Make sure this is done for both the BL and SL entries
18. Once completed click Editor Functions and Export Nettodata Trace File. You should now be able to save a NETTODAT.MAN file.
19. You can now close NCSDummy as we have just created a new MAN file which we are going to use to code the NRFM module.
20. Start NCSExpert & Load Revtor's NCE Expert Profile
21. Press F1 then F3 and select E89 the select CAS
22. Press F6 then F4. From the modules listed select NFRM
23. A popup window will now open and check the details to those listed in point 4. DO NOT GO ANY FURTHER IF THEY DO NOT MATCH AS YOU HAVE DONE SOMETHING WRONG.
24. Assuming above is OK click OK and press F5 (basic functions). In the popup window select coapiCodeSgByNettoData.
25. For the CBD name make sure the correct module is already set & for Nettodatenliste enter NETTODAT.MAN (the file you created above)
26. Click OK to start the coding job.


If you still don't know what to do let me know.
Thanks a lot for that so much effort to support. Unfortunately I m out of town for sometime without the car, however I think since that I have been away from coding for almost a year. Where do you think I can locate latest versions of ncsexpert, and daten ???
__________________
M.Etreby

F M double Grills, 19"313, Perf.Exhaust with dimisatips, RPI red scoops, K&N filter, LUX-H8 160, Aluminum strut bar, PBX, Perf. Suspension, F30 M-Perf. Brakes
Appreciate 0
      11-10-2012, 08:16 AM   #6
M.Etreby
First Lieutenant
Egypt
36
Rep
306
Posts

Drives: 2011 Black Sapphire E90 330i
Join Date: Aug 2011
Location: Egypt

iTrader: (0)

i tried a couple of things on my computer, still away from the car, but since i do have the files, and sometime to work on it, i figured to start.
i got point number 9. but this trace file editor tab doesnt appear. so the tabs i do have are "export module, export trace" which are active after i put the path to the nettodat.trc file. any ideas?
by the way i m using NCS dummy ver0.2.1.0
__________________
M.Etreby

F M double Grills, 19"313, Perf.Exhaust with dimisatips, RPI red scoops, K&N filter, LUX-H8 160, Aluminum strut bar, PBX, Perf. Suspension, F30 M-Perf. Brakes
Appreciate 0
      11-10-2012, 09:41 AM   #7
cn555ic
cn555ic's Avatar
United_States
441
Rep
18,331
Posts

Drives: 335i
Join Date: Jun 2007
Location: US

iTrader: (6)

Select chassis e89 and then the module that your car has. Don't use the same exact one as posted but find the module that is corresponding to your car. Once you do the load up the FSW/PSW trace file from your work folder. Once u loaded it if everything is correct then the trace editor will appear. If you have not matched everything correctly the trace editor will not be present as their is an error with your variables that u have entered
Appreciate 0
      11-15-2012, 09:42 AM   #8
M.Etreby
First Lieutenant
Egypt
36
Rep
306
Posts

Drives: 2011 Black Sapphire E90 330i
Join Date: Aug 2011
Location: Egypt

iTrader: (0)

Quote:
Originally Posted by cn555ic View Post
1. Start NCSExpert & Load FSW PSW MAN profile.
2. Press F1 then F3 and select E89 then select CAS
3. Press F6 then F4. From the modules listed select NFRM
4. Under the word 'JOBNAME' on NCSExpert you will now have something which starts FRM..................................... Note all this down as you will need it later.
5. Press F4 (read ECU). A box title NETTODAT.TRC will now open - you can close this.
6. You can now close NCSExpert
7. The above should have saved you a NETTODAT.TRC file in your NCSExpert Work folder. You are now going to change this file using NCSDummy.
8. Open NCSDummy - if it is the first time you have used it specify the path to your NCSExpert DATEN folder (I was using DATEN 46.1 for this)
9. In NCS Dummy select the following: Chassis - E89. Module - FRM3_E89.C32. FSW/PSW or Nettodata trace - the NETTODAT.TRC file you created above.
10. If you have done this correctly a new Tab appears labelled Trace Editor. Select this.
11. You now need to amend two entries: PWM_SL_1_FKT_BL_TFL & PWM_SL_1_FKT_SL_TFL. The entries are in alphabetical order so are easy to find.
12. For the first one mine had options wert 1 to 9 available with wert 3, 6 & 9 selected. In the second one wert 1 to 11 was available with 3, 4 & 10 selected. If you click on any of the selected ones the part you are interested in is listed as Data in the details section (this is what sepcifies the voltage)
13. On mine the BL showed Data of 0A,D7 and the SL showed Data of 06,66.
14. To override these if you right click on one of the selected entries you are given the option to add new custom parameters. The new custom parameter will be given the name <benutzerdefinierte> - <custom>.
15. Once added, click the box to the left to select it and this should deselect the previous 'factory' selected options
16. The Data option in details below should show as 00,00 and you can change this to any allowable entry. If you use 0C,2C you are specifying 13.7 volts. I am using 0C,9F - see http://www.**************/showthread....ll=1#post28763 why
17. Make sure this is done for both the BL and SL entries
18. Once completed click Editor Functions and Export Nettodata Trace File. You should now be able to save a NETTODAT.MAN file.
19. You can now close NCSDummy as we have just created a new MAN file which we are going to use to code the NRFM module.
20. Start NCSExpert & Load Revtor's NCE Expert Profile
21. Press F1 then F3 and select E89 the select CAS
22. Press F6 then F4. From the modules listed select NFRM
23. A popup window will now open and check the details to those listed in point 4. DO NOT GO ANY FURTHER IF THEY DO NOT MATCH AS YOU HAVE DONE SOMETHING WRONG.
24. Assuming above is OK click OK and press F5 (basic functions). In the popup window select coapiCodeSgByNettoData.
25. For the CBD name make sure the correct module is already set & for Nettodatenliste enter NETTODAT.MAN (the file you created above)
26. Click OK to start the coding job.


If you still don't know what to do let me know.
i found out i was using the very old version of the NCS dummy, anyway, i got the new one now, i made the required changes and went through the rest of the described points, but i dont know why its not working still. (i attached the new nettodat.MAN file, what do you think?
Attached Files
File Type: zip NETTODAT.zip (1.3 KB, 204 views)
__________________
M.Etreby

F M double Grills, 19"313, Perf.Exhaust with dimisatips, RPI red scoops, K&N filter, LUX-H8 160, Aluminum strut bar, PBX, Perf. Suspension, F30 M-Perf. Brakes
Appreciate 0
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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:34 AM.




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