Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CmpDynamicText ¶ Library Identification ¶ Placeholder: CmpDynamicText Default Resolution: CmpDynamicText, * (System) Namespace: CmpDynamicText Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpDynamicText CmpVisuHandler ¶ Library Identification ¶ Placeholder: CmpVisuHandler Default Resolution: CmpVisuHandler, * (System) Namespace: CmpVisuHandler Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpVisuHandler VisuElems ¶ Library Identification ¶ Placeholder: System_VisuElems Default Resolution: VisuElems, 3.4.2.0 (System) Namespace: VisuElems Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: True Key: System_VisuElems
SysTask Library Documentation ¶ Company System Title SysTask Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder SysTask Description 1 ¶ Library to handle own created tasks, that are not a member of the IEC Taskconfiguration. Contents: ¶ DUTs PFSYS_TASK_EXCEPTIONHANDLER (Alias) PFSYS_TASK_FUNCTION (Alias) RegContext (Struct) SYS_TASK_INFO (Struct) SYS_TASK_PARAM (Struct) FeatureFlags (GVL) GVL (GVL) SysTaskAutoReleaseOnExit (Function) SysTaskCheckStack (Function) SysTaskCreate (Function) SysTaskCreate2 (Function) SysTaskDestroy (Function) SysTaskEnd (Function) SysTaskEnter (Function) SysTaskExit (Function) SysTaskGenerateException (Function) SysTaskGetContext (Function) SysTaskGetCurrent (Function) SysTaskGetCurrentOSHandle (Function) SysTaskGetInfo (Function) SysTaskGetInterval (Function) SysTaskGetName (Function) SysTaskGetOSHandle (Function) SysTaskGetOSPriority (Function) SysTaskGetPriority (Function) SysTaskJoin (Function) SysTaskLeave (Function) SysTaskResume (Function) SysTaskSetExit (Function) SysTaskSetInterval (Function) SysTaskSetPriority (Function) SysTaskSuspend (Function) SysTaskWaitInterval (Function) SysTaskWaitSleep (Function) SysTaskWaitSleepUs (Function) TaskPriorities (GVL) Indices and tables ¶ 1 Based on SysTask.library, last modified 20.04.2021, 16:11:19. LibDoc 4.4.0.0-b.27 The content file SysTask.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 16:11:19.
DUTs ¶ PFSYS_TASK_EXCEPTIONHANDLER (Alias) PFSYS_TASK_FUNCTION (Alias) RegContext (Struct) SYS_TASK_INFO (Struct) SYS_TASK_PARAM (Struct)
PFSYS_TASK_EXCEPTIONHANDLER (ALIAS) ¶ TYPE PFSYS_TASK_EXCEPTIONHANDLER : POINTER TO BYTE
SysTargetVisu23 Library Documentation ¶ Company System Title SysTargetVisu23 Version 3.5.13.0 Categories System|SysLibs23 Author 3S-Smart Software Solutions GmbH Description 1 ¶ Compatibility library for CoDeSys 2.3 projects, for accessing some utility functionality of the targetvisualization Contents: ¶ Data types MouseEvent (Struct) POUs GetLastMouseDownEvent (Function) GetLastMouseMoveEvent (Function) GetLastMouseUpEvent (Function) GetText (Function) GetTextByStringId (Function) Internal Indices and tables ¶ 1 Based on SysTargetVisu23.library, last modified 03.07.2018, 10:35:30. LibDoc 4.4.0.0-b.27 The content file SysTargetVisu23.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 10:35:30.
Data types ¶ MouseEvent (Struct)
MouseEvent (STRUCT) ¶ TYPE MouseEvent : STRUCT InOut: Name Type Comment dwCounter DWORD This value contains the number of such events that happened until now. Overflows are possible the event number! nXPos INT The horizontal position of the currently active event nYPos INT The vertical position of the currently active event
POUs ¶ GetLastMouseDownEvent (Function) GetLastMouseMoveEvent (Function) GetLastMouseUpEvent (Function) GetText (Function) GetTextByStringId (Function) Internal LocalStrlen (Function) LocalStrnCpy (Function)
GetLastMouseDownEvent (FUN) ¶ FUNCTION GetLastMouseDownEvent : BOOL Fills a structure with information about the last mouse down event. If there are several simultaneous visualization clients active, then events from all clients might be returned. Return value will be TRUE when the structure was filled or FALSE otherwise. Please Remark: Using this method for retrieving mouse events might not work together using the mechansim of IVisuUserEventManager InOut: Scope Name Type Comment Return GetLastMouseDownEvent BOOL Input pMouseEvent POINTER TO MOUSEEVENT The structure that has to be filled with data.
GetLastMouseMoveEvent (FUN) ¶ FUNCTION GetLastMouseMoveEvent : BOOL Fills a structure with information about the last mouse move event. If there are several simultaneous visualization clients active, then events from all clients might be returned. Return value will be TRUE when the structure was filled or FALSE otherwise. Please Remark: Using this method for retrieving mouse events might not work together using the mechansim of IVisuUserEventManager InOut: Scope Name Type Comment Return GetLastMouseMoveEvent BOOL Input pMouseEvent POINTER TO MOUSEEVENT The structure that has to be filled with data.