Data types ¶ V1State (Enum)
POUs ¶ DPV1_Read (FunctionBlock) DPV1_ReadEx (FunctionBlock) DPV1_Write (FunctionBlock) DPV1_WriteEx (FunctionBlock)
DPV1_Read (FB) ¶ FUNCTION_BLOCK DPV1_Read InOut: Scope Name Type Input ENABLE BOOL Device INT StationAddr INT Slot INT Index INT Len INT buffer DWORD Output Ready BOOL State V1State Size INT
DPV1_ReadEx (FB) ¶ FUNCTION_BLOCK DPV1_ReadEx InOut: Scope Name Type Comment Input ENABLE BOOL Device INT StationAddr INT Slot INT Index INT Len INT buffer DWORD Output Ready BOOL State V1State Size INT Error ARRAY [0..7] OF BYTE The first byte is always the Hilscher-errorcode, the 2. Byte is an errorclasscode, the Bytes3+4(index 2+3) contain slave- specific errorinformation.
DPV1_Write (FB) ¶ FUNCTION_BLOCK DPV1_Write InOut: Scope Name Type Input ENABLE BOOL Device INT StationAddr INT Slot INT Index INT Len INT buffer DWORD Output Ready BOOL State V1State Size INT
DPV1_WriteEx (FB) ¶ FUNCTION_BLOCK DPV1_WriteEx InOut: Scope Name Type Comment Input ENABLE BOOL Device INT StationAddr INT Slot INT Index INT Len INT buffer DWORD Output Ready BOOL State V1State Size INT Error ARRAY [0..7] OF BYTE The first byte is always the Hilscher-errorcode, the 2. Byte is an errorclasscode, the Bytes3+4(index 2+3) contain slave- specific errorinformation.
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