ListValueChanged.Remove (METH) ¶ METHOD Remove It removes an item from the list InOut: Scope Name Type Comment Input uiID UINT The entry ID
ListValueChanged.RemoveAll (METH) ¶ METHOD RemoveAll It removes all the items from the list
ListVisuClient (FB) ¶ FUNCTION_BLOCK ListVisuClient List to store the data of the visu client connected InOut: Scope Name Type Initial Input Const INVALID_ID INT -1 Properties: Active Methods: FB_exit FindByClient FindByExtID FindByExtIDSV FindTargetVisu GetFirstItem GetNextItem Insert NeedFrames Remove RemoveAll Structure: Active (Property) FB_exit (Method) FindByClient (Method) FindByExtID (Method) FindByExtIDSV (Method) FindTargetVisu (Method) GetFirstItem (Method) GetNextItem (Method) Insert (Method) NeedFrames (Method) Remove (Method) RemoveAll (Method)
ListVisuClient.Active (PROP) ¶ PROPERTY Active : INT
ListVisuClient.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).
ListNewPage.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).
ListNewPage.Insert (METH) ¶ METHOD Insert It inserts an item in the list InOut: Scope Name Type Comment Input ClientType Visu_ClientType Client type dwExternId DWORD External ID sPage STRING(80) Name of the page
ListNewPage.List (PROP) ¶ PROPERTY List : POINTER TO ARRAY [0..0] OF StructCmdNewPage
ListNewPage.RemoveAll (METH) ¶ METHOD RemoveAll It removes all the items from the list
ListRemoveClient (FB) ¶ FUNCTION_BLOCK ListRemoveClient List to store the data of new frame to send to slave Properties: Active List Methods: FB_exit Insert RemoveAll Structure: Active (Property) FB_exit (Method) Insert (Method) List (Property) RemoveAll (Method)