Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » EVSE Callback Functions » SCC_PowerDeliveryReq

SCC_PowerDeliveryReq

Valid for:  CANoe DE •  CANoe4SW DE Note

Function Syntax

void SCC_PowerDeliveryReq ( byte SessionId[], 
long ChargeProfileCount, long ChargeState, 
long ScheduleID)

Description

The callback is called as soon as a Power Delivery Request is received. With this request, the vehicle requests the charge point to switch on the current and to send the charging profile. Further details that are transmitted in this request can be queried with the following functions:

Parameters

  • SessionID: 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF.
  • ChargingProfileCount: Number of received charging profiles.
  • ChargeState: 1 if start of charging is requested, 0 if stop of charging is requested, 2 if ReNegotiation is requested (only ISO 15118). Corresponds to ReadyToChargeState in DIN 70121.
  • ScheduleID: ID of the chosen SAScheduleTuple.

Return Values

Example