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.
SysTimeSet (FUN) ¶ FUNCTION SysTimeSet : WORD <description>Function to set the actual timestamp for all IEC timers. Differnt to SysTimeLock, the timer continues</description> <result><p>RESULT: Returns always 0</p></result> InOut: Scope Name Type Comment Return SysTimeSet WORD Input ulTick TIME <param name=”ulTick” type=”IN”>Actual tick value for the timer to set</param> tTimeout TIME <param name=”tTimeout” type=”IN”>Timeout in milliseconds until the setting is released at least!</param>
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>
SysTimeUnSet (FUN) ¶ FUNCTION SysTimeUnSet : WORD <description>Function to un-set the actual timestamp for all IEC timers.</description> <result><p>RESULT: Returns always 0</p></result> InOut: Scope Name Type Return SysTimeUnSet WORD
SysTimeUnlock (FUN) ¶ FUNCTION SysTimeUnlock : WORD <description>Function to unlock the actual timestamp for all IEC timers.</description> <result><p>RESULT: Returns always 0</p></result> InOut: Scope Name Type Return SysTimeUnlock WORD
SysTaskResume (FUN) ¶ FUNCTION SysTaskResume : BOOL InOut: Scope Name Type Comment Return SysTaskResume BOOL Input udiTaskId UDINT Task ID of the task
SysTaskSetPriority (FUN) ¶ FUNCTION SysTaskSetPriority : BOOL InOut: Scope Name Type Comment Return SysTaskSetPriority BOOL Input udiTaskId UDINT Task ID of the task byPriority BYTE The priority
SysTaskSleep (FUN) ¶ FUNCTION SysTaskSleep : BOOL InOut: Scope Name Type Comment Return SysTaskSleep BOOL Input udiMilliseconds UDINT wait time in milliseconds
SysTaskSuspend (FUN) ¶ FUNCTION SysTaskSuspend : BOOL InOut: Scope Name Type Comment Return SysTaskSuspend BOOL Input udiTaskId UDINT Task ID of the task