A DC machine is an electromechanical energy converter that operates on direct current, functioning either as a motor (converting electrical energy to mechanical torque) or as a generator (converting mechanical rotation into DC electrical power). If you are wiring up a winch, designing a motor controller, or troubleshooting a solar tracker, you aren't just dealing with a simple resistive load; you are dealing with a dynamic system that actively fights your power supply.
The Core Physics and the Commutator
At its core, a traditional brushed DC machine relies on the Lorentz force. When current flows through the armature windings (the rotor) situated inside a magnetic field (the stator), it experiences a physical force that causes it to turn. But to keep it spinning in one continuous direction, the current in the rotor must reverse exactly as the coil passes the magnetic neutral axis.
In a generator configuration, the physics run in reverse. You mechanically spin the armature through the magnetic field, inducing an alternating voltage in the coils. The commutator acts as a mechanical rectifier, flipping the connections at the exact moment the AC sine wave crosses zero, resulting in a pulsating DC output at the brushes.
What a DC Machine Actually Changes in Your Circuit
When you connect a DC machine to a power supply, it fundamentally changes the electrical environment in three ways that catch beginners off guard:
- It introduces massive inrush current: At standstill, a DC motor is essentially just a very low-value resistor (the armature copper wire). It will attempt to draw stall current, which can be 10 to 20 times the nominal running current.
- It generates Back-EMF: As the motor spins, it acts as a generator. It creates a voltage that directly opposes your supply voltage. This back-electromotive force is what naturally limits the current draw once the motor reaches speed.
- It stores inductive energy: The armature windings are inductors. When you interrupt the current (like turning off a relay or switching a MOSFET off during PWM), the collapsing magnetic field will generate a massive voltage spike ($V = L \cdot di/dt$) that will destroy silicon components if not properly snubbed.
Worked Numeric Example: Sizing a Driver for a 24V Motor
Let's look at a real bench scenario. You have a 24V DC brushed motor with a nameplate rating of 15A continuous current. You measure the armature resistance ($R_a$) with your multimeter and get 0.24 Ω.
If you size your motor driver or relay for the 15A nameplate continuous rating, the 100A inrush will trip your breaker, weld your relay contacts shut, or trigger the overcurrent protection on your ESC. You must size your switching components to handle at least the stall current for the duration of the startup ramp-up.
Now, let's calculate the Back-EMF ($E_b$) when the motor is running at its rated full load (15A):
$E_b = V_{supply} - (I_{load} \times R_a)$
$E_b = 24V - (15A \times 0.24\Omega) = 24V - 3.6V = \mathbf{20.4V}$
At full speed, the motor is generating 20.4V that pushes back against your 24V supply. The net voltage driving current through the armature is only 3.6V, which perfectly results in the 15A draw ($3.6V / 0.24\Omega = 15A$). If the mechanical load increases, the motor slows down, Back-EMF drops, and the motor automatically draws more current to produce more torque.
Where You Meet This in Practice (And Common Confusions)
You will encounter true brushed DC machines in high-torque, low-speed, or cost-sensitive applications: electric wheelchairs, mobility scooters, automotive winches, treadmill incline motors, and older CNC router spindle drives. For deep technical standards on motor classifications and testing, the NEMA MG-1 standard remains the definitive industry reference.
What people commonly confuse it with:
- Brushless DC (BLDC) Motors: Despite the name, a BLDC motor is actually an AC synchronous machine. It requires a 3-phase inverter (ESC) to drive it with trapezoidal or sinusoidal AC waveforms. It has no brushes or commutator.
- Universal Motors: Found in corded drills, vacuums, and blenders. These are series-wound AC motors that can run on both AC and DC. They spin at extremely high RPMs (often 15,000+ RPM) and have a completely different torque curve than a standard shunt or permanent magnet DC machine.
Real-World Scenario Walkthrough: The Melted MOSFET Incident
Theory is clean; the workbench is not. Here is a scenario that illustrates what happens when you ignore the inductive nature of a DC machine.
The Setup: A hobbyist is building a DIY electric skateboard using a 24V, 20A nominal brushed DC motor. The armature resistance is measured at 0.12 Ω. To control the speed, they build a simple PWM circuit using a single IRFB4110 N-channel MOSFET (rated for 100V $V_{DS}$ and 120A continuous $I_D$). They connect the 24V battery to the motor, and the motor's other terminal to the MOSFET's drain. The source goes to ground.
The Numbers: The motor's stall current is $24V / 0.12\Omega = 200A$. The IRFB4110 can handle 120A continuous, but its pulsed current rating is much higher, so the hobbyist assumes the MOSFET will easily survive the startup surge. The PWM frequency is set to 1 kHz.
The Outcome: Upon applying power and commanding a 50% duty cycle, the skateboard lurches forward. Two seconds later, there is a loud pop. The IRFB4110 explodes, shorting drain to source internally. The motor immediately accelerates to 100% speed, running away at full battery voltage until the battery connector is physically ripped out.
What Went Wrong: The hobbyist treated the DC machine like a resistor and forgot it is an inductor. Every time the MOSFET switched off during the 1 kHz PWM cycle, the armature's magnetic field collapsed. Without a path for the current to recirculate, the inductive kickback generated a voltage spike exceeding 400V. This instantly exceeded the MOSFET's 100V $V_{DS}$ rating, causing an avalanche breakdown. The silicon melted into a short circuit, permanently connecting the motor to the battery.
FAQ: DC Machine Theory on the Bench
Q: Why do DC motors spark at the brushes, and is it normal?
A: Mild blue sparking is normal; it's the result of the coils undergoing rapid commutation (current reversal) while the brushes briefly bridge two commutator segments. However, violent white or yellow sparking, especially if it arcs all the way around the commutator (ring-fire), indicates severe issues: worn brushes, incorrect brush timing, an overloaded motor, or shorted armature windings.
Q: Can I use a DC motor as a generator to charge a battery?
A: Yes, DC machines are inherently reversible. However, a permanent magnet DC (PMDC) motor will generate voltage proportional to RPM. If you spin a 12V motor at its rated RPM, it will output roughly 12V. To charge a 12V lead-acid battery (which requires ~14.4V), you must spin the motor roughly 20% faster than its rated motor speed to overcome the battery's terminal voltage and push current into it. Shunt-wound or series-wound machines require external excitation or residual magnetism to 'bootstrap' their voltage when used as generators.
Q: How do I reverse the direction of a DC machine?
A: You must reverse the polarity of either the armature or the field windings, but not both. If you reverse the polarity of the main power supply leads on a permanent magnet motor, it reverses. On a series-wound motor, swapping the main power leads won't change the direction (because you reversed both the field and the armature); you must physically swap the two wires connecting the stator field coils to the brush assembly.






