SetValue

SetValue 1:

This method can be used to write a new value for a Config Key from the enumeration E_OCPP1_ConfigKey.

Syntax

METHOD SetValue : BOOL
VAR_INPUT
    eKey : E_OCPP1_ConfigKey;
END_VAR
VAR_IN_OUT CONSTANT
    sValue : T_OCPP1_ConfigValue;
END_VAR

SetValue 2: Return value

Name

Type

Description

SetValue

BOOL

The method returns TRUE if the method call is successful.

SetValue 3: Inputs

Name

Type

Description

eKey

E_OCPP1_ConfigKey

Config Key that is to be rewritten.

SetValue 4:SetValue 5:Inputs/outputs

Name

Type

Description

sValue

T_OCPP1_ConfigValue

New value for the Config Key to be written.