AddLogicalDeviceToContainer
This method is used to add an object instance of the logical device (LD) to the server container (intelligent logical device, IED).
METHOD FINAL AddLogicalDeviceToContainer : BOOL
VAR_INPUT
ipLogicalDevice : I_AcsiCommonLogicalDeviceClass;
END_VAR
VAR_OUTPUT
bMatched : BOOL;
ipDirNode : I_AcsiLogicalDeviceContainerClass;
END_VAR
ipLogicalDevice: Interface pointer of type I_AcsiCommonLogicalDeviceClass of the logical device, 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.