SendDiagnosticsStatusNotification
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.
Syntax
METHOD SendDiagnosticsStatusNotification : BOOL
VAR_INPUT
eStatus : E_OCPP1_DiagnosticsStatus;
END_VAR
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. |
Inputs
Name | Type | Description |
---|---|---|
eStatus | 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.