AddLogicalNodeToContainer

This method is used to add an object instance of the logical node (LN) to the container of the logical device (LD).

METHOD FINAL AddLogicalNodeToContainer : BOOL
VAR_INPUT
    ipLogicalNode : I_AcsiCommonLogicalNodeClass;
END_VAR
VAR_OUTPUT
    bMatched      : BOOL;
    ipDirNode     : I_AcsiLogicalNodeContainerClass;
END_VAR

ipLogicalNode: Interface pointer of type I_AcsiCommonLogicalNodeClass of the logical node, 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.