The control pilot signal encodes three pieces of information in one wire: safety interlock status, maximum available current, and charge authorisation — all through a simple PWM waveform that any microcontroller can generate and decode.
- IEC 61851 governs the physical and signalling interface between every EV and its charger through a 6-state control pilot state machine operating on a 1 kHz PWM signal.
- PWM duty cycle encodes EVSE maximum current availability (16% = 10 A, 50% = 32 A); duty cycles above 85% hand off to ISO 15118 digital communication for DC fast charging.
- Cable disconnection automatically transitions the state machine to State A (+12 V DC), forcing contactor open — a fail-safe topology requiring no firmware polling.
- The proximity pilot resistor in the Type 2 plug encodes cable current rating (220 Ω = 32 A); corrosion of PP contacts is the most common Indian field failure causing unexplained reduced charge rates.
- IS 17017 extends the ambient temperature range to +50 °C compared to the European baseline, a meaningful engineering difference for component selection and EVSE design in India.
IEC 61851 is the international standard governing the physical and signalling interface between an EV and its charger. It defines the connector interface, the control pilot signalling protocol, the safety interlocks, and the current rating communication system that makes any IEC 61851 compliant EV compatible with any IEC 61851 compliant charger, regardless of manufacturer. Understanding it explains exactly what happens in the first seconds after you plug in — and why charging fails when it does.
The Control Pilot State Machine
The entire IEC 61851 handshake is governed by a 6-state machine based on the voltage measured on the control pilot line. Understanding each transition explains every charging initiation, interruption, and termination event.
| State | CP Voltage | Condition | EVSE Action | EV Action |
|---|---|---|---|---|
| A (standby) | +12V DC | No vehicle connected | Power off, monitoring CP | N/A |
| B (vehicle detected) | ±9V PWM | Vehicle connected, pilot load applied (2.74 kΩ) | Power still off, PWM indicates available current | OBC preparing, not drawing power |
| C (charging) | ±6V PWM | Vehicle requests charge, 882 Ω applied | Close contactor, supply power at rated current | OBC active, drawing power |
| D (charging + ventilation) | ±6V PWM | Vehicle requests ventilation | Close contactor AND activate ventilation | For hydrogen fuel cell or vented batteries — rare for sealed Li-ion |
| E (fault) | 0V | Short circuit or earth fault | Immediate contactor open, fault signal | Fault handling |
| F (EVSE error) | -12V | EVSE unavailable | Power off | Error state |
State C (±6 V PWM, 882 Ω EV load) authorises charging for sealed battery vehicles — the vast majority of passenger EVs and commercial EVs. State D uses the same voltage but the EV applies a 240 Ω load, signalling to the EVSE that the battery requires ventilation during charging — historically used for vented lead-acid or nickel-cadmium traction batteries that emit hydrogen gas. For sealed lithium-ion cells, State D is essentially unused in modern EV applications. An EV firmware bug incorrectly asserting State D would cause a compliant EVSE to activate its ventilation system unnecessarily, potentially refusing to charge on some EVSE implementations that require a physical ventilation interlock.
The Control Pilot Circuit
The EVSE generates the control pilot signal from a ±12V supply through a 1 kΩ series resistor. The EV's EVCC (Electric Vehicle Communication Controller) applies a resistive load across the CP and Protective Earth (PE) pin:
- In State A (no vehicle): circuit is open, EVSE measures +12V
- In State B (vehicle connected, not ready): EV applies 2.74 kΩ (in a diode + resistor network). Voltage divides to 9V
- In State C (vehicle ready to charge): EV applies 882 Ω in parallel with 2.74 kΩ (net 681 Ω). Voltage divides to 6V
The EVSE monitors the CP voltage continuously. Transitions between states happen in microseconds and are detected within 100 ms by the EVSE firmware. The EVSE's contactor only closes (supplying power) when State C is confirmed — this is the fundamental safety interlock.
The elegance of the control pilot design is that cable disconnection is automatically detected. If the cable is unplugged (circuit opens), the EVSE measures +12V (State A) and immediately opens the contactor. There is no polling or timeout — the circuit physics guarantee safe de-energisation on disconnection. This is why the IEC 61851 control pilot is considered a fail-safe design.
Current Rating Communication
The duty cycle of the control pilot PWM encodes the maximum current the EVSE can supply. This communication is unidirectional — from EVSE to vehicle. The vehicle reads the duty cycle and limits its onboard charger accordingly:
- 10% duty cycle = 6A (minimum, for testing)
- 16% = 10A
- 25% = 16A
- 33% = 20A
- 50% = 32A
- 66% = 40A
- 83% = 63A (rare in deployment)
For duty cycles above 85%, the protocol switches to a digital communication mode — this is the transition point where ISO 15118 PLC takes over for DC fast charging. The control pilot shifts to >85% duty cycle to signal that the EVSE is initiating digital communication, at which point IEC 61851 basic signalling gives way to ISO 15118 application-layer negotiation.
The Proximity Pilot
The proximity pilot (PP pin) carries a cable current rating signal that prevents overcurrent through undersized charging cables. The cable itself contains a resistor between PP and PE at the vehicle end:
- 1.5 kΩ = 13A rated cable
- 680 Ω = 20A rated cable
- 220 Ω = 32A rated cable
The EVSE measures the PP-PE resistance and limits its output to the cable rating. This protection is passive — no firmware required. It works even if the EVSE has been programmed for a higher current, because the hardware measurement forces a lower limit.
The 85%+ duty cycle range is reserved as an out-of-band signal indicating digital communication capability, because encoding currents above ~63 A via duty cycle alone becomes impractical — the precision required to distinguish, say, 80 A from 100 A at >80% duty cycle exceeds what simple EVSE circuits can reliably achieve. More importantly, DC fast charging requires bidirectional, session-level negotiation of voltage targets, current limits, BMS state, and payment authorisation that a unidirectional PWM signal cannot carry. The >85% duty cycle is effectively a handshake initiation signal saying 'switch to the ISO 15118 digital channel', after which HomePlug GreenPHY PLC over the same control pilot wire handles all further communication.
IEC 61851 in Indian Context (IS 17017)
India's IS 17017 adopts IEC 61851 with modifications for the Indian market:
| Aspect | IEC 61851 (international) | IS 17017 (India) |
|---|---|---|
| AC connector | Type 2 (EU) or Type 1 (US) | Bharat AC-001 (3-pin industrial) for <3.3 kW; Type 2 for higher |
| DC connector | CCS1 or CCS2 | CCS2 mandatory for DC fast charging (post-2021) |
| Earth continuity requirement | Before pilot signal | Same — earth continuity verified before contactor close |
| Communication protocol | IEC 61851-1 (basic) / ISO 15118 (advanced) | Same for DC; simplified for low-power Bharat standards |
| Public charger minimum requirement | Varies by market | 15 kW minimum for public DC; 3.3 kW AC |
| Ambient temperature range | -30°C to +40°C (standard) | -5°C to +50°C (Indian tropical/subtropical) |
The Indian tropical temperature requirement (+50°C maximum) is a significant engineering constraint. Control pilot signal generation circuits, cable insulation, and contactor ratings specified for European -30°C to +40°C ranges are not necessarily adequate for Indian +50°C ambient conditions. EVSE manufacturers targeting India must specify components rated for the wider temperature range.
A common field failure in Indian public EVSE infrastructure: State B to State C transition failure due to corroded or degraded proximity pilot resistor in the Type 2 plug. Moisture ingress into the connector housing oxidises the PP resistor contacts, changing the measured resistance from 220 Ω (32A cable) to several kilohms. The EVSE reads this as a 13A or sub-rated cable and either refuses to charge or charges at reduced current, with no visible error to the driver. Inspection and cleaning of Type 2 plug contacts resolves this. Fleet operators should include PP resistance measurement in quarterly maintenance protocols.
The most common causes are: (1) corroded or open proximity pilot resistor contacts in the Type 2 plug, which changes the measured PP resistance above the cable-rating threshold, causing the EVSE to read an invalid or absent cable and refuse to transition to State C; (2) a faulty EV-side resistor network in the EVCC that fails to drop the CP voltage from 9 V to 6 V, so the EVSE never sees State C; (3) earth continuity failure preventing contactor close even when State C is correctly signalled. Diagnosis: measure the CP voltage at the vehicle inlet while the cable is connected — 9 V PWM confirms State B is reached; if voltage does not drop to 6 V when the vehicle requests charge, the fault is in the EV EVCC or its resistor network.
Earth Continuity: The Safety Interlock That Cannot Be Bypassed
IEC 61851 requires that the protective earth continuity between the EVSE and the vehicle chassis is verified before the contactor closes. This is tested by passing a small continuous current through the earth conductor and monitoring the resistance. If earth resistance exceeds the limit (typically 0.1–0.5 Ω), the EVSE refuses to supply power.
This cannot be disabled by the vehicle or user. It is a hardware interlock in the EVSE that protects against:
- Broken earth conductor in the cable
- Corroded earth connection at the vehicle inlet
- Earth lift in the premises electrical installation
All three scenarios expose the vehicle occupant to shock risk from chassis contact. The IEC 61851 earth continuity check is the primary protection against this — and it is mandatory for all Mode 2, 3, and 4 chargers.
For Indian multi-dwelling unit (MDU) installations where several EVs share a distribution board, the earth path resistance can be higher than expected if the shared earth conductor is undersized or has poor connections. EVSE installation engineers in India must verify the complete earth path resistance from the EVSE earth pin to the main earth terminal — not just to the nearest earthed point. This is a common commissioning error in retrofitted EV charging installations in Indian apartment complexes.
Key Takeaways
- The IEC 61851 control pilot is a 1 kHz PWM signal encoding EVSE current availability (via duty cycle) and vehicle readiness (via CP voltage level) in a 6-state machine; all charging session events — initiation, interruption, and termination — are governed by state transitions on this single wire.
- Cable disconnection opens the EVSE contactor automatically through circuit topology — State A (+12 V) is measured the moment the circuit opens — making cable-pull safety inherent rather than firmware-dependent.
- The proximity pilot resistor encodes cable current rating (220 Ω = 32 A); corrosion of Type 2 plug PP contacts is the most common Indian field failure mode, causing reduced charge rates with no error message visible to the driver.
- Above 85% duty cycle, the protocol hands off to ISO 15118 digital communication over HomePlug GreenPHY PLC on the same control pilot pin, enabling the full DC fast charging negotiation and Plug and Charge session flow.
- IS 17017 extends the ambient operating range to +50 °C versus the European IEC 61851 baseline of +40 °C; components specified only to the European range are not adequate for Indian climate EVSE deployment.
Frequently Asked Questions
What is the control pilot and why is it needed?
What do the IEC 61851 control pilot states A through F mean?
How does the IEC 61851 control pilot encode available current?
What is the proximity pilot (PP) and what does it do?
Does IEC 61851 apply to DC fast charging as well as AC charging?
References
- IEC 61851-1:2017 — Electric Vehicle Conductive Charging System, Part 1: General Requirements
- SAE J1772:2017 — Electric Vehicle and Plug-in Hybrid Electric Vehicle Conductive Charge Coupler
- BIS IS 17017 — Electric Vehicle Conductive Charging System, Indian National Standard
- CharIN — CCS Implementation Guidance for EVSE Manufacturers