File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 17.05.2017, 16:37:28 companyName string 3S-Smart Software Solutions GmbH libraryFile CAA_TickUtil_Extern.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP10 Patch 2 contentFile CAA_TickUtil_Extern.clean.json version version 1.0.1.1 ProjectInformation Depends on PS bool False Depends on RTS False Released True LastModificationDateTime date 01.01.1601, 00:53:00 LibraryCategories library-category-list Intern|CAA|System Author string 3S - Smart Software Solutions GmbH Company CAA Technical Workgroup DefaultNamespace TICKU Description See: Description LanguageModelAttribute qualified-access-only Placeholder CAA TickUtil Project CAA_TickUtil_Extern Title CAA TickUtil Extern SpecVersion version 3.0.0.0 Version 3.5.7.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CAA Types Extern ¶ Library Identification ¶ Placeholder: CAA Types Default Resolution: CAA Types Extern, * (CAA Technical Workgroup) Namespace: CAA Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: True SystemLibrary: False Key: CAA Types
CAA Tick Extern Library Documentation ¶ Company CAA Technical Workgroup Title CAA Tick Extern Version 3.5.7.0 Categories Intern|CAA|System Namespace TICKS Author 3S - Smart Software Solutions GmbH Placeholder CAA Tick Description 1 ¶ Supports the acces to a high resolution timestamp and provide the CAA.TICK type. Contents: ¶ CAA Tick Functions GlobalConstants GetSupplierVersion (Function) VersionConstants (GVL) Indices and tables ¶ 1 Based on CAA_Tick_Extern.library, last modified 01.01.1601, 00:53:00. LibDoc 4.4.0.0-b.27 The content file CAA_Tick_Extern.clean.json was generated with CODESYS V3.5 SP10 Patch 2 on 17.05.2017, 16:37:27.
CAA Tick ¶ Functions GetProperty (Function) GetTick (Function) GlobalConstants PropertyConstants (GVL)
Functions ¶ GetProperty (Function) GetTick (Function)
GetProperty (FUN) ¶ FUNCTION GetProperty : __XWORD InOut: Scope Name Type Return GetProperty __XWORD Input wProperty WORD
AppGetSegment (FUN) ¶ FUNCTION AppGetSegment : POINTER TO APP_MEMORY_SEGMENT InOut: Scope Name Type Return AppGetSegment POINTER TO APP_MEMORY_SEGMENT Input pApp POINTER TO APPLICATION uiType UINT pResult POINTER TO RTS_IEC_RESULT
AppGetSegmentAddress (FUN) ¶ FUNCTION AppGetSegmentAddress : POINTER TO BYTE <description> This function retuns the start address of an IEC segment. All segments resides within an area. This is used to get access for example to the beginning of the output processimage segment (%Q = AreaType.DA_OUTPUT). </description> <param name=”pApp” type=”IN”>Pointer to Application</param> <param name=”wType” type=”IN”>Area type</param> <param name=”pResult” type=”IN”>Pointer to Result</param> <result>Segment start address</result> InOut: Scope Name Type Return AppGetSegmentAddress POINTER TO BYTE Input pApp POINTER TO APPLICATION wType WORD pResult POINTER TO RTS_IEC_RESULT
AppGetSegmentSize (FUN) ¶ FUNCTION AppGetSegmentSize : __UXINT <description> This function retuns the start size of an IEC segment. All segments resides within an area. This is used to get access for example to the size of the output processimage segment (%Q = AreaType.DA_OUTPUT). </description> <param name=”pApp” type=”IN”>Pointer to Application</param> <param name=”wType” type=”IN”>Area type</param> <param name=”pResult” type=”IN”>Pointer to Result</param> <result>Segment size</result> InOut: Scope Name Type Return AppGetSegmentSize __UXINT Input pApp POINTER TO APPLICATION wType WORD pResult POINTER TO RTS_IEC_RESULT
AppNumOfActiveSessions (FUN) ¶ FUNCTION AppNumOfActiveSessions : RTS_IEC_RESULT InOut: Scope Name Type Return AppNumOfActiveSessions RTS_IEC_RESULT Input pApp POINTER TO APPLICATION pulNumSessions POINTER TO UDINT