ModuleHandle (ALIAS) ¶ TYPE ModuleHandle : INT The handle of a module (internally an integer number). Every module instance gets his own (project wide) unique module handle, which is created during a generation run of the standard generator of the composer. This handle even is unique through out application borders.
ModuleInfo (FB) ¶ FUNCTION_BLOCK ModuleInfo Contains information common to all instances of one module Properties: ModuleType Structure: ModuleType (Property)
ModuleInfo.ModuleType (PROP) ¶ PROPERTY FINAL ModuleType : STRING(255) The qualified module type (this is the qualified name of the module description)
ProxyInstance (FB) ¶ FUNCTION_BLOCK ProxyInstance EXTENDS BaseInstance This implementation can be extended by Proxy-FBs. It already contains the proper Initialize method and the properties from interface IBaseInstance. Properties: LocalComAddress ComAddress , inherited from BaseInstance InitParametersDone , inherited from BaseInstance InstanceName , inherited from BaseInstance Methods: Main SetProxyIdentification FB_EXIT , inherited from BaseInstance Init , inherited from BaseInstance OnAfterOnlineChange , inherited from BaseInstance OnBeforeOnlineChange , inherited from BaseInstance SetBaseIdentification , inherited from BaseInstance Structure: LocalComAddress (Property) Main (Method) SetProxyIdentification (Method)
ProxyInstance.LocalComAddress (PROP) ¶ PROPERTY FINAL LocalComAddress : UDINT The local communication address of the proxy instance.
ProxyInstance.Main (METH) ¶ METHOD PUBLIC Main
AncestorRange.PopFirst (METH) ¶ METHOD PUBLIC FINAL PopFirst Pops the first item out of the range
DepthFirstRange (FB) ¶ FUNCTION_BLOCK FINAL DepthFirstRange IMPLEMENTS IModuleRangeForward The range of all instances in depth-first preorder of the module tree, starting at a given instance. Properties: First IsEmpty Methods: Init PopFirst Structure: First (Property) Init (Method) IsEmpty (Property) PopFirst (Method)
DepthFirstRange.First (PROP) ¶ PROPERTY FINAL First : IModule Return the current first item of the range
DepthFirstRange.Init (METH) ¶ METHOD PUBLIC FINAL Init Initializes the range with the first instance. InOut: Scope Name Type Comment Input itfM IModule The first instance of the depth first range