File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 03.07.2018, 10:34:37 companyName string 3S-Smart Software Solutions GmbH libraryFile SysDPV1Hilscher23.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP13 contentFile SysDPV1Hilscher23.clean.json version version 2.0.0.0 ProjectInformation Released bool True Support32BitOnly True LastModificationDateTime date 03.07.2018, 10:34:37 LibraryCategories library-category-list System|SysLibs23 Author string 3S - Smart Software Solutions GmbH Company System Description See: Description Project SysDPV1Hilscher23 Title SysDPV1Hilscher23 Version string 2.4.0.8 Version version 3.5.13.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. Base Interfaces ¶ Library Identification ¶ Name: Base Interfaces Version: newest Company: System Namespace: IBaseLibrary Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Base Interfaces, * (System) 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) CmpIoDrvC ¶ Library Identification ¶ Placeholder: CmpIoDrvC Default Resolution: CmpIoDrvC, * (System) Namespace: CmpIoDrvCLibrary Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpIoDrvC CmpIoMgr ¶ Library Identification ¶ Placeholder: CmpIoMgr Default Resolution: CmpIoMgr, * (System) Namespace: CmpIoMgr Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpIoMgr IoDriver DPV1C1 Interfaces ¶ Library Identification ¶ Name: IoDriver DPV1C1 Interfaces Version: newest Company: System Namespace: IIoDrvDPV1C1 Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: IoDriver DPV1C1 Interfaces, * (System) IoDriver Interfaces ¶ Library Identification ¶ Name: IoDriver Interfaces Version: newest Company: System Namespace: IIoDrv Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: IoDriver Interfaces, * (System) IoStandard ¶ Library Identification ¶ Placeholder: IoStandard Default Resolution: IoStandard, * (System) Namespace: IoStandard Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: IoStandard
SysDir Library Documentation ¶ Company System Title SysDir Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder SysDir Description 1 ¶ Functions for file system directory handling. Contents: ¶ DirFileTime (Struct) DirInfo (Struct) DirInfoFlags (GVL) SysDirClose (Function) SysDirCopy (Function) SysDirCreate (Function) SysDirCreate2 (Function) SysDirDelete (Function) SysDirDelete2 (Function) SysDirGetCurrent (Function) SysDirOpen (Function) SysDirRead (Function) SysDirRename (Function) SysDirSetCurrent (Function) Indices and tables ¶ 1 Based on SysDir.library, last modified 20.04.2021, 16:02:12. LibDoc 4.4.0.0-b.27 The content file SysDir.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 16:02:12.
DirFileTime (STRUCT) ¶ TYPE DirFileTime : STRUCT Directory file time InOut: Name Type Comment ulCreation UDINT Creation date of the file ulLastAccess UDINT Date of last access to the file ulLastModification UDINT Date of last modification to the file
DirInfo (STRUCT) ¶ TYPE DirInfo : STRUCT Directory info entry This structure contains the description of one directory entry InOut: Name Type Comment tDirFileTime DirFileTime Directory dates ulSize __XWORD Size of the directory diDirectory DINT Flag of a directory. See DirInfoFlags
DirInfoFlags (GVL) ¶ Directory info flags InOut: Scope Name Type Initial Comment Constant DF_FILE DWORD 16#0 Entry is a file DF_DIRECTORY DWORD 16#2 Entry is a directory
SysDirClose (FUN) ¶ FUNCTION SysDirClose : RTS_IEC_RESULT Close an open directory InOut: Scope Name Type Comment Return SysDirClose RTS_IEC_RESULT Returns the runtime system error code (see CmpErrors_Itf.library) Input hDir RTS_IEC_HANDLE Handle to directory opened with SysDirOpen
CpuCoreBits (UNION) ¶ TYPE CpuCoreBits : UNION InOut: Name Type ulCoreBits XWORD pulCoreBits POINTER TO XWORD
CpuCoreBindingDesc (STRUCT) ¶ TYPE CpuCoreBindingDesc : STRUCT InOut: Name Type nNumOfCores UDINT cores CpuCoreBits
SysMCBDAlloc (FUN) ¶ FUNCTION SysMCBDAlloc : POINTER TO CpuCoreBindingDesc InOut: Scope Name Type Return SysMCBDAlloc POINTER TO CpuCoreBindingDesc Input pResult POINTER TO RTS_IEC_RESULT