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.
Listener.Accept (METH) ¶ METHOD Accept : ERROR Returns a new connected TCP Stream InOut: Scope Name Type Comment Input pStream POINTER TO Stream Stream to open Return Accept ERROR
Listener.IPAddress (PROP) ¶ PROPERTY IPAddress : STRING IP Address of the network interface the listener shall listen.
Listener.Listen (METH) ¶ METHOD Listen : ERROR This method may be called at any time after start. The new Streams are appended to the already listening streams. InOut: Scope Name Type Return Listen ERROR
Listener.Port (PROP) ¶ PROPERTY Port : UINT Port on which the listener shall listen.
Listener.Start (METH) ¶ METHOD Start : ERROR Binds the listening socket and starts listening on it. InOut: Scope Name Type Comment Input sIPAddress STRING IP address of the network adapter to listen to uiPort UINT Port to listen to Return Start ERROR
Listener.Socket (PROP) ¶ PROPERTY Socket : RTS_IEC_HANDLE