SysTimeGetMs (FUN) ¶ FUNCTION SysTimeGetMs : UDINT <SIL2/> Returns a monotonic rising millisecond tick. This tick can be used for timeout and relative time measurements. NOTE: The realtime clock is not influencing this tick! RETURN: Returns the millisecond tick InOut: Scope Name Type Return SysTimeGetMs UDINT
SysTimeGetNs (FUN) ¶ FUNCTION SysTimeGetNs : RTS_IEC_RESULT <SIL2/> Returns a monotonic rising nanosecond tick. This tick can be used for very high resolution time measurements NOTE: The realtime clock does not influences this tick! RETURN: Returns the runtime system error code (see CmpErrors.library) InOut: Scope Name Type Comment Return SysTimeGetNs RTS_IEC_RESULT Inout pUsTime SYSTIME Time tick result in nanoseconds
SysTimeGetUs (FUN) ¶ FUNCTION SysTimeGetUs : RTS_IEC_RESULT <SIL2/> Returns a monotonic rising microsecond tick. This tick can be used for timeout and high resolution time measurements. NOTE: The realtime clock does not influences this tick! RETURN: Returns the runtime system error code (see CmpErrors.library) InOut: Scope Name Type Comment Return SysTimeGetUs RTS_IEC_RESULT Inout pUsTime SYSTIME Time tick result in microseconds
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 16:11:44 companyName string 3S-Smart Software Solutions GmbH libraryFile SysTimeCore.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile SysTimeCore.clean.json version version 2.0.0.0 ProjectInformation LinkInSimulation bool True Released True LastModificationDateTime date 20.04.2021, 16:11:44 LibraryCategories library-category-list System|SysLibs Author string 3S - Smart Software Solutions GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 Description See: Description Placeholder SysTimeCore Project SysTimeCore Title SysTimeCore Version version 3.5.17.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. 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)
SysTimeLock Library Documentation ¶ Company System Title SysTimeLock Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder SysTimeLock Description 1 ¶ This library provides access to the additional functionality of the SysTime component. It allows to lock and unlock the timers, and to set the timer to a certain value. Contents: ¶ SysTimeLock (Function) SysTimeSet (Function) SysTimeUnSet (Function) SysTimeUnlock (Function) Indices and tables ¶ 1 Based on SysTimeLock.library, last modified 20.04.2021, 16:11:51. LibDoc 4.4.0.0-b.27 The content file SysTimeLock.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 16:11:52.
SysTimeLock (FUN) ¶ FUNCTION SysTimeLock : WORD <description>Function to lock the actual timestamp for all IEC timers.</description> <result><p>RESULT: Returns always 0</p></result> InOut: Scope Name Type Comment Return SysTimeLock WORD Input ulTick TIME <param name=”ulTick” type=”IN”>Actual tick value for the timer to lock</param> tTimeout TIME <param name=”tTimeout” type=”IN”>Timeout in milliseconds until the lock is released at least!</param>
SysTaskInfo23 Library Documentation ¶ Company System Title SysTaskInfo23 Version 3.5.13.0 Categories System|SysLibs23 Author 3S - Smart Software Solutions Description 1 ¶ Compatibility library for CoDeSys 2.3 projects, to get access to taskinformations. Contents: ¶ POUs taskinfo (FunctionBlock) Indices and tables ¶ 1 Based on SysTaskInfo23.library, last modified 03.07.2018, 10:35:35. LibDoc 4.4.0.0-b.27 The content file SysTaskInfo23.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 10:35:36.
POUs ¶ taskinfo (FunctionBlock)
taskinfo (FB) ¶ FUNCTION_BLOCK taskinfo InOut: Scope Name Type Input bReset BOOL bBeginCycle BOOL tCycleTime DWORD Output tMin DWORD tMax DWORD tLast DWORD tCycleReal DWORD tJitterMax DWORD tJitterLast DWORD