GenVisu_Toplevel_Template ¶
GetCurrentDisplayedModuleInstance (FUN) ¶ FUNCTION GetCurrentDisplayedModuleInstance : IModule This function returns the instance whose page-visualization is displayed in the main frame. Might return 0. InOut: Scope Name Type Comment Return GetCurrentDisplayedModuleInstance IModule Input iVisuClientId INT The visu ClientID whose main frame is checked. Must be in the range of VISU_MIN_NUMBER_OF_CLIENTS and VISU_MAX_NUMBER_OF_CLIENTS. pEnv POINTER TO MEnv A pointer to the environment of a module instance. Must not be null.
IModuleVisuClientListener (ITF) ¶ INTERFACE IModuleVisuClientListener EXTENDS IModule Module FunctionBlocks implementing this interface will be called whenever a visu client is de-/registered Properties: ComAddress , inherited from IBaseInstance Environment , inherited from IModule FirstErrorInstance , inherited from IModule FirstErrorNumber , inherited from IModule Handle , inherited from IModule InstanceName , inherited from IBaseInstance LastErrorInstance , inherited from IModule LastErrorNumber , inherited from IModule ModuleInfo , inherited from IModule Methods: ClientCreated ClientDestroyed CallPrioHighEnd , inherited from IModule CallPrioHighStart , inherited from IModule CallPrioLowEnd , inherited from IModule CallPrioLowStart , inherited from IModule CallPrioMediumEnd , inherited from IModule CallPrioMediumStart , inherited from IModule ClearErrors , inherited from IModule GetErrorMessage , inherited from IModule GetFirstErrorMessage , inherited from IModule GetLastErrorMessage , inherited from IModule Init , inherited from IBaseInstance Main , inherited from IBaseInstance OnAfterOnlineChange , inherited from IBaseInstance OnBeforeOnlineChange , inherited from IBaseInstance Structure: ClientCreated (Method) ClientDestroyed (Method)
IModuleVisuClientListener.ClientCreated (METH) ¶ METHOD ClientCreated This method will be called when a visu client is registered InOut: Scope Name Type Comment Input iClientID INT The ID of the new visu client
IModuleVisuClientListener.ClientDestroyed (METH) ¶ METHOD ClientDestroyed This method will be called when a visu client is deregistered InOut: Scope Name Type Comment Input iClientID INT The ID of the visu client that is being deregistered
OnClientCreatedOrDestroyed (FUN) ¶ FUNCTION OnClientCreatedOrDestroyed : BOOL This function is called when a visu client is created or destroyed. It clears the history of the client and changes the frame to default start page. InOut: Scope Name Type Comment Return OnClientCreatedOrDestroyed BOOL Input pAC_Visu_Base POINTER TO AC_Visu_Base Pointer to the newly added/destroyed visu client
OnClientCreatedOrDestroyed_2 (FUN) ¶ FUNCTION OnClientCreatedOrDestroyed_2 InOut: Scope Name Type Comment Input pAC_Visu_Base POINTER TO AC_Visu_Base Pointer to the newly added/destroyed visu client itfModuleTree IModuleTree The module tree iClientID INT The visu client ID xCreated BOOL Is the client created or removed
AC_Persistence Library Documentation ¶ Company 3S - Smart Software Solutions GmbH Title AC_Persistence Version 4.3.0.0 Categories Application|Composer Namespace AC_PERSIST Author 3S - Smart Software Solutions GmbH Placeholder AC_Persistence Description 1 ¶ Persistence functionality of the Application Composer. Contents: ¶ BufferSize (ParamList) GlobalImagePool (GlobalImagePool) GlobalTextList (GlobalTextList) Library Information GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function) PersistenceManager AutomaticActionOnlineChange (Enum) AutomaticActionPlcStop (Enum) CallbackHandle (Struct) Constants (GVL) DataStorage DecoupledBinaryMemoryStorage GetDateTime (Function) HelpFunctions IP_PersistenceManager (ImagePool) IPersistenceChannel (Interface) IPersistenceChannel2 (Interface) IPersistenceChannel3 (Interface) IPersistenceChannel4 (Folder) IPersistenceChannel5 (Folder) IPersistenceManager (Folder) IPersistenceManager2 (Folder) OnlineChangeDetection PersistenceChannel (FunctionBlock) PersistenceChannel (FunctionBlock) PersistenceChannelAction (Enum) PersistenceManager (FunctionBlock) PersistenceManager (FunctionBlock) PersistentInstanceList (Struct) PersistentVarDesc (Struct) TL_PersistenceManager (TextList) Indices and tables ¶ 1 Based on AC_Persistence.library, last modified 08.08.2023, 09:14:51. LibDoc 4.4.0.0-b.27 The content file AC_Persistence.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 08.08.2023, 09:14:51.
BufferSize (PARAMS) ¶ InOut: Scope Name Type Initial Constant c_uiBufferSize UDINT 16#8000
GlobalImagePool (Image Pool) ¶