Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. VisuElems ¶ Library Identification ¶ Placeholder: System_VisuElems Default Resolution: VisuElems, * (System) Namespace: VisuElems Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: True Key: System_VisuElems
ServerSide.ClientCreated (METH) ¶ METHOD ClientCreated Notification, that a client has been created InOut: Scope Name Type Comment Input pClientData POINTER TO VisuStructClientData A pointer to a VisuStructClientData structure identifying the client, that has been created
ServerSide.ClientDestroyed (METH) ¶ METHOD ClientDestroyed Notification, that a client has been destroyed InOut: Scope Name Type Comment Input pClientData POINTER TO VisuStructClientData A pointer to a VisuStructClientData structure identifying the client, that has been destroyed
ServerSide.Exec (METH) ¶ METHOD Exec Elaboration of a command in Server side: command is elaborated and next send the answer to client (It’s called by the library that implements the protocol) InOut: Scope Name Type Comment Input uiCmd UINT Command code pDataRcv __XWORD Pointer where are the data received diSizeRcv DINT Data received Output pDataTrs __XWORD Pointer to the data to transmit back diSizeTrs DINT Data to transmit uiAns UINT Answer code iError INT Error to transmit back
ServerSide.EndIteration (METH) ¶ METHOD EndIteration This method will be called after the end of an iteration over all clients. Remarks: Please remark that this method will be called from VISU_TASK
ServerSide.HandleClient (METH) ¶ METHOD HandleClient This method will be called for each client that is currently within the list of active visualization clients. Remarks: Please remark that this method will be called from VISU_TASK InOut: Scope Name Type Comment Input itfClient VU.IVisualizationClient The object representing the according client. Will not be 0.
ServerSide.StartIteration (METH) ¶ METHOD StartIteration This method will be called at the start of an iteration over all clients. Remarks: Please remark that this method will be called from VISU_TASK
VisuTaskOpClientBase (FB) ¶ FUNCTION_BLOCK ABSTRACT VisuTaskOpClientBase EXTENDS VisuTaskOpBase Methods: Execute ExecuteOnClient prvInstInit Structure: Execute (Method) ExecuteOnClient (Method) prvInstInit (Method)
VisuTaskOpClientBase.Execute (METH) ¶ METHOD Execute
VisuTaskOpClientBase.ExecuteOnClient (METH) ¶ METHOD PROTECTED ExecuteOnClient : BOOL InOut: Scope Name Type Return ExecuteOnClient BOOL Inout clientData VisuStructClientData