Documentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
EnterChargingSessionPauseOrStandby
CAPL Functions » Smart Charging » CCS (Communication Setup) » EV Functions » EnterChargingSessionPauseOrStandby Valid for: CANoe DE • CANoe4SW DEFunction Syntax
MethodReturnValueType EnterChargingSessionPauseOrStandby ( )Description
Instructs the EV to enter the Charging Session Pause or Standby procedure. The selected option can be configured using the attribute PreferStandby.- The Standby procedure will be started by sending a Power Delivery Request with ChargeProgress Standby. Afterwards, the communication will continue in the respective Charge Loop message pair and can be exited any time using the ExitStandby function (EV) or sending a EVSENotification ExitStandby (EVSE).
- The Pause procedure will stop the current V2G communication sessions, while also preparing to resume the session once the communication is established again. The session resume procedure can be triggered any time after the Session Stop Request with ChargingSession Pause has been accepted by the EVSE and the TCP connection was closed (see callback TransportLayerDisconnectInd). First call StopSimulation and then StartSimulation to start the communication again.
Parameters
—Return Values
MethodReturnValueType
All function calls (except for indications) will return a MethodReturnValueType indicating whether the call was successful or not. Possible values:0: OK1: InvalidArgument2: NoMatchingElementFound3: UnknownError