RecvChangeConfiguration

RecvChangeConfiguration 1:

This method is an alternative way of receiving and responding to a Change Configuration Request from the corresponding OCPP server in the OCPP client. In contrast to the RecvChangeConfiguration method at FB_OCPP1_Client, the response is sent automatically to the OCPP server.

If the Configuration Keys to be written are read-only, they are not written. All writable Configuration Keys are saved by the method.

Syntax

METHOD RecvChangeConfiguration : BOOL
VAR_INPUT
    fbClient : REFERENCE TO FB_OCPP1_Client;
END_VAR

RecvChangeConfiguration 2: Return value

Name

Type

Description

RecvChangeConfiguration

BOOL

Not currently implemented. In future versions: if the method call is successful, the method returns TRUE.

RecvChangeConfiguration 3:RecvChangeConfiguration 4:Inputs/outputs

Name

Type

Description

fbClient

REFERENCE TO FB_OCPP1_Client

Instance of the client function block used.