SendChangeConfiguration

SendChangeConfiguration 1:

With this method, an OCPP server sends a Change Configuration request to the corresponding OCPP client. The response from the OCPP client is processed directly within the method.

SendChangeConfiguration 2:

Syntax

METHOD SendChangeConfiguration : BOOL
VAR_INPUT
    hStationId : UDINT;
    sKey       : T_OCPP1_ConfigKey;
    sValue     : T_OCPP1_ConfigValue;
END_VAR
VAR_OUTPUT
    eStatus    : E_OCPP1_ConfigurationStatus;
END_VAR

SendChangeConfiguration 3: Return value

Name

Type

Description

SendChangeConfiguration

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.

SendChangeConfiguration 4: Inputs

Name

Type

Description

hStationId

UDINT

Identifier of the OCPP client in the instance of the OCPP server.

sKey

T_OCPP1_ConfigKey

The name of the configuration setting to be changed.

sValue

T_OCPP1_ConfigValue

The new value of the configuration setting.

SendChangeConfiguration 5: Outputs

Name

Type

Description

eStatus

E_OCPP1_ConfigurationStatus

The status indicates whether the configuration change has been accepted.

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