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
CommandManager.RegisteredCommandCount (PROP) ¶ PROPERTY RegisteredCommandCount : INT
CommandManager.UnregisterCommand (METH) ¶ METHOD UnregisterCommand : BOOL InOut: Scope Name Type Return UnregisterCommand BOOL Input cmd IGeneralCommand
Constants (GVL) ¶ Attributes: qualified_only InOut: Scope Name Type Initial Constant MaxCommands INT 10 ReturnOk WORD 0 ReturnError WORD 1
GVL (GVL) ¶ InOut: Name Type g_VisuCommandManager CommandManager
IGeneralCommand (ITF) ¶ INTERFACE IGeneralCommand Methods: Execute Structure: Execute (Method)