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

SCC_SLAC_SetToggleNum

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long SCC_SLAC_SetToggleNum ( int ToggleNum )

Description

Sets the number of toggles for the next CM_Validate.Cnf message. If this function is not used, either the value from the XML configuration or the default (2) is used. Note: The number of toggles is only applied to the second CM_Validate.Cnf in a validation sequence. The first one is specified to always have ToggleNum = 0.

Parameters

  • ToggleNum: Number of received toggles (max. 255). Real systems use toggle numbers <= 3.

Return Values

  • 0: Not successful
  • 1: Successful

Example