Voltage Drop

DCCWiki, a community DCC encyclopedia.
Jump to: navigation, search

Summary: Voltage Drop is the loss of voltage caused by the flow of current through a resistance. This loss, measured across the resistor, is directly proportional to the current.

Wiring is a very important aspect of Digital Command Control. Proper selection of wire gauge and wiring techniques will ensure trouble-free operation.

Concept

Wire resistance tables available online quote the Direct Current (DC) resistance. Tables for the maximum current capacity of a wire often show values for Alternating Current at 60Hz. Since DCC is neither AC nor DC, these charts can be misleading. The actual impedance a wire presents to a DCC signal is greater, due to the nature of the signal.

Voltage Drop occurs when current flows through a conductor. It obeys Ohm's Law, where the amount of voltage lost is equal to the resistance multiplied by the current.

Wire Resistance

A wire has resistance, which in short runs is negligible. Over long distances it becomes significant. Resistance is typically expressed in 'Ohms per thousand feet' or another similar measure. The resistance is a function of the diameter, length, and material used. The resistance of a light gauge wire such as 22 AWG is 23 times greater than the 14 AWG typically used in house wiring.

For example, in house wiring, 14 ga is used for 15A circuits, but for 20A circuits, 12 ga is specified. This minimizes voltage drop and other losses. These losses appear as heat. Too much current, too much heat, potential for a fire. (Note: these are for copper. Aluminum wire is even heavier for the same current capacity, sometimes called ampacity.)

Application to Digital Command Control Wiring

For Digital Command Control voltage drop is a concern. DCC wiring must be more robust than the older Direct Current Block wiring, as one booster may supply the entire layout. Thus, the bus wires must be a heavy gauge, to minimize voltage drop in the bus. Unlike old analog configurations, the booster supplies a lot more current to multiple points on the layout, instead of a small amount of current supplied to one block by a small power supply located nearby.

For best performance from your Digital Command Control system, a voltage drop of no more than 5% at full current is preferred. [1]

The Digital Command Control signal introduces new parameters: Reactance and Impedance. As the DCC signal switches on and off, Inductance[2] and Capacitance add to the DC resistance of the wire, increasing its resistance. Where the DC resistance of a length of wire may be only 0.1Ω, its reactive inductance at 10kHz could be 5Ω. The sum of the reactive and resistive components, Z or Impedance will be around 0.1Ω.

For more details see the page on Twisting Power Bus Wires - Impedance.

Voltage drop reduces the voltage available to the decoder. To maintain the power output of the motor, less voltage requires more current draw to do the same work, which can result in a fried decoder. A drop of one volt between the booster and the locomotive can cause problems.

Examples

An excellent example is a car battery. It has an internal resistance. A voltmeter it may indicate 13.2V, its typical no-load voltage. When a mechanic tests the battery, he connects a device that has high resistance (the voltmeter) in parallel with a low Ohm / high wattage load resistor. There is a switch that must be depressed to connect the load resistor across the battery. That load simulates the starter motor's current draw. By pressing the switch, a low resistance is paralleled with the high resistance of the voltmeter, which indicates good or not. Excessive internal resistance reduces current passing through the load resistor, creating a voltage [3] below an acceptable level, meaning the car may not start. This is the typical reason why a battery dies: The internal resistance of one or more cells increases to a point where the current capacity under load and the resulting reduction in terminal voltage is insufficient to power the device.

LEDs

LEDs have very strict limits on the voltage and current they can withstand. The total current is important, as too much will destroy the device. To limit the current, a resistor is wired in series with the LED. The series resistor limits the current flow to an acceptable amount, and a voltage proportional to the current appears across the resistor. This protects the LED from both excessive voltage and current.

See the page on LEDs for more details.

Bus Wiring

Since DCC uses a digital signal in the 8 to 10kHz range, wire resistance becomes more complicated. The addition of inductance and capacitance into the mix results in an Impedance, represented by Z, which is also expressed in Ohms (Ω). Where the resistance of a wire is related to its diameter and length, inductance increases as the wire's diameter decreases.

DCC uses heavy gauge bus wires to distribute power to the track for this reason. At intervals, a wire is connected between the bus and the track, typically every three to six feet in HO. Since the de facto standard today is Nickel Silver rail, which has a much higher DC resistance, the resulting circuit parallels the low impedance bus wires with the higher impedance rails. Ohm's law states that the sum of resistors in parallel is less than that of the smallest resistor. The bus wire effectively negates any impedance in the rail. Current follows the lower impedance bus wire under the track instead of relying on the track to carry all the current.

In Digital Command Control, two things can happen with poor wiring or no bus wiring. The decoder is damaged by excessive current draw, ringing [4][5], or the circuit breakers [6] may not work as intended. [7] An over current event means damaged locomotives or even wheels being welded to the track.

During the wiring phase, the track wiring should be tested regularly. One test is the Quarter Test, named because a coin is placed across the rails. The booster should cut out immediately. If not, there is a problem with the wiring. Correct it before any damage happens. [8]

Voltage Drop caused by Rail Impedance

One reason for using a track bus with multiple feed points is to reduce the impedance presented by the rail. Compared to an equivalent copper wire, Nickel Silver has 19 times the resistance. Nickel Silver is a copper alloy (60%), with the remainder being equal amounts of nickel and zinc. Silver, which is an excellent conductor, is not present.

In DCC applications, the rail will have two properties: Resistance and Inductance. Some of the inductance is cancelled by the rails being parallel to each other. As a rule, as the diameter of a wire is reduced the inductance increases. The profile of the rail and its physical size (cross sectional area) will impact both resistance and inductance.

Basic Rule of Electricity: Current will always seek out the path of the least resistance. That path can be you!

By paralleling a lower resistance copper wire with a higher resistance wire (such as rail) Ohm's Law states that the resistance is
Rtotal = 1 ÷ (1/R1 + 1/R2)
Effectively making the resistance of the pair almost equal to the value of the lower resistance copper wire.

By not relying on the rail and rail joiners [9] to carry all the current, voltage drop is minimized by allowing current to move to where it is needed using a lower resistance path.

For more information on resistance of nickel silver rails, see the Rail Size page.

Equivalent Resistance Equal Lengths of Rail and Wire:

  • 5m length of Nickel Silver C100 rail
  • 5m 14AWG copper wire.
  • Rail = 0.4Ω
  • Copper Wire = 0.05Ω

This may be written as 0.4Ω || 0.05Ω

This formula for calculating the equivalent resistance of two resistor in parallel can be expressed as
RTotal = (R1 –1 + R2 –1) –1

  • Rail = 1 ÷ 0.4 = 2.5
  • Copper = 1 ÷ 0.05 = 20

Sum of 20 + 2.5 equals 22.5, the result of 1/22.5 = 0.044 Ω

  • X –1 is the same as 1/X. Calculators can use either symbol for this operation.

Another formula for calculating parallel resistances:
R Total = (R1 × R2) ÷ (R1 + R2)

0.4 × 0.05 ÷ (0.4 + 0.05) = 0.02 ÷ 0.45
= 0.044Ω. (Always remember the Order of Operations!)

Voltage Drop (DC Resistance)

  • Rail = 0.4Ω X 2.5A = 1V
  • Copper Wire 0.05Ω X 2.5A = 125mV

Rail plus Copper wire in parallel: 0.044Ω × 2.5A = 0.111V (111mV)

Exchanging the C100 rail for C70, the resistance increases to ~ 1Ω, so the voltage drop on the rail alone is 2.5V

Effect Without a DCC Power Bus

Relying exclusively on the rails to carry the power will introduce a significant amount of voltage drop.

Using the table below, the impedance of C100 rail is 0.076Ω per metre. If the track runs 10 metres, the impedance is 0.76Ω X 2, or 1.52Ω. A one-amp current will result in a 1.5V drop across the circuit. Placing a bus with an impedance of 0.55Ω in parallel with the track results in a total impedance of 0.4Ω

For easier math, without the power bus, at 1A Vdrop is 1.5V, with the power bus, VDrop is 0.4V. Without the Power Bus arrangement, the voltage drop is 3.75 times more.

Apply that to Code 80 rail: Z80 is 10 X 2 X 0.108Ω, or 20 X 0.108 = 2.16Ω.
At one amp, VDrop80 = 1A X 2.16Ω = 2.16V.
Multiply that by 5A and VDrop80 is now 10.8V.

Voltage Drop - AC Measurements

Since the rail impedance is an AC measurement, it would be better to use AC equivalents for the power bus too. An Ohmmeter only measures the DC resistance, it doesn't see any inductance or capacitance present. Due to the nature of the DCC Waveform, the booster sees the track and power bus as an impedance, which is much larger than the DC resistance of the circuit. See Track Bus Impedance for more details on the power bus measurements.

The power bus is 12AWG and has an impedance of 0.55Ω/10m loop, or 20m total. (0.55-1 = 1.8.)

Rail and Bus Impedance For a 10m run (per leg), Total Z is Rail and Bus in Parallel. Both legs are the sum of the Rail A and Rail B circuit.
DCCWiki.com Voltage Drop Table
Rail Size OHMS Volts
Code Rail Impedance Bus Impedance Total Z Bus // Rail Both Legs Voltage Drop at 1 Amp
100 0.76 0.4 0.3 0.5 0.5
83 1.08 0.4 0.3 0.6 0.6
70 2.06 0.4 0.3 0.7 0.7
Calculated as follows:
  • Length of power district is 10 metres
  • Bus is estimated at 0.4 Ω per line
  • Rail and Bus are connected in parallel, with the bus value stated above
  • The result is doubled to represent the sum of both legs of the circuit
  • The Voltage Drop is simply the total impedance multiplied by 1A. Multiply by 5 to see a value at 5A.
  • For 1A to flow in the circuit, the sum of the loads across the booster outputs would be equal to Volts ÷ Amps
These are worst case scenarios. Most of the time your current draw will not be 5A in a given power district.
Recommended maximum VDrop for DCC Wiring should be 5%, not exceeding 10%.
Planning for the worst case is the best course of action. At some point in the future it is possible to draw enough current to create a 10% voltage drop.

Assuming HO scale with 15V on the rails, the maximum permissible voltage drop is 10%, or 1.5V. At 5% this value is 0.75V

Code 100

Using the results found above, the C100 results at 5A exceed VDropmax of 1.5V. The same applies to C83 and C70 rail. At a lower current, such as 2A, the voltage drop is within the permissible maximum of 1.5V at V. It is also close to the value for VDrop5% at 0.8V.

Code 83

The Vdrop for Code 83 at 5A exceeds VDropmax, but it is acceptable at 2A with a Vdrop of 1.0V.

Notes on Voltage Drop

If you were to place a load at the end of the track (the 10m point) which causes a draw of 5A total, measuring across that load:

VLoad = Vsource − (VDropA + VDropB)

Example:

  • Vsource =15V
  • VDropA = 1V
  • VDropB = 1V

VLoad = 15V − (1V + 1V) = 15 − 2 = 13V

Using this example, while you may measure 15V at the booster output, there will be 13V at the load. As the power (volts X amps) must stay constant, as the voltage drops the current increases.

(The total voltage must equal the sum of all the voltage drops.)

As seen through the various calculated examples, the lighter the rail, the heavier the power bus must be to counteract the increased impedance of the rail. Doing so reduces the Voltage Drop to a value within acceptable limits. This becomes more important in smaller scales with lower track voltages.

Recommended Track Voltages by Scale
DCCWiki.com
Scale Recommended Track Voltage VDrop5% VDrop10%
N 12V 0.6V 1.2V
HO 15V 0.75V 1.5V
O 20V 1.0 2.0V
G 24V 1.2 2.4V

Rail Impedance

See page Rail Size for more details on the impedance of Nickel Silver Rail.

DCCWiki Rail Impedance Table
Code of Rail Impedance per metre, mΩ
100 76
83 108
70 206
  1. Rail impedance at 1 amp, 60Hz, measurement accuracy is less than 50ppm.
  2. Different alloys and rail profiles will have different values.


See Also

  1. TN-9 For best performance the bus size in American Wire Gauge (AWG) shall be such that there is no more than a 5% voltage loss at the furthest point from the power station at the maximum current of the power station.
  2. A wire's inductive properties are related to its length and diameter.
  3. Ohm's Law: Voltage equals Current times Resistance
  4. Ringing is a distortion of the DCC signal where there is a spike at the leading edge of each pulse. Excessive inductance will increase ringing.
  5. There are several factors that affect the amount of ringing present. Length of the bus run, load on the bus, how the wiring is installed and the power station. Each power station is different. Some produce more ringing than others. Often this is a design compromise. If the output is driven too hard ringing is present. If driven too softly the slew rate (Rate of change of voltage on the DCC signal) becomes too large (too long) making it difficult to read the DCC signal.
  6. Although in the past some have used 12VDC automotive tail light bulbs to protect against short circuits, today there are circuit breakers that are much faster and can be set for various trip currents and response times. It is no longer recommended to use tail light bulbs for short circuit protection
  7. As a matter of safety, voltage drop is important because the booster must be able to fully drive its rated current for the overload protection to trip. Too much voltage drop (inline resistance) may limit the drive current of the booster during a short condition leading to excessive heat built up and damage to equipment. E.G., An 8-Ampere power station with 12V peak to peak DCC (typical HO) can only tolerate less than 1.5 ohms total loop resistance to any hard short and be able to detect a fault that may be welding a truck or wheel set to a rail.
  8. Disconnect the booster while wiring or soldering to the rails.
  9. Never rely on a friction connection such as a slide on rail joiner.