REDUNDANCY_CONNECTION_INFO (STRUCT) ¶ TYPE REDUNDANCY_CONNECTION_INFO : STRUCT InOut: Name Type Comment nConnectionsConfigured INT Number of configured connections (1 or 2) nConnectionsWorking INT Number of working connections diTickSend UDINT Tick count of message sent bConnectionStatusLink1 BOOL Status of link 1. TRUE in case connected. bConnectionStatusLink2 BOOL Status of link 2. TRUE in case connected.
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 15:54:52 companyName string 3S-Smart Software Solutions GmbH libraryFile CmpRedundancyConnection_Itfs.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile CmpRedundancyConnection_Itfs.clean.json version version 2.0.0.0 ProjectInformation IsInterfaceLibrary bool True Released True SourceLibrary False LastModificationDateTime date 20.04.2021, 15:54:52 LibraryCategories library-category-list System|SysLibs Author string CODESYS Development GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 DefaultNamespace Description See: Description DocFormat reStructuredText Project CmpRedundancyConnection_Itfs Title CmpRedundancyConnection Interfaces Version version 3.5.17.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces.
CmpRouter Library Documentation ¶ Company System Title CmpRouter Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder CmpRouter Description 1 ¶ This library provides access to some common functions of the router component in the runtime system. Contents: ¶ RTR_AddrComponent (Struct) RTR_NodeAddress (Struct) RouterGetHostAddress (Function) RouterGetInstanceByName (Function) RouterGetName (Function) RouterGetParentAddress (Function) Indices and tables ¶ 1 Based on CmpRouter.library, last modified 20.04.2021, 15:55:10. LibDoc 4.4.0.0-b.27 The content file CmpRouter.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 15:55:10.
RTR_NodeAddress (STRUCT) ¶ TYPE RTR_NodeAddress : STRUCT InOut: Name Type nAddrComponentCount UDINT AddrComponents ARRAY [0..14] OF RTR_AddrComponent
RTR_AddrComponent (STRUCT) ¶ TYPE RTR_AddrComponent : STRUCT InOut: Name Type Component ARRAY [0..1] OF BYTE
RouterGetHostAddress (FUN) ¶ FUNCTION RouterGetHostAddress : RTS_IEC_RESULT InOut: Scope Name Type Return RouterGetHostAddress RTS_IEC_RESULT Input hRouter RTS_IEC_HANDLE Inout resAddr RTR_NodeAddress
RouterGetInstanceByName (FUN) ¶ FUNCTION RouterGetInstanceByName : RTS_IEC_HANDLE InOut: Scope Name Type Comment Return RouterGetInstanceByName RTS_IEC_HANDLE Input pstName POINTER TO STRING NULL will return the default router pResult POINTER TO RTS_IEC_RESULT Optional, will return an error code if not NULL
RouterGetParentAddress (FUN) ¶ FUNCTION RouterGetParentAddress : RTS_IEC_RESULT InOut: Scope Name Type Return RouterGetParentAddress RTS_IEC_RESULT Input hRouter RTS_IEC_HANDLE Inout resAddr RTR_NodeAddress
RouterGetName (FUN) ¶ FUNCTION RouterGetName : RTS_IEC_RESULT InOut: Scope Name Type Return RouterGetName RTS_IEC_RESULT Input hRouter RTS_IEC_HANDLE pBuffer POINTER TO BYTE nBufferSize INT