SendDiagnosticsStatusNotification

SendDiagnosticsStatusNotification 1:

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

SendDiagnosticsStatusNotification 2:

Syntax

METHOD SendDiagnosticsStatusNotification : BOOL
VAR_INPUT
    eStatus : E_OCPP1_DiagnosticsStatus;
END_VAR

SendDiagnosticsStatusNotification 3: Return value

Name

Type

Description

SendDiagnosticsStatusNotification

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.

SendDiagnosticsStatusNotification 4: Inputs

Name

Type

Description

eStatus

E_OCPP1_DiagnosticsStatus

Contains the status of the upload of the diagnostic data.

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