Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
SAE J3068/1, published in 2023, is an optional addendum to the SAE J3068 standard for conductive AC charging of electric vehicles. It introduces Protocol Version 3, which defines signals and logical rules for the identification of vehicles and supply equipment, as well as their affiliation in physically secure environments such as home charging or fleet facilities—often referred to as “behind the fence.” 🔍 This enhanced communication protocol also adds monitoring and diagnostic data fields and enables the exchange of information needed to ensure a vehicle has sufficient energy for its next planned departure.
Protocol Version 3 builds upon the existing SAE J3068 framework, extending the LIN (Local Interconnect Network) based communication with new frames and schedules. The standard defines a comprehensive set of signals for vehicle identification (EvEVCCID), equipment identification (EvEMAID), driver identification (EvDriverID), and various diagnostic and monitoring parameters.
| Field | Description |
|---|---|
| EvEVCCID | Unique identifier for the electric vehicle communication controller |
| EvEMAID | Unique identifier for the electric vehicle supply equipment (EVSE) management entity |
| EvEnergyForDeparture | Target energy required by the vehicle for the next planned departure |
| EvCrc32 | Cyclic Redundancy Check for critical field integrity |
| EvCrcStatus | Status indicator for CRC validation |
| EvHVESSHealth | Health status of the high-voltage energy storage system |
| EvFirstIDPage / EvLastIDPage | Indicators for multi-page identification data transmission |
A key aspect of this standard is its reliance on physical security. Since it is designed for “behind the fence” scenarios, the protocol does not mandate cryptographic authentication, simplifying implementation while assuming that the communication link is protected by physical security measures.
EvEnergyForDeparture must be computed based on the vehicle’s planned departure time and current state of charge, requiring integration with the vehicle’s navigation or scheduling system.Adopting SAE J3068/1 requires careful attention to several engineering aspects. Backward compatibility with base SAE J3068 must be maintained: devices that support Protocol Version 3 should be able to fall back to earlier versions if the peer does not support the new features. Additionally, the LIN bus schedule must be properly configured to include the new frames within the available time slots.
EvCrc32 may cause incorrect monitoring data.One of the most valuable additions is the ability to communicate departure energy requirements. The field EvEnergyForDeparture allows the EVSE to adjust charging power to ensure the vehicle reaches a target state of charge by a user-defined departure time. This feature is particularly beneficial for fleet operations where duty cycles are predictable.
🛠️ For engineers integrating this standard, it is essential to validate the cyclic redundancy check (EvCrc32) when processing identification and diagnostic data. The standard uses this CRC to protect critical fields, and failure to check it could lead to using corrupted data.
Yes, SAE J3068/1 is designed to be backward compatible. Devices implementing Protocol Version 3 must support version negotiation and fall back to earlier protocol versions if the counterpart does not recognize the new version. This ensures interoperability in mixed environments.
The standard assumes a physically secure environment, such as a private residence or a gated fleet depot. Implementers should ensure that unauthorized physical access to the charging equipment and vehicle communication ports is prevented. If deployed in a public setting, additional security layers (e.g., cryptographic authentication) may be necessary.
This field is set by the vehicle based on its planned departure time, current battery state, and anticipated energy consumption. The EVSE uses this information to optimize charging, for example, by delaying charge or reducing power to manage grid load while still ensuring the vehicle reaches the target energy level by the departure time.
J3068/1 adds extensive diagnostic data including battery health (EvHVESSHealth), temperature readings, cell balancing status, and diagnostic trouble codes (EvJ2012Dtc). These fields enable proactive maintenance and fleet management by providing real-time insights into the vehicle’s high-voltage system.