IBaseInstance2.InitParametersDone (PROP) ¶ PROPERTY InitParametersDone : BOOL If this is TRUE the next time AC_Init is called (no matter if OnlineChange or not) the module parameters will NOT be initialized. By default this flag is set in AC_Init in case of no OnlineChange so that in case of an OnlineChange later on the module parameters keep their values. If this is not your desired behaviour for selected modules you might want to set it to FALSE in e.g. IBaseInstance.OnBeforeOnlineChange . However one can also disable this in the settings of the Standard Generator.
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)
MEnv (STRUCT) ¶ TYPE MEnv : STRUCT The environment that is passed to each instance. InOut: Name Type Initial Comment mtree IModuleTree The module tree. Never 0. rmps IRmpService The RMP messge service. 0 if RMP communication is disabled. prsman AC_PERSIST.IPersistenceManager The persistence manager if created, 0 otherwise. exts POINTER TO IEnvironmentExtender Extenders possibly provided by other composer plugins. ATTENTION : Returned externder FBs might be not initialized properly (depending on activated generators, etc.) uiexts UINT 0 Number of possible EnvironmentExtenders visus POINTER TO POINTER TO AC_Visu_Base Pointer to the AC_Visu_FBs for frame changing. ATTENTION : This pointer may be 0 (meaning that i.e. no visus were generated)
Module (FB) ¶ FUNCTION_BLOCK Module EXTENDS BaseInstance IMPLEMENTS IModule Base implementation, should be extended by every function block that implements a module. The standard task methods, the Init method abd the methods OnBeforeOnlineChange and OnAfterOnlineChange call the corresponding methods of all submodules in tree order. The properties have the monitoring attribute ‘call’. For details see IModule . Properties: ComAddress , inherited from BaseInstance Environment FirstErrorInstance FirstErrorNumber Handle InitParametersDone , inherited from BaseInstance InstanceName , inherited from BaseInstance LastErrorInstance LastErrorNumber ModuleInfo Methods: Init Main OnAfterOnlineChange OnBeforeOnlineChange CallPrioHighEnd CallPrioHighStart CallPrioLowEnd CallPrioLowStart CallPrioMediumEnd CallPrioMediumStart ClearErrors FB_EXIT , inherited from BaseInstance GetErrorMessage GetFirstErrorMessage GetLastErrorMessage ReportError SetBaseIdentification , inherited from BaseInstance SetIdentification Structure: ErrorHandling ClearErrors (Method) FirstErrorInstance (Property) FirstErrorNumber (Property) GetErrorMessage (Method) GetFirstErrorMessage (Method) GetLastErrorMessage (Method) LastErrorInstance (Property) LastErrorNumber (Property) ReportError (Method) Identification Environment (Property) Handle (Property) ModuleInfo (Property) SetIdentification (Method) Init (Method) Main (Method) OnAfterOnlineChange (Method) OnBeforeOnlineChange (Method) StandardCalls CallPrioHighEnd (Method) CallPrioHighStart (Method) CallPrioLowEnd (Method) CallPrioLowStart (Method) CallPrioMediumEnd (Method) CallPrioMediumStart (Method)
ErrorHandling ¶ ClearErrors (Method) FirstErrorInstance (Property) FirstErrorNumber (Property) GetErrorMessage (Method) GetFirstErrorMessage (Method) GetLastErrorMessage (Method) LastErrorInstance (Property) LastErrorNumber (Property) ReportError (Method)
Module.ClearErrors (METH) ¶ METHOD ClearErrors
Module.FirstErrorInstance (PROP) ¶ PROPERTY FirstErrorInstance : IModule returns the interface of the module instance that has caused the first error. 0 means: the error occured in this module instance or no error has occured.
Module.FirstErrorNumber (PROP) ¶ PROPERTY FirstErrorNumber : UINT