SetValue
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
Return value
Name | Type | Description |
---|---|---|
SetValue | BOOL | The method returns TRUE if the method call is successful. |
Inputs
Name | Type | Description |
---|---|---|
eKey | Config Key that is to be rewritten. |

Inputs/outputs
Name | Type | Description |
---|---|---|
sValue | New value for the Config Key to be written. |