ClientSide.CertTLSBootState (PROP) ¶ PROPERTY CertTLSBootState : INT
ClientSide.CertVerCount (PROP) ¶ PROPERTY CertVerCount : INT
Commands ¶ CmdCertRenew (Method) CmdCertRenewAck (Method) CmdCertRenewEnd (Method) CmdIsClientRegistered (Method) CmdLink (Method) CmdNewClient (Method) CmdNewFrame (Method) CmdNewLogin (Method) CmdNewPage (Method) CmdRemoveClient (Method) CmdTest (Method) CmdValueChanged (Method)
ClientSide.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).
ClientSide.GetCommandMonitor (METH) ¶ METHOD GetCommandMonitor : StructClientCommandMonitor It returns command statistics data from client InOut: Scope Name Type Comment Return GetCommandMonitor StructClientCommandMonitor Input uiCmd UINT Command to get data for
ClientSide.GetInitializeParams (METH) ¶ METHOD GetInitializeParams General initialization of the client with the generic protocol parameters InOut: Scope Name Type Input pStru POINTER TO StructClientInitialize
Persistence.Init (METH) ¶ METHOD Init
Persistence.ReadClient (METH) ¶ METHOD ReadClient : RTS_IEC_RESULT It reads the Clients data from a file It creates also the new clients in RTS InOut: Scope Name Type Comment Return ReadClient RTS_IEC_RESULT Input xFirstCall BOOL If it’s the first entry in the method. xStepByStep BOOL If the operations have to be done step by step ad each entry
Persistence.StateMachine (PROP) ¶ PROPERTY StateMachine : INT
Persistence.WriteClient (METH) ¶ METHOD WriteClient : RTS_IEC_RESULT It writes the Clients data into a file The data of a single client are read from the RTS InOut: Scope Name Type Comment Return WriteClient RTS_IEC_RESULT Input xFirstCall BOOL If it’s the first entry in the method. Valid only if “xStepByStep” is true xStepByStep BOOL If the operations have to be done step by step ad each entry