ReleaseStation
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
Return value
Name | Type | Description |
---|---|---|
ReleaseStation | HRESULT |
|
Inputs
Name | Type | Description |
---|---|---|
sIdent | Identity of the OCPP client to be connected. |
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.