Remove

This method enables encoding a QRC frame that is used to remove one or more Named Controls from a change group.

Syntax

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

VAR_INPUT

sChangeGroupId: Change group ID.

aControlName: Target controls' names.

Remove 1:

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