RDT_Server.FB_exit (METH) ¶ METHOD FB_exit : BOOL FB_Exit must be implemented explicitly. If there is an implementation, then the method is called before the controller removes the code of the function block instance (implicit call). The return value is not evaluated. InOut: Scope Name Type Comment Return FB_Exit BOOL Input bInCopyCode BOOL TRUE: the exit method is called in order to leave the instance which will be copied afterwards (online change).
IRdtProServer ¶ Active (Property) Busy (Property) Create (Method) CyclicCall (Method) Enable (Property) Error (Property) ErrorCode (Property) RegisterCommand (Method) SetNewCertificate (Method)
RedundancyDataTransfer Library Documentation ¶ Company System Title RedundancyDataTransfer Version 4.1.0.0 Categories Intern|Visu Namespace RDT Author 3S - Smart Software Solutions GmbH Placeholder RedundancyDataTransfer Description 1 ¶ This library implements a generic transport protocol used in visualization redundancy. Contents: ¶ Functions EnumUnitTest (Enum) GetUnitTestStatus (Function) LogManager (Function) Interfaces IRdtProt (Folder) IRdtProtClient (Folder) IRdtProtServer (Interface) IServerCommand (Interface) RDT_Base (FunctionBlock) FlushRec (Method) IRdtProt ReceiveBytes (Method) SendBytes (Method) SetTLSContext (Method) RDT_CONST (GVL) RDT_Client (FunctionBlock) FB_exit (Method) IRdtProtClient ItfConnection (Property) Private TrsMessage (Method) RDT_ERROR (Enum) RDT_Server (FunctionBlock) FB_exit (Method) IRdtProServer RcvCommand (Method) RcvData (Method) TrsAnswer (Method) Structures RdtInitStructClientTCP (Struct) RdtInitStructServerTCP (Struct) RdtProtStructCommPh (Struct) RdtProtStructConnection (Struct) RdtProtStructResPh (Struct) Indices and tables ¶ 1 Based on RedundancyDataTransfer.library, last modified 20.07.2023, 15:03:42. LibDoc 4.4.0.0-b.27 The content file RedundancyDataTransfer.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.07.2023, 15:03:42.
Functions ¶ EnumUnitTest (Enum) GetUnitTestStatus (Function) LogManager (Function)
EnumUnitTest (ENUM) ¶ TYPE EnumUnitTest : Attributes: qualified_only InOut: Name Initial no 0 dry wet
GetUnitTestStatus (FUN) ¶ FUNCTION GetUnitTestStatus : EnumUnitTest InOut: Scope Name Type Return GetUnitTestStatus EnumUnitTest
LogManager (FUN) ¶ FUNCTION LogManager : BOOL Log something InOut: Scope Name Type Return LogManager BOOL Input sSide STRING sVal1 STRING(255) sVal2 STRING(255) sVal3 STRING(255) udiSev UDINT
Interfaces ¶ IRdtProt (Folder) Active (Property) Busy (Property) CyclicCall (Method) Enable (Property) Error (Property) ErrorCode (Property) IPAddress (Property) Port (Property) RcvTimeout (Property) SetNewCertificate (Method) TrsTimeout (Property) IRdtProtClient (Folder) ExecCommand (Method) IRdtProtServer (Interface) RegisterCommand (Method) IServerCommand (Interface) Exec (Method)
IRdtProt (ITF) ¶ INTERFACE IRdtProt EXTENDS __SYSTEM.IQueryInterface Interface for Redundancy Data Transfer protocol Properties: Active Busy Enable Error ErrorCode IPAddress Port RcvTimeout TrsTimeout Methods: CyclicCall SetNewCertificate Structure: Active (Property) Busy (Property) CyclicCall (Method) Enable (Property) Error (Property) ErrorCode (Property) IPAddress (Property) Port (Property) RcvTimeout (Property) SetNewCertificate (Method) TrsTimeout (Property)
IRdtProt.Active (PROP) ¶ PROPERTY Active : BOOL Object is active