|
|
|
|
|
|
BMW Garage | BMW Meets | Register | Today's Posts | Search |
|
BMW 3-Series (E90 E92) Forum
>
BMW CODING success
|
|
06-08-2011, 05:53 PM | #2817 |
Lieutenant Colonel
242
Rep 1,857
Posts |
Okay, I will try that tonight. Thanks!
__________________
|
Appreciate
0
|
06-08-2011, 10:42 PM | #2818 | |
Lieutenant Colonel
242
Rep 1,857
Posts |
Quote:
When I use the adapter, I get the follow error: VIN is faulty COAPI-2000: EDIABAS or SGBD error IFH-0003: DATATRANSMISSION TO INTERFACE DISTRUBED When I don't use the adapter, I get the following error: FA-Fehler COAPI-2062: error during reading coding data CAS, FA_LESEN: ERROR_ECU_INCORRECT_RESPONSE_ID Car was built 10/08
__________________
|
|
Appreciate
0
|
06-09-2011, 10:31 AM | #2819 |
Brigadier General
143
Rep 4,050
Posts |
Where can the adapter be bought and can the adapter be bought with out the cable? I've seen the adapter for sale but it came with the cable too which I already have thanks in advance.
|
Appreciate
0
|
06-09-2011, 08:37 PM | #2822 | |
Banned
62
Rep 1,063
Posts |
Quote:
How else are we supposed to know what is what? Also, what ECU type does the 2007 E90 335 have? Last edited by Magic-Man; 06-09-2011 at 08:56 PM.. |
|
Appreciate
0
|
06-09-2011, 09:39 PM | #2823 |
Lieutenant Colonel
242
Rep 1,857
Posts |
yup, that fixed the issue! I just activated the digital speedo!
thanks for everyones help
__________________
|
Appreciate
0
|
06-09-2011, 11:32 PM | #2826 |
Banned
248
Rep 966
Posts
Drives: F30 335i M sport
Join Date: Aug 2009
Location: Orlando, FL
|
|
Appreciate
0
|
06-10-2011, 10:46 AM | #2827 |
Major
64
Rep 1,300
Posts |
Tried all of these but made no difference.
__________________
Brian
Black Sapphire, Black w/Burrwood Trim & Shifter, 162's, Mtec H8 AE's, DS1 HID 6000K |
Appreciate
0
|
06-10-2011, 12:59 PM | #2828 |
Private First Class
24
Rep 155
Posts |
I`ve done all in the PDF, but when I try to do the airbag test, when I press F5 nothing happens.
If I double click the airbag I get this error "Requested control unit:'MRS5' not found. Control unit found:'ACSM2'. Program will be stoped. Should I try with different driver for the cable? This is my cable BMW INPA / Ediabas K+DCAN USB Interface, D-CAN, CAN |
Appreciate
0
|
06-10-2011, 03:19 PM | #2830 | |
30FF
30
Rep 301
Posts |
I can confirm this works for 2007+ BMW 1 series...
Quote:
For you "increasing the AE brightness" guys.. Maybe you can do it via PWM_AN_SL_V_AL_1_34 or something similiar! OR you do it the hard way..: -> taken from "dadeppa" at ********* dot com "Coding non-standard values and voltages through nettodat.trc This is my first draft of the guide. I will update it as-we-go. So how can you shove data you want into the NCS if it's not letting you? We try to outsmart it. Our example is my car, 2007 E92 335i. I have this value PWM_ANSTEUERUNG_RL_BL_1 wert_06 These are my front (1) "ring lights" (RL). 1. We read the FRM and set nettodat.trc file aside. 2. We change the value from wert_06 to wert_01 and code the car (Not necessarily wert_01, just any other value from stock) 3. Read the FRM again and compare the two nettodat.trc files. 4. Look for two bytes that are different. Here are the possible voltages 00 10 // [0,0V] 55 05 // [5,95V] DD 05 // [6,6V] 21 06 // [6,9V] 10 09 // [10,2V] F4 09 // [11,2V] D7 0A // [12,2V] 49 0B // [12,7V] 8D 0B // [13,0V] BB 0B // [13,2V] FF 0B // [13,5V] 2C 0C // [13,7V] 38 0E // [16,0V] and so on, here's formula to calculate your own values http://dl.dropbox.com/u/417229/PWM.jpg 5. Basic function - coapiCodeSqByNettoData . 6. If everything is fine the value will DISAPPEAR from the trace files now. The only way to see it again is to code blank MAN file which will revert everything back to stock in the FRM module. Now you need to understand that the bulbs, wiring, housings or the FRM itself were never designed with 16 volts in mind. Be very careful! You can do it with every damn string in the trace files, that's how the VIM was defeated I believe. " |
|
Appreciate
0
|
06-10-2011, 06:11 PM | #2831 |
Captain
14
Rep 668
Posts |
|
Appreciate
0
|
06-11-2011, 06:29 AM | #2833 |
Private First Class
24
Rep 155
Posts |
Anyone help me with this error message?
"Requested control unit:'MRS5' not found. Control unit found:'ACSM2'. Program will be stoped." My car is European version 2007 E93 325i, the cable I use is Item picture BMW INPA / Ediabas K+DCAN USB Interface, D-CAN, CAN Edit: I will try on Windows 7, I think the problem is in the WinXP Last edited by maximal; 06-11-2011 at 05:14 PM.. |
Appreciate
0
|
06-11-2011, 04:19 PM | #2834 |
manifold conversion 325/330
5
Rep 99
Posts |
maximal: i think your problem has something to do with the port settings.. try use different settings.. i can't tell you now how mine are set, because the cable is not plugged in my laptop..
|
Appreciate
0
|
06-11-2011, 11:19 PM | #2835 | |
Banned
62
Rep 1,063
Posts |
After several errors & such of trying to get this program running, I'm about to scrap the whole project.
After getting an error for missing api32.dll (which I never could find online to download) it magically came up, but did not work. Just gave me an error of: Quote:
Last edited by Magic-Man; 06-11-2011 at 11:31 PM.. |
|
Appreciate
0
|
06-12-2011, 12:52 AM | #2836 |
Banned
16
Rep 324
Posts |
make sure you FIFO settings are set to 8
|
Appreciate
0
|
06-12-2011, 10:55 AM | #2837 |
Banned
62
Rep 1,063
Posts |
There is no com port section in device manager on my laptop. I have USB ports, a VGA port & an ethernet port. So I was unable to find anything on a Fifo setting. I'm running Windows Vista.
Last edited by Magic-Man; 06-12-2011 at 11:06 AM.. |
Appreciate
0
|
06-12-2011, 11:40 AM | #2838 | |
Private First Class
24
Rep 155
Posts |
Quote:
Hello. My port settings are the same as these http://i55.tinypic.com/24uxngz.jpg Fifo is enabled. On other ports for example 6 nothing happens. I think the problem is in the car? |
|
Appreciate
0
|
Bookmarks |
|
|