SendReset

SendReset 1:

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

SendReset 2:

Syntax

METHOD SendReset : BOOL
VAR_INPUT
    eType      : E_OCPP1_ResetType;
END_VAR
VAR_OUTPUT
    eStatus    : E_OCPP1_ResetStatus;
END_VAR

SendReset 3: Return value

Name

Type

Description

SendReset

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.

SendReset 4: Inputs

Name

Type

Description

eType

E_OCPP1_ResetType

Type of reset that the Charge Point should perform.

SendReset 5: Outputs

Name

Type

Description

eStatus

E_OCPP1_ResetStatus

The status shows whether the Charge Point was able to accept the Reset request.

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