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
Module.CallPrioHighStart (METH) ¶ METHOD CallPrioHighStart : BOOL InOut: Scope Name Type Return CallPrioHighStart BOOL
Module.CallPrioLowEnd (METH) ¶ METHOD CallPrioLowEnd : BOOL InOut: Scope Name Type Return CallPrioLowEnd BOOL
Module.CallPrioLowStart (METH) ¶ METHOD CallPrioLowStart : BOOL InOut: Scope Name Type Return CallPrioLowStart BOOL
Module.CallPrioMediumEnd (METH) ¶ METHOD CallPrioMediumEnd : BOOL InOut: Scope Name Type Return CallPrioMediumEnd BOOL
Module.CallPrioMediumStart (METH) ¶ METHOD CallPrioMediumStart : BOOL InOut: Scope Name Type Return CallPrioMediumStart BOOL
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)