SysMCBDIsSet (FUN) ¶ FUNCTION SysMCBDIsSet : RTS_IEC_RESULT InOut: Scope Name Type Return SysMCBDIsSet RTS_IEC_RESULT Input pBindingDesc POINTER TO CpuCoreBindingDesc uCoreId UDINT
SysMCGetLoad (FUN) ¶ FUNCTION SysMCGetLoad : RTS_IEC_RESULT InOut: Scope Name Type Comment Return SysMCGetLoad RTS_IEC_RESULT Input CoreID UDINT pPercent POINTER TO BYTE CPU-Core load in percent.
SysMCGetNumOfCores (FUN) ¶ FUNCTION SysMCGetNumOfCores : DWORD Returns the number of available cores. InOut: Scope Name Type Comment Return SysMCGetNumOfCores DWORD Input pResult POINTER TO RTS_IEC_RESULT Pointer to retrieve optional error code.
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.
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