VisuStructTraceGradientColor (STRUCT) ¶ TYPE VisuStructTraceGradientColor : STRUCT Obsolete, for compatibility only This structure contains the data for gradient color Attributes: qualified_only InOut: Name Type Initial Comment diColor1 DINT 16#0 First color bTranspColor1 BYTE 16#FF First color transparency diColor2 DINT 16#FFFFFF Second color bTranspColor2 BYTE 16#FF Second color transparency iAngle INT Angle of rotation iCenterX INT Point rotation center iCenterY INT Point rotation center eGradientType ETraceGradientType ETraceGradientType.RADIAL Gradient type xUseTwoColors BOOL TRUE Use two colors iBrightness INT Brightness dwColorBrightness DWORD Color Brightness
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 13.12.2023, 11:04:54 companyName string 3S-Smart Software Solutions GmbH libraryFile TraceMgr2_Itfs.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile TraceMgr2_Itfs.clean.json version version 2.0.0.0 ProjectInformation IECCodeConverter bool True IsInterfaceLibrary True Released True LastModificationDateTime date 13.12.2023, 11:04:52 LibraryCategories library-category-list Intern|Visu Author string CODESYS Development GmbH Company Intern CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 DefaultNamespace TraceMgr_Interfaces Description See: Description Project TraceMgr2_Itfs Title Trace Mgr2 Interfaces Version version 4.5.0.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. Base Interfaces ¶ Library Identification ¶ Name: Base Interfaces Version: newest Company: System Namespace: IBaseLibrary Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Base Interfaces, * (System) Data Server Interfaces ¶ Library Identification ¶ Name: Data Server Interfaces Version: newest Company: System Namespace: Dataserver_Interfaces Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Data Server Interfaces, * (System) SysTypes2 Interfaces ¶ Library Identification ¶ Name: SysTypes2 Interfaces Version: newest Company: System Namespace: SysTypes Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysTypes2 Interfaces, * (System)
Unit Conversion Interfaces Library Documentation ¶ Company : Intern Title : Unit Conversion Interfaces Version : 4.5.0.0 Categories : Intern Namespace : UC Author : CODESYS Development GmbH Description [ 1 ] ¶ Interface library for unit conversions. Indices and tables ¶ [ 1 ] Based on UnitConversion_Itfs.library, last modified 13.12.2023, 11:05:26. LibDoc 4.4.0.0-b.37 The content file UnitConversion_Itfs.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 13.12.2023, 11:05:27.
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 13.12.2023, 11:05:27 companyName string 3S-Smart Software Solutions GmbH libraryFile UnitConversion_Itfs.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile UnitConversion_Itfs.clean.json version version 2.0.0.0 ProjectInformation IECCodeConverter bool True IsInterfaceLibrary True Released True LastModificationDateTime date 13.12.2023, 11:05:26 LibraryCategories library-category-list Intern Author string CODESYS Development GmbH Company Intern CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 DefaultNamespace UC Description See: Description LanguageModelAttribute qualified-access-only Project UnitConversion_Itfs Title Unit Conversion Interfaces Version version 4.5.0.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces.
VisuCommandInterface Library Documentation ¶ Company : System Title : VisuCommandInterface Version : 4.5.0.0 Categories : Intern|Visu Author : CODESYS Development GmbH Placeholder : VisuCommandInterface Description [ 1 ] ¶ This library provides a chance for other components (like the recipemanagement) to add the implementation of intern commands to the command manager of the visualization Contents: ¶ CommandManager (FunctionBlock) GetCommand (Method) RegisterCommand (Method) RegisteredCommandCount (Property) UnregisterCommand (Method) Constants (GVL) GVL (GVL) IGeneralCommand (Interface) Execute (Method) Recipe_FileParameters (Struct) Indices and tables ¶ [ 1 ] Based on VisuCommandInterface.library, last modified 13.12.2023, 11:06:14. LibDoc 4.4.0.0-b.37 The content file VisuCommandInterface.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 13.12.2023, 11:06:15.
CommandManager (FB) ¶ FUNCTION_BLOCK CommandManager Properties: RegisteredCommandCount Methods: GetCommand RegisterCommand UnregisterCommand Structure: GetCommand (Method) RegisterCommand (Method) RegisteredCommandCount (Property) UnregisterCommand (Method)
CommandManager.GetCommand (METH) ¶ METHOD GetCommand : IGeneralCommand InOut: Scope Name Type Return GetCommand IGeneralCommand Input iIndex INT
CommandManager.RegisterCommand (METH) ¶ METHOD RegisterCommand : BOOL InOut: Scope Name Type Return RegisterCommand BOOL Input cmd IGeneralCommand