SysEventSet (FUN) ¶ FUNCTION SysEventSet : RTS_IEC_RESULT <description>Set the given Event. With this operation, a task is activated if it waits for the event with SysEventWait.</description> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result> InOut: Scope Name Type Comment Return SysEventSet RTS_IEC_RESULT Input hEvent RTS_IEC_HANDLE <param name=”hEvent” type=”IN”>Handle of the event</param>
SysEventWait (FUN) ¶ FUNCTION SysEventWait : RTS_IEC_RESULT <description>Wait for the given Event</description> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library): <ul> <li>ERR_OK: if event was received</li> <li>ERR_TIMEOUT: for timeout</li> </ul> </p></result> InOut: Scope Name Type Comment Return SysEventWait RTS_IEC_RESULT Input hEvent RTS_IEC_HANDLE <param name=”hEvent” type=”IN”>Handle of the event</param> ulTimeout UDINT <param name=”lTimeout” type=”IN”>Timeout in ms to wait for the event: <ul> <li>ulTimeout = 16#FFFFFFFF: means infinite wait</li> <li>ulTimeout = 0: means no wait, only check the event!</li> </ul> </param>
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CmpErrors2 Interfaces ¶ Library Identification ¶ Name: CmpErrors2 Interfaces Version: newest Company: System Namespace: CmpErrors Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpErrors2 Interfaces, * (System) 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)
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 16:03:16 companyName string 3S-Smart Software Solutions GmbH libraryFile SysEvent.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile SysEvent.clean.json version version 2.0.0.0 ProjectInformation Released bool True LastModificationDateTime date 20.04.2021, 16:03:16 LibraryCategories library-category-list System|SysLibs Author string `` 3S - Smart Software Solutions GmbH `` Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 Description See: Description Placeholder SysEvent Project SysEvent Title SysEvent Version version 3.5.17.0
SysEvent23 Library Documentation ¶ Company System Title SysEvent23 Version 3.5.13.0 Categories System|SysLibs23 Author 3S - Smart Software Solutions GmbH Description 1 ¶ Compatibility library for CoDeSys 2.3 projects, to get access to events. Contents: ¶ POUs SysEventCreate (Function) SysEventDelete (Function) SysEventSet (Function) SysEventWait (Function) extern30 SysEventCreate30 (Function) SysEventDelete30 (Function) SysEventSet30 (Function) SysEventWait30 (Function) Indices and tables ¶ 1 Based on SysEvent23.library, last modified 03.07.2018, 10:34:40. LibDoc 4.4.0.0-b.27 The content file SysEvent23.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 10:34:40.
SysEventCreate (FUN) ¶ FUNCTION SysEventCreate : DWORD InOut: Scope Name Type Return SysEventCreate DWORD Inout Const stName STRING
POUs ¶ SysEventCreate (Function) SysEventDelete (Function) SysEventSet (Function) SysEventWait (Function)
SysEventDelete (FUN) ¶ FUNCTION SysEventDelete : BOOL InOut: Scope Name Type Return SysEventDelete BOOL Input dwHandle DWORD
SysFile23 Library Documentation ¶ Company System Title SysFile23 Version 3.5.13.0 Categories System|SysLibs23 Author 3S - Smart Software Solutions GmbH Description 1 ¶ SysFile library for compatibility Contents: ¶ Data types FILETIME (Struct) Global Variables Globale_Variablen (GVL) POUs SysFileClose (Function) SysFileCopy (Function) SysFileDelete (Function) SysFileEOF (Function) SysFileGetPos (Function) SysFileGetSize (Function) SysFileGetTime (Function) SysFileOpen (Function) SysFileRead (Function) SysFileRename (Function) SysFileSetPos (Function) SysFileWrite (Function) extern30 AccessMode30 (Enum) FileTime30 (Struct) SysFileClose30 (Function) SysFileCopy30 (Function) SysFileDelete30 (Function) SysFileEOF30 (Function) SysFileGetPos30 (Function) SysFileGetSize30 (Function) SysFileGetTime30 (Function) SysFileOpen30 (Function) SysFileRead30 (Function) SysFileRename30 (Function) SysFileSetPos30 (Function) SysFileWrite30 (Function) Indices and tables ¶ 1 Based on SysFile23.library, last modified 03.07.2018, 10:34:42. LibDoc 4.4.0.0-b.27 The content file SysFile23.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 10:34:42.
FILETIME (STRUCT) ¶ TYPE FILETIME : STRUCT InOut: Name Type dtCreation DT dtLastAccess DT dtLastModification DT