Announcement

Collapse
No announcement yet.

New RLS coding?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    New RLS coding?

    Hi There - I recently got an error that the rain light sensor module has a fault, pulling out the sensor i quickly noticed that a chip had soldered off and was bouncing around in its casing - I ordered a brand new one from summit - I installed the new unit and now i have a fault saying it has to be coded - i would have though since the car came with the rain sensor from factory, there wouldnt be a need to add the VO, program GM5, etc. has anyone had this issue before? Do i just need to rewrite the program file .MAN with the new sensor plugged in to take effect?

    its been a while since ive messed with ncexpert so im a bit rusty.

    thanks in advanced!

    #2
    Looks like i answered my own question, apparently if its a new module (it fits multiple cars, e39,e46,e53) you will need to add parameters that define the wiper motor, i added the following for the e46:

    WISCHERMOTOR_RSK
    wert_01 (this value define the polarity on the motor?)
    wert_02
    TYP_FRONTSCHEIBE
    serienscheibe


    The new module should only have:

    FLC_SCHWELLWERT_SATZ
    wert_01
    FLC_SCHWELLWERT_SATZ_2
    wert_01
    wert_02
    FLC_SCHWELLWERT_SATZ_3
    wert_01
    FLC_SCHWELLWERT_SATZ_4
    wert_01

    So in totality:

    FLC_SCHWELLWERT_SATZ
    wert_01
    FLC_SCHWELLWERT_SATZ_2
    wert_01
    wert_02
    FLC_SCHWELLWERT_SATZ_3
    wert_01
    FLC_SCHWELLWERT_SATZ_4
    wert_01
    WISCHERMOTOR_RSK
    wert_02
    TYP_FRONTSCHEIBE
    serienscheibe

    Additionally i added conformal coating to help protect the PCB board and extend its life. The tiny chips labeled 151 are the ones that fall off. Few pic's:

    Click image for larger version

Name:	RLS1.jpg
Views:	130
Size:	81.0 KB
ID:	235632
    Click image for larger version

Name:	RLS2.jpg
Views:	130
Size:	87.2 KB
ID:	235633
    Click image for larger version

Name:	RLS3.jpg
Views:	126
Size:	92.5 KB
ID:	235634

    Hope this helps someone!

    Irhase46m3

    Comment

    Working...
    X