Get
This method enables encoding a QRC frame that is used for getting one or more controls' properties on a Named Component.
Syntax
METHOD Get : I_Connect
VAR_INPUT
sComponentName : STRING;
aControlName : ARRAY[0..QRC_NUMBER_OF_CONTROL] OF STRING;
END_VAR
VAR_INPUT
sComponentName: Name property of target Named Component.
aControlName: Target controls' name of the Named Component.
![]() | Controls' name should be listed starting from the first element of the array |