APP_NAME (ALIAS) ¶ TYPE APP_NAME : STRING(255)
HeatCool2Linear (FB) ¶ FUNCTION_BLOCK HeatCool2Linear Support for 6-way-valves - map a heat / cool sequence (tuple operation mode / valve setpoint) to an “change over” control signal 2..10V / 0..10V. Some 6-way-valves do have a a combined “change over” control signal 2..10V / 0..10V but no operation mode input - see ValveSixWay . HeatCool2Linear does the mapping of the tuple operation mode / valve setpoint to such an “change over” control signal 2..10V / 0..10V. InOut: Scope Name Type Initial Comment Input xEnable BOOL TRUE Enable rIn REAL Input control signal (0..100%). eMode HeatCoolOperationMode HeatCoolOperationMode.UNUSED Operation mode. xSeq1Cool BOOL TRUE Sequence selection: xSeq1Cool:=TRUE => sequence 1 does the cooling (sequence 2 does the heating) - xSeq1Cool:=FALSE => vice versa rSeq1Begin REAL 2.0 Sequence 1 begin. rSeq1End REAL 4.66 Sequence 1 end. rSeq2Begin REAL 7.33 Sequence 2 begin. rSeq2End REAL 10.0 Sequence 2 end. Output rOut REAL Control signal xError BOOL Error - r*End = r*Begin or rSetpt out of range 0..100%. eErrorID Error Error ID
TASK_GROUP (ALIAS) ¶ TYPE TASK_GROUP : STRING(255)
TASK_NAME (ALIAS) ¶ TYPE TASK_NAME : STRING(255)
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 22.09.2023, 10:42:33 companyName string 3S-Smart Software Solutions GmbH libraryFile RSM Utility.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile RSM Utility.clean.json version version 2.0.0.0 ProjectInformation AutoResolveUnbound bool True Released True LastModificationDateTime date 22.09.2023, 10:42:31 LibraryCategories library-category-list Intern|CAA|System Author string 3S - Smart Software Solutions GmbH Company 3S - Smart Software Solutions GmbH CompiledLibraryCompatibilityVersion CODESYS V3.5 SP16 Patch 3 DefaultNamespace RSU Description See: Description DocFormat reStructuredText LanguageModelAttribute qualified-access-only Placeholder RSMUtility Project RSM Utility Title RSM Utility Version version 3.5.19.30
IActuatorContinuous (ITF) ¶ INTERFACE IActuatorContinuous EXTENDS __SYSTEM.IQueryInterface Interface continuous actuators have to implement. Properties: DateTimeProvider Enable ErrorIdOut ErrorOut Reset Setpoint Structure: DateTimeProvider (Property) Enable (Property) ErrorIdOut (Property) ErrorOut (Property) Reset (Property) Setpoint (Property)
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CmpApp ¶ Library Identification ¶ Placeholder: CmpApp Default Resolution: CmpApp, * (System) Namespace: CmpApp Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpApp CmpAsyncMgr ¶ Library Identification ¶ Placeholder: CmpAsyncMgr Default Resolution: CmpAsyncMgr, * (System) Namespace: CmpAsyncMgr Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpAsyncMgr 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) CmpEventMgr Implementation ¶ Library Identification ¶ Placeholder: CmpEventMgr Implementation Default Resolution: CmpEventMgr Implementation, * (System) Namespace: CmpEventMgr_Implementation Library Properties ¶ LinkAllContent: False Optional: False PublishSymbolsInContainer: True QualifiedOnly: False SystemLibrary: False Key: CmpEventMgr Implementation CmpEventMgr Interfaces ¶ Library Identification ¶ Name: CmpEventMgr Interfaces Version: newest Company: System Namespace: CmpEventMgr_Interfaces Library Properties ¶ LinkAllContent: False Optional: False PublishSymbolsInContainer: True QualifiedOnly: False SystemLibrary: False Key: CmpEventMgr Interfaces, * (System) CmpIecTask ¶ Library Identification ¶ Placeholder: CmpIecTask Default Resolution: CmpIecTask, * (System) Namespace: CmpIecTask Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpIecTask CmpSchedule ¶ Library Identification ¶ Placeholder: CmpSchedule Default Resolution: CmpSchedule, * (System) Namespace: CmpSchedule Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpSchedule Component Manager ¶ Library Identification ¶ Placeholder: Component Manager Default Resolution: Component Manager, * (System) Namespace: Component_Manager Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Component Manager Memory Block Manager ¶ Library Identification ¶ Placeholder: MemoryBlockManager Default Resolution: Memory Block Manager, * (3S - Smart Software Solutions GmbH) Namespace: MBM Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: True SystemLibrary: False Key: MemoryBlockManager SysEvent ¶ Library Identification ¶ Placeholder: SysEvent Default Resolution: SysEvent, * (System) Namespace: SysEvent Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysEvent 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)
AsyncProperty.GetInstancePointer (METH) ¶ METHOD FINAL GetInstancePointer : POINTER TO AsyncProperty InOut: Scope Name Type Return GetInstancePointer POINTER TO AsyncProperty
IActuatorOnOff (ITF) ¶ INTERFACE IActuatorOnOff EXTENDS __SYSTEM.IQueryInterface Interface binary (on/off) actuators have to implement. Properties: DateTimeProvider ErrorIdOut ErrorOut IsOn RequestOn Reset Structure: DateTimeProvider (Property) ErrorIdOut (Property) ErrorOut (Property) IsOn (Property) RequestOn (Property) Reset (Property)
IAsyncProperty.GetInstancePointer (METH) ¶ METHOD GetInstancePointer : POINTER TO AsyncProperty Provides an instance pointer for the related AsyncProperty instance InOut: Scope Name Type Return GetInstancePointer POINTER TO AsyncProperty