AddDataSetToContainer
This method is used to add an object instance of the data set to the container of the logical node (LN).
METHOD FINAL AddDataSetToContainer : BOOL
VAR_INPUT
ipDataSet : I_AcsiCommonDataSetClass;
END_VAR
VAR_OUTPUT
bMatched : BOOL;
ipDirNode : I_AcsiDataSetContainerClass;
END_VAR
ipDataSet: Interface pointer of type I_AcsiCommonDataSetClass of the data set, which is to be added to the container.
bMatched: If TRUE, the object already exists in the container.
ipDirNode: interface pointer of the new container list item.
Return parameter: Positive message (TRUE) on success, negative message (FALSE) on error.