RecvChangeConfiguration

RecvChangeConfiguration 1:

With this method, an OCPP client receives a Change Configuration request from the corresponding OCPP server. To respond to the request, the method RespChangeConfiguration must be called.

RecvChangeConfiguration 2:

Syntax

METHOD RecvChangeConfiguration : BOOL
VAR_OUTPUT
    hMessageId : T_OCPP_MessageId;
    sKey       : T_OCPP1_ConfigKey;
    sValue     : T_OCPP1_ConfigValue;
END_VAR

RecvChangeConfiguration 3: Return value

Name

Type

Description

RecvChangeConfiguration

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.

RecvChangeConfiguration 4: Outputs

Name

Type

Description

hMessageId

T_OCPP_MessageId

MessageId of the received message.

sKey

T_OCPP1_ConfigKey

Name of the Configuration Key to be changed.

eType

T_OCPP1_ConfigValue

New value for the Configuration Key.

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