CertificateTest ¶ ErrorInjection (Enum) GVL_CERT_TEST (GVL)
ErrorInjection (ENUM) ¶ TYPE ErrorInjection : Attributes: qualified_only InOut: Name Initial Comment none 0 ClientCertCreation Certificate creation will fail on client side ServerCertCreation Certificate creation will fail on server side BothCertCreation Certificate creation will fail on both sides ServerCertCreationDelay Certificate creation will be delayded on server side ClientWriteCFG Write the cfg file will fail on client side ServerWriteCFG Write the cfg file will fail on server side BothWriteCFG Write the cfg file will fail on both sides
GVL_CERT_TEST (GVL) ¶ Attributes: qualified_only InOut: Name Type eErrorInjection ErrorInjection
DownloadSeamLess ¶ EventListener (FunctionBlock) FB_Exit (Method) FB_Init (Method) ICmpEventCallback EventCallback (Method) ListVisuClientDwnSL (FunctionBlock) Active (Property) FB_exit (Method) GetFirstItem (Method) GetNextItem (Method) Insert (Method) Remove (Method) RemoveAll (Method) OperationsQueue (FunctionBlock) IVisualizationClientIteration EndIteration (Method) HandleClient (Method) StartIteration (Method) Init (Method) IsEmpty (Property) PostNewFrame (Method) PostNewPage (Method) Persistence (FunctionBlock) FB_Exit (Method) FileName (Property) Init (Method) ReadClient (Method) StateMachine (Property) WriteClient (Method) StructFrameDwnSL (Struct) StructVisuClientDwnSL (Struct)
EventListener (FB) ¶ FUNCTION_BLOCK EventListener IMPLEMENTS ICmpEventCallback It’s used to handle the generic events sent by RTS Methods: FB_Exit FB_Init EventCallback Structure: FB_Exit (Method) FB_Init (Method) ICmpEventCallback EventCallback (Method)
EventListener.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).
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)