IModule.LastErrorNumber (PROP) ¶ PROPERTY LastErrorNumber : UINT Returns the number of the last error that occured. 0 means: no error.
Identification ¶ Environment (Property) Handle (Property) ModuleInfo (Property)
IModule.Environment (PROP) ¶ PROPERTY Environment : POINTER TO MEnv The environment of the instance. (Used e.g. by the TreeAccess functions.)
IModule.Handle (PROP) ¶ PROPERTY Handle : ModuleHandle Gets an internal handle of the module instance. The handle is set by the initialization code of the application composer and should not be set in any other context. The handle is used internally to identify the module instance inside the module tree. You should never need this handle in any other context.
IBACnetARRAYN_of_BACnetPortPermission.RemoveElement (METH) ¶ METHOD RemoveElement : CmpBACnet.IEC_BACNET_STATUS Remove element of this property at the given index. InOut: Scope Name Type Comment Return RemoveElement CmpBACnet.IEC_BACNET_STATUS Input nIndex CmpBACnet.IEC_BACNET_ARRAY_INDEX Index (0 .. number of elements-1).
IModule.ModuleInfo (PROP) ¶ PROPERTY ModuleInfo : POINTER TO ModuleInfo The module info of this module instance.
StandardCalls ¶ CallPrioHighEnd (Method) CallPrioHighStart (Method) CallPrioLowEnd (Method) CallPrioLowStart (Method) CallPrioMediumEnd (Method) CallPrioMediumStart (Method)
IEnvironmentExtender (ITF) ¶ INTERFACE IEnvironmentExtender EXTENDS __SYSTEM.IQueryInterface Interface used by the composer to extend the module environment by custom extensions. This can only be done when i.e. providing a composer extension via the automation plattform. Properties: GetID Structure: GetID (Property)
IEnvironmentExtender.GetID (PROP) ¶ PROPERTY GetID : STRING Returns the id of the environemnt extender, i.e. the id of the composer extension provided via the Automation Plattform.
IModule (ITF) ¶ INTERFACE IModule EXTENDS IBaseInstance Base interface that must be implemented by every function block that implements an application composer module. Properties: ComAddress , inherited from IBaseInstance Environment FirstErrorInstance FirstErrorNumber Handle InstanceName , inherited from IBaseInstance LastErrorInstance LastErrorNumber ModuleInfo Methods: CallPrioHighEnd CallPrioHighStart CallPrioLowEnd CallPrioLowStart CallPrioMediumEnd CallPrioMediumStart ClearErrors GetErrorMessage GetFirstErrorMessage GetLastErrorMessage Init , inherited from IBaseInstance Main , inherited from IBaseInstance OnAfterOnlineChange , inherited from IBaseInstance OnBeforeOnlineChange , inherited from IBaseInstance Structure: ErrorHandling ClearErrors (Method) FirstErrorInstance (Property) FirstErrorNumber (Property) GetErrorMessage (Method) GetFirstErrorMessage (Method) GetLastErrorMessage (Method) LastErrorInstance (Property) LastErrorNumber (Property) Identification Environment (Property) Handle (Property) ModuleInfo (Property) StandardCalls CallPrioHighEnd (Method) CallPrioHighStart (Method) CallPrioLowEnd (Method) CallPrioLowStart (Method) CallPrioMediumEnd (Method) CallPrioMediumStart (Method)