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.
SysMCBDCount (FUN) ¶ FUNCTION SysMCBDCount : UDINT InOut: Scope Name Type Return SysMCBDCount UDINT Input pBindingDesc POINTER TO CpuCoreBindingDesc pResult POINTER TO RTS_IEC_RESULT
SysMCBDAlloc (FUN) ¶ FUNCTION SysMCBDAlloc : POINTER TO CpuCoreBindingDesc InOut: Scope Name Type Return SysMCBDAlloc POINTER TO CpuCoreBindingDesc Input pResult POINTER TO RTS_IEC_RESULT
SysMCBDFree (FUN) ¶ FUNCTION SysMCBDFree : RTS_IEC_RESULT InOut: Scope Name Type Return SysMCBDFree RTS_IEC_RESULT Input pBindingDesc POINTER TO CpuCoreBindingDesc
SysMCBDGetFirstID (FUN) ¶ FUNCTION SysMCBDGetFirstID : UDINT InOut: Scope Name Type Return SysMCBDGetFirstID UDINT Input pBindingDesc POINTER TO CpuCoreBindingDesc pResult POINTER TO RTS_IEC_RESULT
SysMCBDGetNextID (FUN) ¶ FUNCTION SysMCBDGetNextID : UDINT InOut: Scope Name Type Return SysMCBDGetNextID UDINT Input pBindingDesc POINTER TO CpuCoreBindingDesc uPrevCoreID UDINT pResult POINTER TO RTS_IEC_RESULT