RDT_Client.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).
IRdtProtClient ¶ Active (Property) Busy (Property) Create (Method) CyclicCall (Method) Enable (Property) Error (Property) ErrorCode (Property) ExecCommand (Method) SetNewCertificate (Method)
RDT_Client.Active (PROP) ¶ PROPERTY Active : BOOL Connection is established
RDT_Client.Busy (PROP) ¶ PROPERTY Busy : BOOL Operation is running
RDT_Client.Create (METH) ¶ METHOD Create : IRdtProtClient It creates and initializes the object Client InOut: Scope Name Type Comment Return Create IRdtProtClient Input pStruIni POINTER TO RdtInitStructClientTCP Parameters to use Output error INT
RDT_Client.CyclicCall (METH) ¶ METHOD CyclicCall Client cyclic call
RDT_Client.Enable (PROP) ¶ PROPERTY Enable : BOOL
RDT_Client.Error (PROP) ¶ PROPERTY Error : BOOL Error condition reached
RDT_Client.ErrorCode (PROP) ¶ PROPERTY ErrorCode : INT
RDT_Client.ExecCommand (METH) ¶ METHOD ExecCommand Execution of a command in Client side: command is sent to server InOut: Scope Name Type Comment Input uiCmd UINT Command pDataTrs __XWORD Pointer to the data to transmit diLen DINT Data length to transmit pDataRcv __XWORD Pointer where to write data received diSizeRcv DINT Maximum size of the above buffer Output xDone BOOL Operation done, with or without errors error INT Error uiAns UINT Answer diLenRcv DINT Data length received