Set

This method enables encoding a QRC frame that is used for setting one or more controls' properties of a Named Component.

Syntax

METHOD Set : I_Connect
VAR_INPUT
    sComponentName             : STRING;
    aControlValue              : ARRAY[0..QRC_NUMBER_OF_CONTROL] OF ST_Control;
END_VAR

VAR_INPUT

sComponentName: Name property of target Named Component.

aControlValue: Target controls' properties of the Named Component.

Set 1:

Controls' properties should be listed starting from the first element of the array aControlValue.