tSysShmClose (STRUCT) ¶ TYPE tSysShmClose : STRUCT InOut: Name Type Comment pulOut POINTER TO RTS_IEC_RESULT Result
tSysShmOpen (STRUCT) ¶ TYPE tSysShmOpen : STRUCT InOut: Name Type Comment szName STRING ulPhysicalAddress __UXINT pulSize POINTER TO __UXINT pResult POINTER TO RTS_IEC_RESULT pulOut POINTER TO RTS_IEC_HANDLE Handle
tSysShmGetPointer (STRUCT) ¶ TYPE tSysShmGetPointer : STRUCT InOut: Name Type Comment pResult POINTER TO RTS_IEC_RESULT pulOut POINTER TO POINTER TO BYTE Pointer
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)
SysSem Library Documentation ¶ Company System Title SysSem Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder SysSem Description 1 ¶ Library provides access to operating system semaphores on the runtime system for data synchronization. ATTENTION: Be aware, that a hangup could occur, if your task will be suspended because of a watchdog error in your protected code! Indices and tables ¶ 1 Based on SysSem.library, last modified 20.04.2021, 16:07:01. LibDoc 4.4.0.0-b.27 The content file SysSem.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 16:07:01.
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 16:07:01 companyName string 3S-Smart Software Solutions GmbH libraryFile SysSem.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile SysSem.clean.json version version 2.0.0.0 ProjectInformation IsCommonLibraryContainer bool True LinkInSimulation True Released True LastModificationDateTime date 20.04.2021, 16:07:01 LibraryCategories library-category-list System|SysLibs Author string 3S - Smart Software Solutions GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 Patch 3 Description See: Description DocFormat reStructuredText Placeholder SysSem Project SysSem Title SysSem Version version 3.5.17.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. SysSem Implementation ¶ Library Identification ¶ Placeholder: SysSem Implementation Default Resolution: SysSem Implementation, * (System) Namespace: SysSem_Implementation Library Properties ¶ LinkAllContent: False Optional: False PublishSymbolsInContainer: True QualifiedOnly: False SystemLibrary: False Key: SysSem Implementation SysSem Interfaces ¶ Library Identification ¶ Name: SysSem Interfaces Version: newest Company: System Namespace: SysSem_Interfaces Library Properties ¶ LinkAllContent: False Optional: False PublishSymbolsInContainer: True QualifiedOnly: False SystemLibrary: False Key: SysSem 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)
SysSem23 Library Documentation ¶ Company System Title SysSem23 Version 3.5.15.0 Categories System|SysLibs23 Author 3S - Smart Software Solutions GmbH Description 1 ¶ Compatibility library for CoDeSys 2.3 projects, to get access to semaphores. Contents: ¶ POUs SysSemCreate (Function) SysSemDelete (Function) SysSemEnter (Function) SysSemLeave (Function) SysSemTry (Function) extern30 GVL (GVL) SysSemCreate30 (Function) SysSemDelete30 (Function) SysSemEnter30 (Function) SysSemLeave30 (Function) SysSemTry30 (Function) Indices and tables ¶ 1 Based on SysSem23.library, last modified 24.07.2019, 09:09:31. LibDoc 4.4.0.0-b.27 The content file SysSem23.clean.json was generated with CODESYS V3.5 SP15 on 24.07.2019, 09:09:33.
POUs ¶ SysSemCreate (Function) SysSemDelete (Function) SysSemEnter (Function) SysSemLeave (Function) SysSemTry (Function)
SysSemCreate (FUN) ¶ FUNCTION SysSemCreate : DWORD This function can be used to create a semaphore (synchronization object). InOut: Scope Name Type Comment Return SysSemCreate DWORD Handle to the semaphore or RTS_INVALID_HANDLE if failed. Input bDummy BOOL Dummy variable, not used