SendFirmwareStatusNotification

SendFirmwareStatusNotification 1:

With this method, an OCPP client sends a Firmware Status Notification to the corresponding OCPP server. The response from the OCPP server is processed directly within the method.

SendFirmwareStatusNotification 2:

Syntax

METHOD SendFirmwareStatusNotification : BOOL
VAR_INPUT
    eStatus : E_OCPP1_FirmwareStatus;
END_VAR

SendFirmwareStatusNotification 3: Return value

Name

Type

Description

SendFirmwareStatusNotification

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.

SendFirmwareStatusNotification 4: Inputs

Name

Type

Description

eStatus

E_OCPP1_FirmwareStatus

Contains the progress of the firmware installation.

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