SettgSetIntValue (FUN)

FUNCTION SettgSetIntValue : RTS_IEC_RESULT

Write an integer value to settings
InOut:

Scope

Name

Type

Initial

Comment

Return

SettgSetIntValue

RTS_IEC_RESULT

Runtime system error code (see CmpErrors.library).

Input

pszComponent

REFERENCE TO STRING

Name of component

pszKey

REFERENCE TO STRING

Name of key

iValue

DINT

Value to write

iBase

DINT

10

2=Base 2, 10=Decimal values, 16=Hex values