RecvBootNotification

RecvBootNotification 1:

With this method, an OCPP server receives a Boot Notification from the connected OCPP client. To respond to the boot notification, the RespBootNotification method must be called.

RecvBootNotification 2:

Syntax

METHOD RecvBootNotification : BOOL
VAR_OUTPUT
    hMessageId         : T_OCPP_MessageId;
    sModel             : STRING(31);
    sVendor            : STRING(31);
    sChargeBoxSerial   : STRING(31);
    sChargePointSerial : STRING(31);
    sFirmwareVersion   : STRING(63);
    sMeterSerial       : STRING(31);
    sMeterType         : STRING(31);
END_VAR

RecvBootNotification 3: Return value

Name

Type

Description

RecvBootNotification

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.

RecvBootNotification 4: Outputs

Name

Type

Description

hMessageId

T_OCPP_MessageId

MessageId of the received message.

sModel

STRING(31)

Model of the Charge Point.

sVendor

STRING(31)

Vendor of the Charge Point.

sChargeBoxSerial

STRING(31)

Serial number of the Charge Box within the Charge Point.

sChargePointSerial

STRING(31)

Serial number of the Charge Point.

sFirmwareVersion

STRING(63)

Firmware version of the Charge Point.

sMeterSerial

STRING(31)

Serial number of the main electricity meter of the Charge Point.

sMeterType

STRING(31)

Type of main electricity meter of the Charge Point

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