RecvGetConfiguration

RecvGetConfiguration 1:

This method is an alternative way of receiving and responding to a Get Configuration Request from the corresponding OCPP server in the OCPP client. In contrast to the RecvGetConfiguration method at FB_OCPP1_Client, the response is sent automatically to the OCPP server. Depending on the request, it contains all or specifically requested Configuration Keys.

Syntax

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

RecvGetConfiguration 2: Return value

Name

Type

Description

RecvGetConfiguration

BOOL

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

RecvGetConfiguration 3:RecvGetConfiguration 4:Inputs/outputs

Name

Type

Description

fbClient

REFERENCE TO FB_OCPP1_Client

Instance of the client function block used.