The Grid section groups all the functions that operate on complex Grid objects present in the project.
These functions require as a parameter the name of the grid on which the function must operate
Function
|
Parameters
|
Description
|
GridAlarmAck
|
Alarm Grid Name
|
Recognizes the alarm highlighted by the cursor inside the grid selected by the parameter value
|
GridAlarmShowPage
|
Alarm Grid Name
|
Displays the help page associated with the alarm highlighted by the cursor in the grid selected by the parameter value
|
GridCsvFileLoad
|
CSV Grid Name
|
Reload the CSV file into the selected grid
|
GridCsvFileRefresh
|
CSV Grid Name
|
Refreshes the section of the CSV file displayed in the grid
|
GridCsvMoveToRow
|
Grid Name
Row number
|
Displays the area of the CSV file around the line passed as a parameter
|
GridCsvReadLine
|
Grid Name
Row number
Tag where the row string will be copied
|
Reads the contents of the selected row and copies it into the Tag indicated as a parameter
|
GridDatalogPause
|
Dtalog grid name
|
Pause the datalog view
|
GridDatalogStart
|
Datalog grid name
|
Restarts the display of the datalog view
|
GridMoveDown
|
Grid name
|
Move the cursor of the selected grid down one position
|
GridMoveFirst
|
Grid name
|
Move the cursor of the selected grid to the first row of the view
|
GridMoveLast
|
Grid name
|
Move the cursor to the last line of the selected grid
|
GridMoveUp
|
Grid Name
|
Move the cursor up one position in the selected grid
|
GridRecipeDelete
|
Recipe list grid name
|
Deletes the recipe displayed in the selected grid
|
GridRecipeDownload
|
Recipe list grid name
|
Download the contents of the grid selected by the cursor to the PLC
|
GridRecipeDownloadBuffer
|
Recipe editing grid name
|
Download the content of the recipe being edited into the corresponding grid to the PLC
|
GridRecipeExportAll
|
Recipe list grid name
|
Export all the recipes in the selected grid ????????????
|
GridRecipeImportAll
|
Recipe list grid name
|
Imports all the recipes and displays them in the selected List grid ???????
|
GridRecipeLoadBox
|
Recipe grid name
|
Load the selected recipe in the box and display it in the selected grid
|
GridRecipeSaveAs
|
Recipe grid name
|
Save the recipe with the name indicated in the recipe name field and load it in the selected grid
|
GridRecipeSaveBox
|
Recipe grid name
|
Save the recipe with the name entered by the user in the box and display it in the selected grid ?????????????????
|
GridRecipeUpload
|
Recipe grid name
|
Reads the value of the device tags that correspond to the recipe tags and displays them in the selected grid
|
GridRecipeUploadBuffer
|
Recipe grid name
|
Loads the recipe data from the PLC and displays them in the selected grid
|
GridRefresh
|
Recipe grid name
|
Refreshes the data of the selected grid
|