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)
SysDPV1Hilscher23 Library Documentation ¶ Company System Title SysDPV1Hilscher23 Version 3.5.13.0 Categories System|SysLibs23 Author 3S - Smart Software Solutions GmbH Description 1 ¶ Library to get access to the Profibus DPV1 interface functions of a Hilscher CIF card. Contents: ¶ Data types V1State (Enum) POUs DPV1_Read (FunctionBlock) DPV1_ReadEx (FunctionBlock) DPV1_Write (FunctionBlock) DPV1_WriteEx (FunctionBlock) Indices and tables ¶ 1 Based on SysDPV1Hilscher23.library, last modified 03.07.2018, 10:34:37. LibDoc 4.4.0.0-b.27 The content file SysDPV1Hilscher23.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 10:34:37.
SysDirRename (FUN) ¶ FUNCTION SysDirRename : RTS_IEC_RESULT Rename directory InOut: Scope Name Type Comment Return SysDirRename RTS_IEC_RESULT Returns the runtime system error code (see CmpErrors.library) Input szOldDirName REFERENCE TO STRING Name of existing directory szNewDirName REFERENCE TO STRING Name of new directory
SysDirSetCurrent (FUN) ¶ FUNCTION SysDirSetCurrent : RTS_IEC_RESULT Set current working directory on the target. In this directory all following file function are operated. This setting applies to file access from IEC only. An empty string resets the working directory to its default. This function should not be used in parallel to any other file operation from IEC. InOut: Scope Name Type Comment Return SysDirSetCurrent RTS_IEC_RESULT Returns the runtime system error code (see CmpErrors.library) Input szDir REFERENCE TO STRING Name of current directory
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 16:02:12 companyName string 3S-Smart Software Solutions GmbH libraryFile SysDir.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile SysDir.clean.json version version 2.0.0.0 ProjectInformation Released bool True LastModificationDateTime date 20.04.2021, 16:02:12 LibraryCategories library-category-list System|SysLibs Author string `` 3S - Smart Software Solutions GmbH `` Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 Description See: Description DocFormat reStructuredText Placeholder SysDir Project SysDir Title SysDir Version version 3.5.17.0
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)
SysDir23 Library Documentation ¶ Company System Title SysDir23 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 the directory structure of a filesystem on the target. Contents: ¶ Data types DIRECTORY_INFO (Struct) DIRFILETIME (Struct) Global Variables Globale_Variablen (GVL) POUs SysDirCreate (Function) SysDirOpen (Function) SysDirRead (Function) SysDirRemove (Function) SysDirRename (Function) extern30 DirInfo30 (Struct) SysDirClose30 (Function) SysDirCreate30 (Function) SysDirOpen30 (Function) SysDirRead30 (Function) SysDirRemove30 (Function) SysDirRename30 (Function) Indices and tables ¶ 1 Based on SysDir23.library, last modified 03.07.2018, 10:34:34. LibDoc 4.4.0.0-b.27 The content file SysDir23.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 10:34:34.
Data types ¶ DIRECTORY_INFO (Struct) DIRFILETIME (Struct)
DIRECTORY_INFO (STRUCT) ¶ TYPE DIRECTORY_INFO : STRUCT InOut: Name Type ftTime DIRFILETIME dwSize DWORD bDirectory BOOL
DIRFILETIME (STRUCT) ¶ TYPE DIRFILETIME : STRUCT InOut: Name Type dtCreation DT dtLastAccess DT dtLastModification DT