ST_OCPP1_Client_BootInfo

The parameters sent in the Boot Notification are summarized in this structure.

Syntax

TYPE ST_OCPP_Client1_BootInfo :
STRUCT
    sChargePointModel        : STRING(23) := 'TcIotOcpp';
    sChargePointVendor       : STRING(23) := 'Beckhoff Automation';
    sChargeBoxSerialNumber   : STRING(23);
    sChargePointSerialNumber : STRING(23);
    sFirmwareVersion         : STRING(23);
    sMeterSerialNumber       : STRING(23);
    sMeterType               : STRING(23);
END_STRUCT
END_TYPE

Parameter

Name

Type

Optional (OCPP)

Description

sChargePointModel

STRING(23)

No

Model of the Charge Point.

sChargePointVendor

STRING(23)

No

Vendor of the Charge Point.

sChargeBoxSerialNumber

STRING(23)

Yes

Serial number of the Charge Box within the Charge Point.

sChargePointSerialNumber

STRING(23)

Yes

Serial number of the Charge Point.

sFirmwareVersion

STRING(23)

Yes

Firmware version of the Charge Point.

sMeterSerialNumber

STRING(23)

Yes

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

sMeterType

STRING(23)

Yes

Type of main electricity meter of the Charge Point.