SCC_CurrentDemandRes
Valid for: CANoe DE • CANoe4SW DE Note<InvalidValueSigned>and/or<InvalidValueUnsigned>can be defined in the XML configuration.- These are returned if an optional numeric message parameter was queried by this function but not found.
- See Configuration of Vehicle SCC Nodes or Configuration of Chargepoint SCC Nodes.
Function Syntax
Description
The callback is called as soon as a Current Demand Response is received. Further details that are transmitted in this message can be queried with the following functions:- SCC_GetMaxPower
- SCC_GetMaxVoltage
- SCC_GetMaxCurrent
- SCC_GetMeterInfoData (ISO 15118)
- SCC_GetResponseCodeString
Parameters
- SessionID: 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF.
- ResponseCode: 1 if OK, 0 if FAILED
- EVSEPresentVoltage: Present voltage value of charge point.
- EVSEPresentCurrent: Present current of charge point.
- LimitAchievedFlags (ISO 15118): Array of three flags which correspond to current | voltage | power limit achieved, in this order.
- EVSEID (ISO 15118): ID of charge point.
- SAScheduleTupleID (ISO 15118): ID of the selected SAScheduleTuple.
- ReceiptRequired (ISO 15118): Indicates if the vehicle is required to send a MeteringReceiptReq.