SendFirmwareStatusNotification
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.
Syntax
METHOD SendFirmwareStatusNotification : BOOL
VAR_INPUT
eStatus : E_OCPP1_FirmwareStatus;
END_VAR
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. |
Inputs
Name | Type | Description |
---|---|---|
eStatus | Contains the progress of the firmware installation. |
Possible errors are output at the outputs bError and hrErrorCode of the function block instance.