Modify a 2000-2002 Neons Side Markers to Blink

14,945

Circuit Image

The Neon model has inboard mounted turn signals, which are not visible from the side. Typically, manufacturers mount a second light that is visible from the side or configure the side markers to blink, as seen in the 9x Neons. However, in the North American 2000+ Neons, the side markers do not blink, and there is no visible side turn signal. This poses a safety concern, as vehicles and pedestrians at right angles may not see the turn signals. The objective is to modify the side markers to blink in sync with the turn signal while retaining their original function as parking lights. The modification should be minimally intrusive, reversible, and easily repeatable. The Canadian 2000 Chrysler Neon is factory-equipped with Daytime Running Lights (DRLs), meaning the front turn signals serve dual purposes as DRLs, leaving the dashboard as the only source of "pure" turn signals. For the 2003 model year, fog lights became the DRLs, potentially altering the applicability of this modification. The vehicle's wiring disconnects unpowered or unconnected lamps or circuits without grounding them. All lamps are switched on the hot side and continuously grounded on the neutral side. Grounding is significant because if the hot side were grounded when "off," a standard modification used in other vehicles could be applied here, allowing the turn signal to connect to the neutral side while maintaining the parking signal on the hot side. However, this approach is not suitable in this case. An alternative would be to replace the side markers with a dual filament bulb and socket, but this would require more modifications, which were deemed undesirable. Therefore, the solution involves rewiring the hot side of the side marker lamps to achieve the desired signal behavior. The goal is to merge the "pure" turn signal with the parking lamp signal: when the parking lamps are off, the light should illuminate in direct correlation with the turn signal; when the parking lights are on, the light should turn off when the turn signal is activated. This behavior can be represented by an Exclusive OR (XOR) operation between the two signals. Since these are automotive power signals rather than digital voltages, digital logic gates are not applicable. Although constructing the circuit using discrete transistors is feasible, it would significantly increase component count and wiring complexity, which is not preferred. Ultimately, relays are selected for this application. A relay acts as an electrically controlled switch. In relay logic, a Single Pole - Double Throw (SPDT) relay can execute basic logic operations, including AND, OR, and NOT. The XOR function can be expressed as follows: XOR = [A AND (NOT B)] OR [(NOT A AND B)]. Simplifying this logic requires five relays (two for NOT, two for AND, and one for OR). However, the OR operation can be simplified to a direct connection of the two inputs to the outputs, known as a wired OR, which requires diodes to ensure correct current flow. This reduces the relay count to four. Further simplification allows the AND operation to be achieved with a single relay, resulting in a more efficient design.

The proposed modification involves the following steps:

1. **Relay Configuration**: Utilize four relays to achieve the desired XOR functionality. The first two relays will handle the NOT operations, while the remaining two will manage the AND and wired OR functions.

2. **Wiring the Relays**: The relays should be wired such that the first relay takes the input from the parking light signal and outputs to the second relay, which inverts this signal. The third relay will take the input from the turn signal and output to the fourth relay, which combines the outputs of the first two relays.

3. **Diode Protection**: Diodes must be placed in the circuit to prevent backfeeding of current into the inputs, ensuring that the correct signal paths are maintained.

4. **Testing the Circuit**: After wiring, the circuit should be tested to confirm that when the parking lights are off, the side markers blink in correlation with the turn signals. When the parking lights are on, the side markers should turn off when the turn signal is activated.

5. **Reversibility**: The modification should be designed so that it can be easily reversed if necessary, allowing for the original wiring configuration to be restored without permanent alterations to the vehicle's electrical system.

This approach provides an effective solution to enhance the visibility of turn signals on the 2000+ Neon models while maintaining compliance with safety standards and preserving the integrity of the vehicle's electrical system.Because the Neon has inboard mounted turn signals, they are not visible from the side. Typically a manufacturer will mount a second light that is visible on the side or make the side markers blink, as they did on the 9x Neons. However on the North American 2000+ Neons the side markers do not blink and there is no side visible turn signal.

So this is really a safety improvement, so that vehicles and pedestrians at right angles to you can see your turn signals, as they should. The goal in this case is a simple modification to make the side markers blink in correlation with the turn signal, while maintaining their original operation as parking lights.

Also, to make the procedure as minimally intrusive as possible, reversible and easily repeatable. Being that I have a Canadian 2000 Chrysler Neon, it comes factory equipped with Daytime Running Lights (DRLs). For the Neon, this means that the front turn signals serve double duty as DRLs and as a consequence, the only "pure" turn signal signals are in the dash.

(For 2003 the fog lights became the DRLs, not sure if this document applies to those vehicles. ) In addition, the vehicle has been wired such that an unpowered, or unconnected lamp or circuit is simply disconnected and not grounded. All the lamps however are switched on the hot side and continuously grounded on the neutral. (Not that a lamp really has an orientation though. ) So why do I care about grounding Well, because if the hot side were grounded when "off", a standard modification used on other vehicles could be used here.

That is, providing the the turn signal to the neutral side of the lamp, while maintaining the park signal to the hot side. But this does not work in this case. Another option would be to replace the side makers with a dual filament bulb and socket, but I decided against that, as it would require more modifications to the car.

So thus, I`m left with rewiring the hot side of the side marker lamps to provide the signal I want. Basically, I want to merge the "pure" turn signal with the parking lamp signal. When the parking lamps are off, I want the light to illuminate directly in relation to the turn signal. When the parking lights are on, I want the light to blink off when the turn signal illuminates. In digital logic, it is an Exclusive OR (XOR) operation between the two signals. Being automotive power signals I want to switch and not digital voltages, digital logic gates are out.

It is possible to construct this out of discrete transistors and such, and it would work great, but the component count and complexity of wiring increases a lot so I decided against this. So, in the end I settled on relays. A relay is an electricially controlled physical switch (or electrically controlled electronic switch in the case of solid state relays).

In relay or ladder logic, as it is sometimes called, a SPDT (Single Pole - Double Throw) relay can perform one of the three basic logic operations, AND, OR and NOT. XOR is formed from its inputs (A, B) as follows: XOR = [A AND (NOT(B)] OR [(NOT(A) AND B]. Breaking that into it`s simplest components, we would need 5 relays (2 NOT, 2 AND, 1 OR) to perform this operation.

Luckily we can simplify. An OR operation can be simplified down to simply a connection of the two inputs directly to the outputs. This works because of the low level operation, if either of the inputs is "on" power flows to the output.

This is called a wired OR and needs to be "fixed" a bit by adding diodes to make sure the power flows in the right direction and not back to the inputs. So, down to four relays. A bit of a jump here, but [A AND (NOT(B)] can be simplified from two down to a single relay. By using A 🔗 External reference




Warning: include(partials/cookie-banner.php): Failed to open stream: Permission denied in /var/www/html/nextgr/view-circuit.php on line 713

Warning: include(): Failed opening 'partials/cookie-banner.php' for inclusion (include_path='.:/usr/share/php') in /var/www/html/nextgr/view-circuit.php on line 713