Using CitectSCADA > Using Labels > Using Arguments in Labels > Specifying default values
Specifying default values

You can specify a default value for an argument when you define a label, for example:

Label Name

Inc(X, STEP = 10)

Expression

X = X + STEP

When you subsequently use this label without any arguments in a command, the default value is used, for example:

Key Sequence

FastInc

Command

Inc(SP12);

See Also