virtual ¶ DoUpdateCell (Method) DoUpdateCellWithTemplate (Method) DynamicCellsData (Property) DynamicCellsDataBase (Property) IsCellSelected (Method) TemplateActive (Property)
VisuElemsDateTime Interfaces Library Documentation ¶ Company : Intern Title : VisuElemsDateTime Interfaces Version : 4.5.0.0 Categories : Intern|Visu Namespace : VisuElemsDateTime_Interfaces Author : CODESYS Development GmbH Description [ 1 ] ¶ This library defines the interfaces of the visu elements, that allow the selection of a date range or a time Indices and tables ¶ [ 1 ] Based on VisuElemsDateTime_Itfs.library, last modified 13.12.2023, 11:11:43. LibDoc 4.4.0.0-b.37 The content file VisuElemsDateTime_Itfs.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 13.12.2023, 11:11:44.
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 13.12.2023, 11:11:44 companyName string 3S-Smart Software Solutions GmbH libraryFile VisuElemsDateTime_Itfs.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile VisuElemsDateTime_Itfs.clean.json version version 2.0.0.0 ProjectInformation IECCodeConverter bool True IsInterfaceLibrary True Released True LastModificationDateTime date 13.12.2023, 11:11:43 LibraryCategories library-category-list Intern|Visu Author string CODESYS Development GmbH Company Intern CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 DefaultNamespace VisuElemsDateTime_Interfaces Description See: Description Project VisuElemsDateTime_Itfs Title VisuElemsDateTime Interfaces Version version 4.5.0.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. Visu Interfaces ¶ Library Identification ¶ Name: Visu Interfaces Version: newest Company: System Namespace: Visu_Interfaces Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Visu Interfaces, * (System)
VisuElemsSpecialControls Library Documentation ¶ Company : System Title : VisuElemsSpecialControls Version : 4.6.0.0 Categories : Intern|Visu Author : CODESYS Development GmbH Placeholder : System_VisuElemsSpecialControls Description [ 1 ] ¶ This library contains special controls for the visualization in CoDeSys 3.0. Contents: ¶ TL_ElementProperties (TextList) private Struct Indices and tables ¶ [ 1 ] Based on VisuElemsSpecialControls.library, last modified 23.05.2024, 09:54:49. LibDoc 4.5.0.0 The content file VisuElemsSpecialControls.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 23.05.2024, 09:54:53.
TL_ElementProperties (Text List) ¶
private ¶ Struct VisuStructElemBaseClientSpecificData (Struct) VisuStructRectangularElementUtilBaseClientSpecificData (Struct) VisuStructWaitingCubeClientSpecificData (Struct) VisuStructWaitingFlowerClientSpecificData (Struct)
VisuAssignRtsBasedUserMgt.FB_Exit (METH) ¶ METHOD FB_Exit : BOOL FB_Exit must be implemented explicitly. If there is an implementation, then the method is called before the controller removes the code of the function block instance (implicit call). The return value is not evaluated. InOut: Scope Name Type Comment Return FB_Exit BOOL Input bInCopyCode BOOL TRUE: the exit method is called in order to leave the instance which will be copied afterwards (online change).
VisuAssignRtsBasedUserMgt.FB_Init (METH) ¶ METHOD FB_Init : BOOL FB_Init is always available implicitly and it is used primarily for initialization. The return value is not evaluated. For a specific influence, you can also declare the methods explicitly and provide additional code there with the standard initialization code. You can evaluate the return value. InOut: Scope Name Type Comment Return FB_Init BOOL Input bInitRetains BOOL TRUE: the retain variables are initialized (reset warm / reset cold) bInCopyCode BOOL TRUE: the instance will be copied to the copy code afterward (online change)
VisuCreateUserMgmtObjects (FUN) ¶ FUNCTION VisuCreateUserMgmtObjects : RTS_IEC_RESULT It’s an helper used to create objects in RTS, these are used in visu user management runtime based It returns the first error found InOut: Scope Name Type Comment Return VisuCreateUserMgmtObjects RTS_IEC_RESULT Input pUserGroups POINTER TO ARRAY [0..0] OF VUM_UserGroup Where get the object name, it’s the group name iArraySize INT How many structures are present in the above array psAppName POINTER TO WSTRING Application name