EventListener.FB_Init (METH) ¶ METHOD FB_Init : BOOL FB_Init is always available implicitly and it is used primarily for initialization. The return value is not evaluated. For a specific influence, you can also declare the methods explicitly and provide additional code there with the standard initialization code. You can evaluate the return value. InOut: Scope Name Type Comment Return FB_Init BOOL Input bInitRetains BOOL TRUE: the retain variables are initialized (reset warm / reset cold) bInCopyCode BOOL TRUE: the instance will be copied to the copy code afterward (online change)
ICmpEventCallback ¶ EventCallback (Method)
EventListener.EventCallback (METH) ¶ METHOD EventCallback : SysTypes.RTS_IEC_RESULT The interface ICmpEventCallback must be registered for an event. If this event is posted, this callback method is called. InOut: Scope Name Type Comment Return EventCallback SysTypes.RTS_IEC_RESULT Input pEventParam POINTER TO EventParam Pointer to the event parameters, see Struct EventParam
ListVisuClientDwnSL (FB) ¶ FUNCTION_BLOCK ListVisuClientDwnSL List to store the data of the visu client created during the download with seamless switchover InOut: Scope Name Type Initial Input Const INVALID_ID INT -1 Properties: Active Methods: FB_exit GetFirstItem GetNextItem Insert RemoveAll Remove Structure: Active (Property) FB_exit (Method) GetFirstItem (Method) GetNextItem (Method) Insert (Method) Remove (Method) RemoveAll (Method)
ListVisuClientDwnSL.Active (PROP) ¶ PROPERTY Active : INT
ListVisuClientDwnSL.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.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).