Global_Constants (GVL) ¶ <category>Process creation flags</category> <description><p>A combination of these flags can specify the startup of a process</p></description> InOut: Scope Name Type Initial Comment Constant SYSPROCESS_CREATEFLAG_HIDDEN UDINT 16#1 <element name=”PROCESS_CREATEFLAG_HIDDEN” type=”IN”>Flag to create a hidden process</element> SYSPROCESS_CREATEFLAG_INTERACTIVE UDINT 16#2 <element name=”PROCESS_CREATEFLAG_INTERACTIVE” type=”IN”>Flag to create an interactive process requiring input from the user</element> SYSPROCESS_CREATEFLAG_CREATESUSPENDED UDINT 16#4 <element name=”PROCESS_CREATEFLAG_CREATESUSPENDED” type=”IN”>Flag to create a suspended process</element>
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces.
SysProjectInfo23 Library Documentation ¶ Company System Title SysProjectInfo23 Version 3.5.13.0 Categories System|SysLibs23 Author 3S - Smart Software Solutions GmbH Description 1 ¶ Library to access the project information. Contents: ¶ POUs SysGetProjectId (Function) SysGetProjectInfo (Function) SysGetProjectInfoPrepare (Function) SysGetProjectRetainSize (Function) Indices and tables ¶ 1 Based on SysProjectInfo23.library, last modified 03.07.2018, 10:35:11. LibDoc 4.4.0.0-b.27 The content file SysProjectInfo23.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 10:35:11.
SysGetProjectId (FUN) ¶ FUNCTION SysGetProjectId : DWORD This function should return the project id. This function is not supported in V3. It returns allways 0 InOut: Scope Name Type Return SysGetProjectId DWORD
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)
SysShm Library Documentation ¶ Company System Title SysShm Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder SysShm Description 1 ¶ Library to get access to a shared memory on the target. Indices and tables ¶ 1 Based on SysShm.library, last modified 20.04.2021, 16:08:00. LibDoc 4.4.0.0-b.27 The content file SysShm.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 16:08:00.
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 16:08:00 companyName string 3S-Smart Software Solutions GmbH libraryFile SysShm.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile SysShm.clean.json version version 2.0.0.0 ProjectInformation IsCommonLibraryContainer bool True Released True LastModificationDateTime date 20.04.2021, 16:08:00 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 Placeholder SysShm Project SysShm Title SysShm Version version 3.5.17.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. SysShm Implementation ¶ Library Identification ¶ Placeholder: SysShm Implementation Default Resolution: SysShm Implementation, * (System) Namespace: SysShm_Implementation Library Properties ¶ LinkAllContent: False Optional: False PublishSymbolsInContainer: True QualifiedOnly: False SystemLibrary: False Key: SysShm Implementation SysShm Interfaces ¶ Library Identification ¶ Name: SysShm Interfaces Version: newest Company: System Namespace: SysShm_Interfaces Library Properties ¶ LinkAllContent: False Optional: False PublishSymbolsInContainer: True QualifiedOnly: False SystemLibrary: False Key: SysShm 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)
SysShm23 Library Documentation ¶ Company System Title SysShm23 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 shared memory. Contents: ¶ POUs SysShmClose (Function) SysShmOpen (Function) SysShmRead (Function) SysShmWrite (Function) extern30 GVL (GVL) SysSharedMemoryClose (Function) SysSharedMemoryOpen (Function) SysSharedMemoryRead (Function) SysSharedMemoryWrite (Function) Indices and tables ¶ 1 Based on SysShm23.library, last modified 03.07.2018, 10:35:17. LibDoc 4.4.0.0-b.27 The content file SysShm23.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 10:35:18.
SysShmClose (FUN) ¶ FUNCTION SysShmClose : BOOL InOut: Scope Name Type Comment Return SysShmClose BOOL Input hShm DWORD Handle to shared memory