PDA

View Full Version : E46 Auto Window Up



casper3t
05-09-2010, 01:42 PM
I have a E46 M3 cabrio and how do I activate the one touch up on my passgener side window in ncs expert? I know it possible because it was activated before. In NCS I see the options for one touch up and down for driver side and only one touch down for passgener side.

rondo
05-09-2010, 07:40 PM
Hi these two parameters might help
FH_BEIFAHRERTUER_TIPP_AUF : Passenger Window power down one touch
FH_BEIFAHRERTUER_TIPP_ZU : Passenger Window power up one touch

casper3t
05-10-2010, 11:16 AM
so i would just add this to the FSW_PSW.MAN and just load it? hmm do you know which one is for convertible top to open with the key? i think it a comfort access remote open?
KOMFORTOEFFNUNG_FB
KOMFORTSCHLIESSUNG_FB

would I mess up something if i add these to the coding?

rondo
05-10-2010, 04:54 PM
Hi you cant add functions to your modules.What you can do is change the parameters for the functions that your modules have written in them.
I dont think you are reading the correct module.
You need to read out gvm this is where the functions you need are.

casper3t
05-10-2010, 05:22 PM
Hmm, I'll check again when I get home. The instruction for ncs is very vague, I look thru all the available pdf and instructions and I still don't understand most of it.

should I look for these in the car/key memory?

rondo
05-10-2010, 10:17 PM
here is my punch list for coding try option #2 and read your GM this is where i changed the comfort opening on my e46 .

Beemer187
05-12-2010, 04:44 PM
Hi these two parameters might help
FH_BEIFAHRERTUER_TIPP_AUF : Passenger Window power down one touch
FH_BEIFAHRERTUER_TIPP_ZU : Passenger Window power up one touch

I have an E46 vert too and I tryed NCSExpert, but I only got this option;
FH_BEIFAHRERTUER_TIPP_AUF : Passenger Window power down one touch.

This option wasn't there:
FH_BEIFAHRERTUER_TIPP_ZU : Passenger Window power up one touch.

And I didnt see the option for opening the top with the key.
I dont think that all convertibles can program this option.

rondo
05-12-2010, 06:56 PM
Hi beemer187 what modules did you read?

Beemer187
05-12-2010, 07:35 PM
Hi beemer187 what modules did you read?

I dont know what modules, but I read the Car/Key settings module.

- First I choose File / Edit Profile
- Then it will ask you for the password, so enter it.
- Then you will see a screen the car/key option/individualisierung, click on that button.
- Next screen you can activate the car/key settings. OK,Save.
- Now Load Profile and choose Expertmode.

So now there will be an extra car/key option button, You can program your car and 4 keys.

Thats what I did.

Here are some pics....

stanley
05-12-2010, 07:59 PM
If I am not mistaken, early E46s verts do not have toll up on passanger window.

rondo
05-12-2010, 08:03 PM
Hi what you accessed is the car/key memory settings these are the same settings that your bmw dealer can change for you .If you want to do some custom coding then you will have to learn how to use the fsw/psw manipulation command.My short version of how to is above using option #2 .I think the first step is to read the module to see what functions are available in your car.

casper3t
05-12-2010, 09:38 PM
how do i load it?

rondo
05-12-2010, 10:58 PM
Have you tried to follow my guide?where are you stuck?

casper3t
05-13-2010, 01:20 AM
i'm trying to load the .man file, do i just reload the profile?

hmm i think i understand now. just need to go home and try it

casper3t
05-13-2010, 12:21 PM
I found a listing of a lot of FSW PSW codes on this other forum.

casper3t
05-13-2010, 12:37 PM
I dont know what modules, but I read the Car/Key settings module.

- First I choose File / Edit Profile
- Then it will ask you for the password, so enter it.
- Then you will see a screen the car/key option/individualisierung, click on that button.
- Next screen you can activate the car/key settings. OK,Save.
- Now Load Profile and choose Expertmode.

So now there will be an extra car/key option button, You can program your car and 4 keys.

Thats what I did.

Here are some pics....

I just figured out how to do mine. you need to turn on the fsw_psw.man thing. you can get instructions from this pdf file.

Beemer187
05-13-2010, 12:43 PM
I just figured out how to do mine. you need to turn on the fsw_psw.man thing. you can get instructions from this pdf file.

Hey Casper,

Did you already tryed some options, like opening the windows or top with the key.

I will try this today.

casper3t
05-13-2010, 01:51 PM
I activated all my comfort settings but nothing worked, I'll try it again later today when i get home. I know it these codes

KOMFORTOEFFNUNG_FB : convertible top opens by holding the open button on remote..Or opens all windows & sun roof on non convertible


KOMFORTSCHLIESSUNG_FB : convertible top closes by holding the close button on remote..Or closes all windows &sun roof on non convertible

Translation:
KOMFORT - Comfort
OEFFNEN - Open
OEFFNUNG - Opening
SCHLIESSEN - Close
SCHLIESSUNG - Closing

I think FB refers to the Key?

My top will go down with the key remote now. Now I 2 more options that i'm trying to figure out.
1. Windows roll up or down when key is not in ignition
2. Selective Unlocking. I see the option but it doesn't say active/not active

rondo
05-13-2010, 09:27 PM
Hi congrats on your first coding success .
If you want to change selective opening the place to do this is in the key/car settings Here you can assign either aktive or notaktive to a specific key.
The function is called zv selective and nice find on the fsw psw list i wonder where it came from :D

casper3t
05-14-2010, 01:47 AM
opps i forgot to post the link, i got it from here
http://www.bmwland.co.uk/talker/viewtopic.php?p=860479

Beemer187
05-15-2010, 09:37 AM
Yeah, I did it too,

I've activate:

KOMFORTOEFFNUNG_FB : convertible top opens by holding the open button on remote.
KOMFORTSCHLIESSUNG_FB : convertible top closes by holding the close button on remote

FH_BEIFAHRERTUER_TIPP_ZU : Passenger Window power up one touch.

Thanks guys for the help.