SysMCGetProcessBinding (FUN) ¶ FUNCTION SysMCGetProcessBinding : RTS_IEC_RESULT Read the binding description of a process. InOut: Scope Name Type Return SysMCGetProcessBinding RTS_IEC_RESULT Input hProcess RTS_IEC_HANDLE pBindingDesc POINTER TO CpuCoreBindingDesc
SysMCGetTaskBinding (FUN) ¶ FUNCTION SysMCGetTaskBinding : RTS_IEC_RESULT Read the binding description of a task. InOut: Scope Name Type Return SysMCGetTaskBinding RTS_IEC_RESULT Input hTask RTS_IEC_HANDLE pBindingDesc POINTER TO CpuCoreBindingDesc
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 16:02:05 companyName string 3S-Smart Software Solutions GmbH libraryFile SysCpuMultiCore.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile SysCpuMultiCore.clean.json version version 2.0.0.0 ProjectInformation Released bool True LastModificationDateTime date 20.04.2021, 16:02:05 LibraryCategories library-category-list System|SysLibs Author string 3S - Smart Software Solutions GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 Description See: Description Placeholder SysCpuMultiCore Project SysCpuMultiCore Title SysCpuMultiCore Version version 3.5.17.0
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.
Data types ¶ V1State (Enum)
V1State (ENUM) ¶ TYPE V1State : InOut: Name Initial NotEnabled 0 InvalidParam Started Done DoneWithError
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.