ReleaseStation

ReleaseStation 1:

This method is used to remove a connected station from the OCPP server.

Syntax

METHOD ReleaseStation : HRESULT
VAR_INPUT
    sIdent     : T_OCPP_Identity;
END_VAR
VAR_OUTPUT
    hStationId : UDINT;
END_VAR

ReleaseStation 2: Return value

Name

Type

Description

ReleaseStation

HRESULT

 

 

ReleaseStation 3: Inputs

Name

Type

Description

sIdent

T_OCPP_Identity

Identity of the OCPP client to be connected.

ReleaseStation 4: Outputs

Name

Type

Description

hStationId

UDINT

Identifier of the OCPP client in the instance of the OCPP server.

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