Control Pilot and Proximity Pilot Signals in EVSE Controller Design

By admin

AC7K07-H Mode 2 Portable EV Charger Control Board | GDON

CP and PP signals define how an EVSE controller detects a vehicle, confirms charging permission, identifies cable ratings, and controls current output. In IEC 61851 systems, CP uses a 1 kHz PWM waveform with duty-cycle-based current communication, while PP uses resistor coding for cable identification. A 32 A AC charger typically uses about 53.3% CP duty cycle, and Type 2 connectors commonly identify 13 A to 63 A cables through PP resistance values.

The CP signal is generated by the EVSE controller and connected to the vehicle through the charging connector. The controller creates a ±12 V PWM signal at approximately 1 kHz, and the vehicle changes the electrical response through internal resistance circuits. The EVSE reads the voltage level and PWM status to determine whether a vehicle is connected, ready to charge, or requires charging interruption.

The CP circuit works as a communication link between the vehicle and charger, allowing charging systems from different manufacturers to operate under the same IEC 61851 requirements.

IEC 61851 defines several CP voltage states:

CP Voltage Vehicle Status EVSE Response
+12 V No vehicle connected Charging disabled
+9 V Vehicle connected Waiting for authorization
+6 V Vehicle ready Charging allowed
+3 V Ventilation request Limited operation
0 V Fault condition Charging stopped

The EVSE controller must measure these voltage levels with high accuracy. Most commercial controller boards use resistor dividers, signal filters, operational amplifiers, and ADC channels inside the microcontroller system. A typical design samples CP voltage several hundred times per second, allowing abnormal conditions to be detected within less than 100 ms.

The PWM duty cycle controls the available charging current. According to IEC 61851 specifications, AC charging current between 10% and 85% duty cycle is usually calculated by multiplying duty cycle percentage by 0.6. This method allows a charger to advertise its output capacity without requiring a digital communication connection.

Duty Cycle Maximum Current Power at 230 V AC
16.7% 10 A 2.3 kW
26.7% 16 A 3.7 kW
53.3% 32 A 7.4 kW
70% 42 A 9.7 kW
85% 51 A 11.7 kW

For example, a residential wallbox installed in 2025 with a 32 A output rating must generate a stable PWM signal close to 53.3% duty cycle. A small deviation in PWM generation can cause some vehicles to reduce charging current or reject the charging session. Hardware timers inside microcontrollers are commonly used because they provide better frequency stability than software-generated signals.

The Proximity Pilot signal has a different purpose. PP does not control charging permission; it identifies the connector and cable capacity. A resistor inside the charging plug creates a voltage value that the EVSE controller measures before enabling power delivery.

Common Type 2 PP resistor values include:

Cable Rating Approximate PP Resistance
13 A 1.5 kΩ
20 A 680 Ω
32 A 220 Ω
63 A 100 Ω

A charger connected to a 32 A cable can provide higher current, but the same charger must reduce output if a lower-rated cable is detected. This prevents excessive current through a cable assembly that was not designed for the selected charging level.

The interaction between CP and PP requires a carefully designed controller board. CP confirms that charging is permitted, while PP confirms that the physical connection can support the selected current level. Both signals must be processed before the main contactor closes and connects the vehicle to the power source.

A charging session is normally allowed only after CP status, PP identification, insulation conditions, and protection checks meet the required limits.

EVSE controller hardware usually includes several protection components around CP and PP circuits. Since charging connectors are installed outdoors, the signal interface must handle moisture exposure, temperature changes, electrical noise, and connector wear.

Typical protection designs include:

Component Function
TVS diode Surge voltage protection
RC filter Noise reduction
Isolation circuit Separation from high-voltage circuits
ADC protection network Input protection
Shielding design Electromagnetic interference reduction

In commercial EVSE products released between 2020 and 2025, controller boards increasingly combine CP/PP processing with communication functions such as Ethernet, Wi-Fi, RFID, and OCPP. This reduces the number of separate control modules and allows charging operators to manage stations remotely.

Different charging applications require different controller architectures. Residential chargers usually focus on compact size and cost control, while public chargers require higher reliability and easier maintenance. Manufacturers selecting EVSE controller options often compare CP/PP circuit design, microcontroller capability, communication interfaces, and certification support.

The firmware inside the EVSE controller continuously checks CP and PP conditions during charging. The control sequence usually follows a fixed process:

Step Controller Function
1 Detect PP connection
2 Measure CP voltage state
3 Confirm PWM current setting
4 Close power contactor
5 Continue signal monitoring

During charging, the controller does not only check the initial connection. It continues reading CP and PP information throughout the charging period. If the connector is removed, CP voltage changes abnormally, or PP indicates an incorrect connection, the controller can stop charging immediately.

The response time requirement is especially important for higher-power chargers. A 22 kW AC charger transfers around 22,000 watts, while a 350 kW DC fast charger can deliver more than 300,000 watts. Even though CP and PP only handle low-voltage signals, their correct operation determines whether high-power circuits are allowed to operate.

Modern EVSE controller designs also improve signal processing through digital filtering and software diagnostics. A controller may compare multiple CP samples, detect unstable voltage patterns, and record fault information for maintenance. Some commercial systems achieve signal measurement accuracy within approximately 1% under normal operating conditions.

The development of EV charging standards has increased the need for flexible CP and PP designs. IEC 61851 remains widely used for conductive charging, while manufacturers combine it with additional communication protocols for smart charging features. In 2024 and 2025, many new AC wallbox products adopted modular controller designs that separate power electronics, communication units, and signal management circuits.

Reliable CP and PP processing allows EVSE systems to support different vehicles, cable types, and charging environments while maintaining safe power control.

The design of CP and PP circuits requires cooperation between hardware and software. Accurate voltage measurement, stable PWM generation, proper filtering, and fast firmware response allow EVSE controllers to operate consistently across residential chargers, workplace charging stations, and public charging networks.