Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Mysteries Of Discovery 4 Electrics

  1. #11
    Join Date
    Apr 2008
    Location
    Brisbane,some of the time.
    Posts
    13,886
    Total Downloaded
    0
    Quote Originally Posted by Gravy View Post
    Well the alternator saga has me dreaming of owning a 70s Holden with a 6 cylinder red motor. How can fitting new brushes and rear bearing to a serviceable alternator reek so much havoc.
    Two bolts,two wires,piece of wood to lever it to tighten the fan belt,all good.An hour going slow.

    The old V8 Rovers were pretty easy as well.

    Those were the days

  2. #12
    Join Date
    Oct 2016
    Location
    Perth, AU
    Posts
    1,002
    Total Downloaded
    0
    I had no end of trouble when my alternator was replaced. Straight swap in my case to a new one, but the error remained. Not immediately, only appeared after a 20min drive or so.

    Solution in the end was a complete reset of the car - back to ‘new born’ state. Elements of the egr remap had to be reinstalled, to give an idea of the level of ‘wiping’ that went in with the ecu.

    All good since…
    2010 TDV6 3.0L Discovery 4 SE remapped to RRS output, Alaska White, GME XRS-330c, IIDTool BT, Dual Battery, Apple CarPlay, OEM Retrofitted: Cornering lights, Door card lights, Power + Heated Seats, Logic 7 audio

  3. #13
    Join Date
    Mar 2016
    Location
    Perth
    Posts
    4,335
    Total Downloaded
    0
    Quote Originally Posted by veebs View Post
    I had no end of trouble when my alternator was replaced. Straight swap in my case to a new one, but the error remained. Not immediately, only appeared after a 20min drive or so.

    Solution in the end was a complete reset of the car - back to ‘new born’ state. Elements of the egr remap had to be reinstalled, to give an idea of the level of ‘wiping’ that went in with the ecu.

    All good since…
    Funny you say this. When my crankshaft position sensor was replaced, they couldn’t get it to go again. They too had to flash the PCM to get it to run again. Hard to understand what’s going on, but maybe some state gets retained that causes issues.
    2010 TDV6 3.0L Discovery 4 HSE
    2007 Audi RS4 (B7)

  4. #14
    Join Date
    Jun 2021
    Location
    GRINDEWALD TASMANIA
    Posts
    165
    Total Downloaded
    0

    Wire Gauge Changes

    Quote Originally Posted by Eric SDV6SE View Post
    Is simply replacing this wire completely an option or are the gauge changes a requirement (fusible links were mentioned)
    Maybe someone who is totally familiar with the communication protocol used on this link can explain the reasoning behind this. It is beyond my level of comprehension despite using protocols prevalent in data communication applications for most of my working life.

  5. #15
    BradC is offline Super Moderator
    No one of consequence
    Supporter
    Join Date
    Mar 2018
    Location
    Perth (near Malaga)
    Posts
    3,545
    Total Downloaded
    0
    Quote Originally Posted by Gravy View Post
    Maybe someone who is totally familiar with the communication protocol used on this link can explain the reasoning behind this. It is beyond my level of comprehension despite using protocols prevalent in data communication applications for most of my working life.
    There is no communication on that wire. It's the positive supply for the BMS. I can't explain why they'd do it that way.

    The LIN wire goes from the BMS to the BCM. LIN is a simple open-drain, single wire, bi-directional serial protocol. The devices (one or more) have a pull-up resistor that pulls the LIN wire to 12V, and they assert the bus by pulling it low (transistor or MOSFET usually). When they relinquish the bus, the combined pull up resistance pulls it high again with the time constant of the combined resistance and the capacitance of the bus. It's simple and robust, but as it relies on a passive pull-up it's not particularly high speed.

  6. #16
    Join Date
    Sep 2014
    Location
    Baldivis WA
    Posts
    2,293
    Total Downloaded
    0
    Quote Originally Posted by BradC View Post
    There is no communication on that wire. It's the positive supply for the BMS. I can't explain why they'd do it that way.

    The LIN wire goes from the BMS to the BCM. LIN is a simple open-drain, single wire, bi-directional serial protocol. The devices (one or more) have a pull-up resistor that pulls the LIN wire to 12V, and they assert the bus by pulling it low (transistor or MOSFET usually). When they relinquish the bus, the combined pull up resistance pulls it high again with the time constant of the combined resistance and the capacitance of the bus. It's simple and robust, but as it relies on a passive pull-up it's not particularly high speed.
    No idea what you said, but sounds like a good explanation.

  7. #17
    BradC is offline Super Moderator
    No one of consequence
    Supporter
    Join Date
    Mar 2018
    Location
    Perth (near Malaga)
    Posts
    3,545
    Total Downloaded
    0
    Quote Originally Posted by Eric SDV6SE View Post
    No idea what you said, but sounds like a good explanation.
    Are you old enough to remember the leather ropes that ran the length of the bus? You pull down on the rope to ring the bell and let the driver you want to get off.

    It's a lot like that. The rope has a spring (the resistors that pull the bus up to +12V). Any device that wants to signal pulls the bus down. It doesn't matter if one or 4 do it, the result is the same. The bell rings once.

    Now picture it as the driver calls out the seat numbers in turn. Seat 1, seat 2 and so on. When he gets to a seat number that wants to get off they pull the rope. In a LIN scenario there is one master and one or more slaves. The master calls out the slave addresses in order and if a slave has something to say it pulls the rope.

    Now we complicate it in that the master talks to the slaves by pulling the same rope. It's still just a rope on a spring, and there are only 2 states. Pulled and not-pulled. The LIN bus is the same. It's either pulled up to +12V or down near ground and the threshold is half way. Is it above 6V or below 6V.

  8. #18
    Join Date
    Sep 2014
    Location
    Baldivis WA
    Posts
    2,293
    Total Downloaded
    0
    Quote Originally Posted by BradC View Post
    Are you old enough to remember the leather ropes that ran the length of the bus? You pull down on the rope to ring the bell and let the driver you want to get off.

    It's a lot like that. The rope has a spring (the resistors that pull the bus up to +12V). Any device that wants to signal pulls the bus down. It doesn't matter if one or 4 do it, the result is the same. The bell rings once.

    Now picture it as the driver calls out the seat numbers in turn. Seat 1, seat 2 and so on. When he gets to a seat number that wants to get off they pull the rope. In a LIN scenario there is one master and one or more slaves. The master calls out the slave addresses in order and if a slave has something to say it pulls the rope.

    Now we complicate it in that the master talks to the slaves by pulling the same rope. It's still just a rope on a spring, and there are only 2 states. Pulled and not-pulled. The LIN bus is the same. It's either pulled up to +12V or down near ground and the threshold is half way. Is it above 6V or below 6V.
    Cheers for the "real world" clarification Brad.

  9. #19
    Join Date
    Feb 2014
    Location
    Adelaide
    Posts
    155
    Total Downloaded
    0
    does anyone know where i can get a replace connector for the back of the alternator i think it is the LIN plug i snapped the wire right at the ceonnector and can't solder it. it is a denso alternator that i have purchased. i have spent over 2 hours looking for the part but can find it any where.
    2010 D4 3litre twin turbo brand new motor 5km old on a 100,000km car. Kaymar rear bar, ARB front bar, Hannibal roof rack, Hella Predator Spot lights, long rand fuel tank, Traxide battery management. touring weapon.

  10. #20
    Join Date
    Jun 2021
    Location
    GRINDEWALD TASMANIA
    Posts
    165
    Total Downloaded
    0

    Lin Connector

    Quote Originally Posted by coopers1969 View Post
    does anyone know where i can get a replace connector for the back of the alternator i think it is the LIN plug i snapped the wire right at the ceonnector and can't solder it. it is a denso alternator that i have purchased. i have spent over 2 hours looking for the part but can find it any where.
    If you have the correct pin removal tool you should be able to remove the socketed pin, prise open the insulation crimp and solder on to where the wire proper is crimped.

    I have just been thru this exercise however I was fortunate that there was a small amount if wire protruding from the back of the plug. After repairing the connection, heat shrinking it, I then made a mold attached to the back of the plug and filled it with Araldite.

    So you dont duplicate the break attach a 300mm length of wire with a male crimp connector attached. The PITA is to extend the existing broken connection wire by soldering a 400mm length of wire to it with a compatible female crimp connector attached.

    This process means you can leave the wire connection to the Lin plug undone until you have the alternator bolted in.

    I did a similar modification to the B+ wire, fitting a join in it, made removing and installing the alternator simple as there are no connectors on the alternator to undo. Land Rover should have done this when they designed and built the D4s with twin turbos.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Search AULRO.com ONLY!
Search All the Web!