F30POST
F30POST
2012-2015 BMW 3-Series and 4-Series Forum
BMW Garage BMW Meets Register Search Today's Posts Mark Forums Read
BMW 3-Series and 4-Series Forum (F30 / F32) | F30POST > Technical Forums > F30 DIYs and Coding Discussions > To All F30 Coders!!!
proTUNING Freaks
Post Reply
 
Thread Tools Search this Thread
      05-10-2013, 07:39 AM   #23
Frogman
Lieutenant Colonel
United_States
288
Rep
1,892
Posts

Drives: 2012 F30 328i
Join Date: Mar 2012
Location: SoCal

iTrader: (0)

Quote:
Originally Posted by rustyminded View Post
ya ok I went down to the car
what worked :
-digital speed BC
-TV in motion
-Tire pressure (but no values) :/
-DRL both tail lights
-sport configure

what did NOT work:
FEM BODY values says error when I hit read coding it includes
-Auto start stop
-HP value
-windows rolling with no door interruption
-mirror unfold at .. speed
idk what to do

If you get a not found error on FEM_BODY, then you need updated psdzdata.

You say that you got sports confiure to work, yet you say that HP value doesn't work?

The HP value is in HU_CIC, so not being able to read FEM_BODY won't affect it.
Appreciate 0
      05-10-2013, 08:41 AM   #24
rustyminded
Major
rustyminded's Avatar
248
Rep
1,436
Posts

Drives: BMW 328i
Join Date: Nov 2012
Location: C

iTrader: (0)

Quote:
Originally Posted by Frogman View Post
If you get a not found error on FEM_BODY, then you need updated psdzdata.

You say that you got sports confiure to work, yet you say that HP value doesn't work?

The HP value is in HU_CIC, so not being able to read FEM_BODY won't affect it.
sorry I got confused HP is in HU_CIC correct but for others FEM_BODY says error :S so how can I update the psdzata ?
Appreciate 0
      05-10-2013, 08:57 AM   #25
rustyminded
Major
rustyminded's Avatar
248
Rep
1,436
Posts

Drives: BMW 328i
Join Date: Nov 2012
Location: C

iTrader: (0)

Quote:
Originally Posted by Frogman View Post
Changing this code does not automatically change the units on the display. It just enables the units to be changed in the Menu -> Settings -> Language/Units screen.

So, once you code this, go to the Menu -> Settings -> Units screen and change the Power and Torque units to the units you want (HP and ft-lb).

Then go back to the Sports Display and the display should be correct.
Thank you HP is now added but for the tire pressure it's written PSI and Celsius but no values like it doesn't read any values !!
and for the FEM_BODY says error
Appreciate 0
      05-10-2013, 11:08 AM   #26
shawnsheridan
General
shawnsheridan's Avatar
United_States
10339
Rep
40,296
Posts

Drives: 2018 Alpina B6 650ix GC
Join Date: Feb 2010
Location: Houston, TX

iTrader: (0)

Garage List
Quote:
Originally Posted by rustyminded View Post
sorry I got confused HP is in HU_CIC correct but for others FEM_BODY says error :S so how can I update the psdzata ?
Quote:
Originally Posted by rustyminded View Post
Thank you HP is now added but for the tire pressure it's written PSI and Celsius but no values like it doesn't read any values !!
and for the FEM_BODY says error
Your car is at F020-12-03-520, which is ISTA/P 2.46.4, so using 47.5 PSdZData is not a problem for you. Newer PSdZData will solve nothing.

TPMS does not work in every car. For one, you need Option S2VBA Tyre pressure control (TPC), which is RDC. You probably do not have this option, so what you actually have is FTMS. TPMS is Tire Pressure Monitoring System, aka Reifen Druck Control (RDC) and FTMS is Flat Tire Monitor System, aka Reifen Pannen Anzeige (RPA). If your valve stems are rubber instead of metal, you have FTMS. FTMS operates on tire rotational speed and has no actual sensors to measure pressure and temperature.

As for your FEM_BODY error, please be specific. What is the exact error you are getting?
__________________

2018 F06 Alpina B6 650ix GC; Space Grey; Vermillion Red Nappa Leather; Executive; B&O; Driving Assistant
2017 F15 X5 xDrive50i MSport; Glacier Silver Metallic; Black Dakota Leather; Executive; B&O; Driving Assistant; RSE
Appreciate 0
      05-10-2013, 02:42 PM   #27
rustyminded
Major
rustyminded's Avatar
248
Rep
1,436
Posts

Drives: BMW 328i
Join Date: Nov 2012
Location: C

iTrader: (0)

Quote:
Originally Posted by shawnsheridan View Post
Your car is at F020-12-03-520, which is ISTA/P 2.46.4, so using 47.5 PSdZData is not a problem for you. Newer PSdZData will solve nothing.

TPMS does not work in every car. For one, you need Option S2VBA Tyre pressure control (TPC), which is RDC. You probably do not have this option, so what you actually have is FTMS. TPMS is Tire Pressure Monitoring System, aka Reifen Druck Control (RDC) and FTMS is Flat Tire Monitor System, aka Reifen Pannen Anzeige (RPA). If your valve stems are rubber instead of metal, you have FTMS. FTMS operates on tire rotational speed and has no actual sensors to measure pressure and temperature.

As for your FEM_BODY error, please be specific. What is the exact error you are getting?
Report-"1" Errors

Transaktions-Report: Aktion: Codierdaten lesen


FEM_BODY [40] [J058577]
readCPS o.k.
cafd_00000794-002_020_029 Fehler:
File for "cafd_00000794-002_020_029" not found! [C012]
Appreciate 0
      05-10-2013, 03:06 PM   #28
Frogman
Lieutenant Colonel
United_States
288
Rep
1,892
Posts

Drives: 2012 F30 328i
Join Date: Mar 2012
Location: SoCal

iTrader: (0)

Quote:
Originally Posted by rustyminded View Post
Report-"1" Errors

Transaktions-Report: Aktion: Codierdaten lesen


FEM_BODY [40] [J058577]
readCPS o.k.
cafd_00000794-002_020_029 Fehler:
File for "cafd_00000794-002_020_029" not found! [C012]
That's one of the old orphaned CAFD files

PM Sent.

Last edited by Frogman; 05-10-2013 at 03:35 PM..
Appreciate 0
      05-10-2013, 04:32 PM   #29
shawnsheridan
General
shawnsheridan's Avatar
United_States
10339
Rep
40,296
Posts

Drives: 2018 Alpina B6 650ix GC
Join Date: Feb 2010
Location: Houston, TX

iTrader: (0)

Garage List
Quote:
Originally Posted by rustyminded View Post
Report-"1" Errors

Transaktions-Report: Aktion: Codierdaten lesen


FEM_BODY [40] [J058577]
readCPS o.k.
cafd_00000794-002_020_029 Fehler:
File for "cafd_00000794-002_020_029" not found! [C012]
Quote:
Originally Posted by Frogman View Post
That's one of the old orphaned CAFD files

PM Sent.
Yes, this is a CAFD discarded by BMW long ago, so as I said, your problem is not that you don't have the new PSdZData, rather it is you don't have old PSdZData.

PM sent though to fix this issue.
__________________

2018 F06 Alpina B6 650ix GC; Space Grey; Vermillion Red Nappa Leather; Executive; B&O; Driving Assistant
2017 F15 X5 xDrive50i MSport; Glacier Silver Metallic; Black Dakota Leather; Executive; B&O; Driving Assistant; RSE
Appreciate 0
      05-11-2013, 04:01 AM   #30
rustyminded
Major
rustyminded's Avatar
248
Rep
1,436
Posts

Drives: BMW 328i
Join Date: Nov 2012
Location: C

iTrader: (0)

Quote:
Originally Posted by shawnsheridan View Post
Yes, this is a CAFD discarded by BMW long ago, so as I said, your problem is not that you don't have the new PSdZData, rather it is you don't have old PSdZData.

PM sent though to fix this issue.
thank you the problem is fixed I appreciate your help guys
Appreciate 0
      05-11-2013, 04:02 AM   #31
rustyminded
Major
rustyminded's Avatar
248
Rep
1,436
Posts

Drives: BMW 328i
Join Date: Nov 2012
Location: C

iTrader: (0)

Quote:
Originally Posted by Frogman View Post
That's one of the old orphaned CAFD files

PM Sent.
Thank you the problem is solved
is there a way to turn of the a/c off when car is turned on ?
Appreciate 0
      05-11-2013, 04:10 AM   #32
shawnsheridan
General
shawnsheridan's Avatar
United_States
10339
Rep
40,296
Posts

Drives: 2018 Alpina B6 650ix GC
Join Date: Feb 2010
Location: Houston, TX

iTrader: (0)

Garage List
Quote:
Originally Posted by rustyminded View Post
Thank you the problem is solved
is there a way to turn of the a/c off when car is turned on ?
Not Off by default, but if you have IHKA => OFF_MEMORY = aktiv, it will be off so long as it was off when the car was shut down.
__________________

2018 F06 Alpina B6 650ix GC; Space Grey; Vermillion Red Nappa Leather; Executive; B&O; Driving Assistant
2017 F15 X5 xDrive50i MSport; Glacier Silver Metallic; Black Dakota Leather; Executive; B&O; Driving Assistant; RSE
Appreciate 0
      05-12-2013, 04:09 AM   #33
rustyminded
Major
rustyminded's Avatar
248
Rep
1,436
Posts

Drives: BMW 328i
Join Date: Nov 2012
Location: C

iTrader: (0)

Quote:
Originally Posted by shawnsheridan View Post
Not Off by default, but if you have IHKA => OFF_MEMORY = aktiv, it will be off so long as it was off when the car was shut down.
I didn't find the file but thx it doesn't bother a lot, another question Is it same way to code f10 for production 2013 with 47.5 or it's different than f30 in coding ?
Appreciate 0
      05-12-2013, 08:47 AM   #34
shawnsheridan
General
shawnsheridan's Avatar
United_States
10339
Rep
40,296
Posts

Drives: 2018 Alpina B6 650ix GC
Join Date: Feb 2010
Location: Houston, TX

iTrader: (0)

Garage List
Quote:
Originally Posted by rustyminded View Post
I didn't find the file but thx it doesn't bother a lot, another question Is it same way to code f10 for production 2013 with 47.5 or it's different than f30 in coding ?
The process for coding any Fxx chassis is identical. The FDL Codes are not always the same, although those that are not are usually similar enough in name to figure out.

You can't be coding MY 2013 cars with 47.5. It is from July 2012 and is way too old.
__________________

2018 F06 Alpina B6 650ix GC; Space Grey; Vermillion Red Nappa Leather; Executive; B&O; Driving Assistant
2017 F15 X5 xDrive50i MSport; Glacier Silver Metallic; Black Dakota Leather; Executive; B&O; Driving Assistant; RSE
Appreciate 0
      05-12-2013, 09:10 AM   #35
rustyminded
Major
rustyminded's Avatar
248
Rep
1,436
Posts

Drives: BMW 328i
Join Date: Nov 2012
Location: C

iTrader: (0)

Quote:
Originally Posted by shawnsheridan View Post
The process for coding any Fxx chassis is identical. The FDL Codes are not always the same, although those that are not are usually similar enough in name to figure out.

You can't be coding MY 2013 cars with 47.5. It is from July 2012 and is way too old.
OK I want to code my f10 too what version should I use ?
Appreciate 0
      05-12-2013, 09:17 AM   #36
shawnsheridan
General
shawnsheridan's Avatar
United_States
10339
Rep
40,296
Posts

Drives: 2018 Alpina B6 650ix GC
Join Date: Feb 2010
Location: Houston, TX

iTrader: (0)

Garage List
Quote:
Originally Posted by rustyminded View Post
OK I want to code my f10 too what version should I use ?
Use E-Sys 3.22.5 and 49.3 and you can code any Fxx Chassis, and you don't have to worry about it.

We only play this version game so some people can avoid buying a cheap ass token. It's no problem to buy $40k plus car, but $65 to code it is out of reach for some people, so now we have to have custom solutions.
__________________

2018 F06 Alpina B6 650ix GC; Space Grey; Vermillion Red Nappa Leather; Executive; B&O; Driving Assistant
2017 F15 X5 xDrive50i MSport; Glacier Silver Metallic; Black Dakota Leather; Executive; B&O; Driving Assistant; RSE
Appreciate 0
      05-12-2013, 03:25 PM   #37
rustyminded
Major
rustyminded's Avatar
248
Rep
1,436
Posts

Drives: BMW 328i
Join Date: Nov 2012
Location: C

iTrader: (0)

Quote:
Originally Posted by shawnsheridan View Post
Use E-Sys 3.22.5 and 49.3 and you can code any Fxx Chassis, and you don't have to worry about it.

We only play this version game so some people can avoid buying a cheap ass token. It's no problem to buy $40k plus car, but $65 to code it is out of reach for some people, so now we have to have custom solutions.
yea, I went and gave it a try (auto start stop, window roll up front, A/C) are coded but (TPMS, HP show, rear windows roll up, DVD and TV in motion) didn't work in the HU_CIC and JBBF said ERROR when reading code
Appreciate 0
      05-14-2013, 11:22 PM   #38
SergioK
Second Lieutenant
16
Rep
234
Posts

Drives: F30 328i
Join Date: Oct 2012
Location: L.A.

iTrader: (0)

Quote:
Originally Posted by rustyminded View Post
HU_CIC 3000 HMI EFF_DYN_SPORT_UNIT aktive (werte = 01) nicht aktiv (werte = 0Adds HP/LB_FT/KGM/etc to sports display (
Question, can the Sports display (showing HP/TQ 'gauges') be enabled on cars that don't have the 'wide' screen display?
Appreciate 0
      05-14-2013, 11:33 PM   #39
Frogman
Lieutenant Colonel
United_States
288
Rep
1,892
Posts

Drives: 2012 F30 328i
Join Date: Mar 2012
Location: SoCal

iTrader: (0)

Quote:
Originally Posted by SergioK View Post
Question, can the Sports display (showing HP/TQ 'gauges') be enabled on cars that don't have the 'wide' screen display?
It can be enabled to show up, but it's static; it won't show any data (power or torque). The dials won't move. We have not been able to figure out why.
Appreciate 0
      05-15-2013, 06:45 AM   #40
rustyminded
Major
rustyminded's Avatar
248
Rep
1,436
Posts

Drives: BMW 328i
Join Date: Nov 2012
Location: C

iTrader: (0)

Is there any way to get the GPS working here in Egypt it says need an activation code
Appreciate 0
      05-15-2013, 10:40 AM   #41
Frogman
Lieutenant Colonel
United_States
288
Rep
1,892
Posts

Drives: 2012 F30 328i
Join Date: Mar 2012
Location: SoCal

iTrader: (0)

Quote:
Originally Posted by rustyminded View Post
Is there any way to get the GPS working here in Egypt it says need an activation code
If you car came with navigation, then they should have activated it at the dealer. You need to take it in have have them activate it.
Appreciate 0
      08-20-2013, 11:50 PM   #42
SergioK
Second Lieutenant
16
Rep
234
Posts

Drives: F30 328i
Join Date: Oct 2012
Location: L.A.

iTrader: (0)

Quote:
Originally Posted by shawnsheridan View Post
Not Off by default, but if you have IHKA => OFF_MEMORY = aktiv, it will be off so long as it was off when the car was shut down.
This is supposed to be here, correct?

IHKA module 3000 OFF_MEMORY, set to aktiv - keeps the IHKA off after the car starts

Thing is, I can't find it at all...
Attached Images
 
Appreciate 0
      08-20-2013, 11:58 PM   #43
10nelyboi
Private First Class
15
Rep
144
Posts

Drives: 2012 - 335I
Join Date: Feb 2013
Location: SoCal

iTrader: (0)

Quote:
Originally Posted by SergioK
Quote:
Originally Posted by shawnsheridan View Post
Not Off by default, but if you have IHKA => OFF_MEMORY = aktiv, it will be off so long as it was off when the car was shut down.
This is supposed to be here, correct?

IHKA module 3000 OFF_MEMORY, set to aktiv - keeps the IHKA off after the car starts

Thing is, I can't find it at all...
nope, that is not the correct location. try 3002. it should be there. it took me a while to find it. you should be able to find a folder name MEMORY -OFF
Appreciate 0
      08-21-2013, 12:08 AM   #44
SergioK
Second Lieutenant
16
Rep
234
Posts

Drives: F30 328i
Join Date: Oct 2012
Location: L.A.

iTrader: (0)

Thank you!
Appreciate 0
Post 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 05:21 AM.




f30post
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