SendClearCache

SendClearCache 1:

With this method, an OCPP server sends a Clear Cache request to the connected OCPP client. The response from the OCPP client is processed directly within the method.

SendClearCache 2:

Syntax

METHOD SendClearCache : BOOL
VAR_OUTPUT
    eStatus    : E_OCPP1_ClearCacheStatus;
END_VAR

SendClearCache 3: Return value

Name

Type

Description

SendClearCache

BOOL

The method returns the return value TRUE if the call was successful. A method call is also considered successfully completed in the event of an error.

SendClearCache 4: Outputs

Name

Type

Description

eStatus

E_OCPP1_ClearCacheStatus

The status indicates whether the clearing of the Cache Profile has been accepted by the Charge Point.

Possible errors are output at the outputs bError and hrErrorCode of the function block instance.