How Modules Control Circuits: Ground-Side Switching and PWM
Why Modules Replaced Simple Switches
Twenty-five years ago, turning on your headlights meant completing a simple circuit — switch to battery, battery to lights, lights to ground. Clean. Straightforward. Today, pressing the headlight switch sends a signal to the BCM, which processes the input, decides whether conditions allow headlights to operate (considering vehicle speed, ambient light sensor data, rain sensor input), and then commands the appropriate outputs through its internal drivers.
This complexity exists for good reasons. Modules can make decisions that a simple switch cannot. They can dim lights gradually, prevent battery drain by timing out circuits, adjust blower speed continuously with temperature, detect a burned-out bulb and set a fault code, communicate status to other modules, and allow remote control from key fobs or phone apps. None of this is possible with a mechanical switch alone.
The tradeoff is diagnostic complexity. A simple switch circuit you can test in five minutes. A module-controlled circuit requires you to understand the module's inputs (what tells it to act), its processing (what logic it applies), its outputs (how it controls the circuit), and its communication (what it tells other modules). That is more to understand — but it is learnable.
Ground-Side Switching Explained
Ground-side switching is the dominant control architecture in modern vehicles. Here is how it works: battery voltage is supplied to the load (the component) at all times through a fuse. The wire from the load goes to the module output pin — not to chassis ground. The module controls the circuit by connecting its output pin to its internal ground through a transistor (technically a MOSFET or BJT inside the module).
When the transistor is turned on, the output pin becomes a low-resistance path to ground. Current flows: battery positive → fuse → load → module output pin → module internal transistor → module ground → chassis ground → battery negative. The circuit is complete. The load operates.
When the transistor is turned off, the output pin is disconnected from ground. No current flows. The load is off.
This means that for a ground-switched circuit, the wire at the load has two different voltage readings depending on circuit state: circuit off = battery voltage (because the open circuit allows voltage to float up to the supply potential); circuit on = near 0 volts (the module is pulling it to ground). If you see battery voltage at both the power terminal AND the ground terminal of a load simultaneously, that means the module is not completing the ground path.
Pro Tip: This behavior confuses techs who are not expecting it. They see 12 volts at the load's ground wire and think there is a short to power. But it is just a floating ground-side circuit with the module not commanding on. Command the circuit on with the scan tool and re-test — the ground wire should pull down to near zero volts.
Power-Side Switching
Power-side switching is less common in modern applications but still exists in some circuits. In power-side switching, the module switches the positive supply to the load. The ground side is a direct, continuous connection to chassis ground.
Power-side switching is used when the load needs a constant ground reference but a variable or switched positive supply. Some fuel pump circuits, some solenoid circuits, and some older body control applications use this architecture.
To identify which type a given circuit uses: look at the schematic. If the module output is on the wire coming from the battery side of the load and the ground side connects directly to the chassis, it is power-side switching. If the module output is on the wire going to ground and the power side connects through a fuse directly to battery or ignition, it is ground-side switching.
Reading Module Circuits on Schematics
Modern schematics make module-controlled circuits identifiable by how they show the module. The module is drawn as a large rectangle with pins labeled along its edges. Internal module components — pull-up resistors, driver circuits, internal grounds — are sometimes shown inside the module rectangle.
The critical information to identify: which pin is the output, whether it is power-side or ground-side, and what the expected state of that pin is when the circuit is on vs. off. This information is found in the pin-out chart for that module in the service manual.
Some schematics also show the internal driver circuit — a small transistor symbol inside the module boundary — to indicate ground-side switching. When you see this, you know to expect near-zero voltage on that wire when the circuit is commanded on, and battery voltage when it is commanded off.
Module power and ground circuits appear on schematics as well — the module's own supply voltage and ground connections. These must be tested before blaming the module for not controlling a circuit. A module with a bad ground reference will not control any of its outputs correctly.
Pull-Up Resistors
Module inputs often use pull-up resistors internally. Here is what that means: the module input pin is connected through a resistor to a reference voltage (5V or 12V) inside the module. An external switch or sensor connects that same pin to ground.
When the external switch is open: no path to ground. The input pin "floats up" to the reference voltage through the pull-up resistor. The module reads high (5V or 12V).
When the external switch closes to ground: a path to ground exists. The pull-up resistor limits the current flow to ground. The input pin voltage drops toward 0V. The module reads low.
The practical implication: you can test module inputs by checking voltage at the input pin with the switch open (should read near the pull-up voltage) and with the switch closed (should read near 0V). An input that reads pull-up voltage even when the switch is closed indicates an open circuit between the switch and the module — broken wire, bad connector, or failed switch.
PWM — Pulse Width Modulation
A module does not just switch circuits on and off at full power. Many circuits require variable output — a blower motor at different speeds, a variable-rate fuel pump, an IACV varying airflow, a transmission line pressure solenoid controlling hydraulic pressure proportionally. PWM is how modules accomplish this.
In PWM, the module rapidly switches the circuit on and off — hundreds or thousands of times per second. The percentage of time the circuit is on (the duty cycle) determines the effective average voltage seen by the load. A 25% duty cycle means the circuit is on 25% of the time and off 75% — the load sees an average of about 3 volts on a 12-volt circuit. A 75% duty cycle gives about 9 volts average.
On a standard DVOM, a PWM-controlled circuit reads somewhere between 0 and battery voltage — the average of the switching. A fuel pressure regulator solenoid at 40% duty cycle might read 4.8 volts on a DVOM even though it is never actually at 4.8 volts — it is switching between 0 and 12 rapidly. This is normal. To see the actual waveform, you need a lab scope.
PWM frequency varies by application. Fuel injectors are typically 12 Hz (12 times per second). Blower motor control can be 500+ Hz. Transmission solenoids may run at 100-400 Hz. A lab scope set to the appropriate time scale will show you the on/off switching waveform, the duty cycle percentage, and whether the waveform shape is clean (indicating a healthy driver circuit) or corrupted.
Testing Module-Controlled Circuits
When a module-controlled circuit does not work, the systematic approach is the same as any circuit — but with an additional layer of checking the module's inputs before blaming the module's outputs.
Verify the module has power and ground. A module with a bad power supply or a bad ground will not control any circuit correctly. Measure voltage at the module power pins (should be battery voltage on battery-direct pins, 0V on ignition-switched pins with key off). Measure voltage drop on the module ground pins with the module powered (should be less than 0.1V between the ground pin and battery negative).
Command the output with a scan tool. Most modern scan tools can activate individual module outputs through bidirectional controls. Command the circuit on and test the output pin. If the module successfully pulls the output to ground when commanded, the module driver is working. The problem is in the wiring or the load. If the output does not change when commanded, the module driver is suspect — but first verify the module has proper power and ground.
Check for relevant DTCs. A module that has detected a fault in its own output circuit may store a code. Driver overcurrent codes, open circuit codes, and module internal fault codes all point you toward the specific issue without additional testing.
The Scan Tool Is Your Friend Here
For module-controlled circuits, the scan tool does more than read codes. Live data shows you the inputs the module is receiving — driver request, sensor values, switch states. Bidirectional controls let you command outputs directly. Module status data shows you what the module thinks is happening and what it is trying to do.
Before you start probing wires on a module-controlled circuit, spend two minutes on the scan tool. Read the codes. Look at the relevant live data. Command the output and see how the module responds. Often you can identify whether the fault is in the module's input side (it is not seeing the command to act), its output driver (it is receiving the command but not controlling the circuit), or the load circuit (the module is driving correctly but the load is not responding). That information tells you where to go next on the vehicle.
The scan tool does not diagnose for you. But it eliminates possibilities quickly, and eliminating possibilities is how you diagnose efficiently.
Frequently Asked Questions
What is ground-side switching?
Ground-side switching is when a module controls a circuit by providing or removing the ground path, rather than the power supply. Battery voltage is always present at the load. The module completes the circuit by creating a ground path through an internal transistor.
Why do modules use ground-side switching instead of power-side?
It is safer for the module electronics. Switching the ground side means battery voltage never directly flows through the module output driver — it only sinks current to ground. This protects the module transistors from power supply spikes and shorts.
What is a pull-up resistor in a module circuit?
A pull-up resistor connects the module input pin to a reference voltage (usually 5V or 12V). When the external switch or sensor is open, the input reads the reference voltage. When it closes to ground, the input reads low. The pull-up resistor prevents a floating input from causing erratic readings.
How do I test a module-controlled circuit with a voltmeter?
With the circuit commanded on, check voltage between the load ground terminal and battery negative. Should be less than 0.1V when the module is providing ground. If you see significant voltage here, the module is not completing the ground path. Also verify battery voltage is present at the load power terminal at all times.
Related Articles
Relay Symbols, Terminal Numbers, and How to Trace Relay Circuits
Learn how relays are represented on wiring schematics — coil, contacts, terminal numbering — and how to trace relay control and power circuits for diagnosis.
Technical TrainingFive Elements Every Automotive Circuit Must Have
Every automotive circuit has five elements: power source, protection, control, load, and ground. Learn what each does and why all five must work for the circuit to function.
Technical TrainingCAN Bus: How Modules Talk to Each Other and How to Diagnose Network Faults
Learn how CAN bus works — two-wire differential communication, termination resistors, U-codes, and how to diagnose CAN network faults in the shop.
Disclaimer: This article is for educational and informational purposes only. Technical specifications, diagnostic procedures, and repair strategies vary by manufacturer, model year, and application — always verify against OEM service information before performing repairs. Financial, health, and career information is general guidance and not a substitute for professional advice from a licensed financial advisor, medical professional, or attorney. APEX Tech Nation and A.W.C. Consulting LLC are not liable for errors or for any outcomes resulting from the use of this content.