EV Controller Message Filtering for Crosstalk

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In electric vehicle charging, message crosstalk between multiple EVSEs and vehicles in close proximity can lead to communication errors and association procedure failures, preventing vehicles from charging reliably.

Innovation Solution

A vehicle controller filters out messages that are not of the correct message acceptance type or received outside the specified time window during the association procedure, reducing crosstalk-related faults by implementing a sequencing filter to ensure only valid responses are processed.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If message filtering by acceptance type and time window is implemented, then communication reliability is improved, but device complexity increases

Engineering Contradiction:
Improvecommunication reliabilityVSAvoidcontroller complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The controller pre-configures message acceptance types and time windows before the association procedure begins. By establishing these filtering criteria in advance, the controller can efficiently reject invalid messages without complex real-time analysis, thereby improving communication reliability while maintaining manageable device complexity

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The message filtering function is segmented into distinct components: message type validation and time window validation. This segmentation allows the controller to handle each validation aspect independently through separate logical checks, making the overall system more manageable and easier to implement despite the increased complexity

Inventive Principle:
Principle #1Segmentation

2Reliability

If strict message filtering is applied during association procedure, then association success rate is improved, but processing time increases

Engineering Contradiction:
Improveassociation success rateVSAvoidmessage processing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The controller applies partial filtering by focusing only on the most critical validation aspects (message acceptance type and time window) rather than performing exhaustive validation of all message attributes. This partial action approach ensures sufficient filtering to improve association success rate while avoiding excessive processing time that would result from comprehensive validation

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS9180786B2Method to ensure reliable reception of electric vehicle association messages
Publication Date: 2015.11.10 FORD GLOBAL TECH LLC
  • US9180786B2 patent drawing
  • US9180786B2 patent drawing
  • US9180786B2 patent drawing

AI summary

A vehicle controller of a vehicle may set a message acceptance type and a time window for response according to a type of association procedure message received from a requester, provide the association procedure message to electric vehicle supply equipment, and return a received response message to the requester when the response message is of the acceptance type and received within the time window, and otherwise reject the response message.