SendReset
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.
Syntax
METHOD SendReset : BOOL
VAR_INPUT
eType : E_OCPP1_ResetType;
END_VAR
VAR_OUTPUT
eStatus : E_OCPP1_ResetStatus;
END_VAR
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. |
Inputs
Name | Type | Description |
---|---|---|
eType | Type of reset that the Charge Point should perform. |
Outputs
Name | Type | Description |
---|---|---|
eStatus | 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.