AddControl

This method enables encoding a QRC frame that is used to add one or more controls via Named Control in a change group.

Syntax

METHOD AddControl : I_Connect
VAR_INPUT
    sChangeGroupId            : STRING;
    aControlName              : ARRAY[0..QRC_NUMBER_OF_CONTROL] OF STRING;
END_VAR

VAR_INPUT

sChangeGroupId: Change group ID.

aControlName: List of target Named Controls.

AddControl 1:

Controls' names should be listed starting from the first element of the array aControlName.