RecvUnlockConnector

RecvUnlockConnector 1:

With this method, an OCPP client receives an Unlock Connector request from the corresponding OCPP server. To respond to the request, the method RespUnlockConnector must be called.

RecvUnlockConnector 2:

Syntax

METHOD RecvUnlockConnector : BOOL
VAR_OUTPUT
    hMessageId   : T_OCPP_MessageId;
    nConnectorId : UDINT;
END_VAR

RecvUnlockConnector 3: Return value

Name

Type

Description

RecvUnlockConnector

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.

RecvUnlockConnector 4: Outputs

Name

Type

Description

hMessageId

T_OCPP_MessageId

MessageId of the received message.

nConnectorId

UDINT

ID of the Connector of a Charge Point.

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