General Features: One of the complicated objects. It has one line Tag and column tag for each column. It can be used wihtout tag connection. Main working principle is writing colums tag value to the related column on the line which indicated by the line tag. When click on it at
runtime mode a shortcut shown for transferring values to the excel. When clicked on this the values of that time transferred to the excel. Datagrid works only at open page. For example: Datagrid on the Page 1 saves its values to the file while Page 2 opening. And doesn’t work until Page 1 opened. Page 1 opens with the last saved values and continues working. The changes in that period will not be saved.
If you don’t want to lose data you can use this method:
Copy same datagrid to every page. You can make it hidden or very small size. Each datagrids data file exists in the scada project folder. Copy this file on each other on page changes. You can make this copy operation from the page closing script.
Text
Font: Font of the objecte.
Tool Tip: The message shown when user mouse over on object.
Column
Add: Adds column.
Column Selection: Select column. Following operations for the selected column here.
Remove: Deletes selected column.
Read only: Read only (True) Read and Write(False)
Column Selection: Select Column.
Column Header: Header of the column.
Column Tag: Tag of the column.
Row:
Tag: The tag contains data where to column tag values written.
Row Clear Tag: Deletes all rows when selected tag value bigger than 0.
Fore Color (You can make different colored line for only the line which indicated by selected row tag.)
On Color: Text color on the object when selected tag value bigger than 0.
Off Color: Text color on the object when selected tag value negative or equal to 0
Tag: Select the tag which triggers object text color.
Back Color (You can make different colored line for only the line which indicated by selected row tag.)
On Color: Background color of the object when selected tag value bigger than 0.
Off Color: Background color of the object when selected tag value negative or equal to
Tag: Select the tag which triggers object background color.
Style:
Style: Style of object.
Enable Adding: Enables(True) or Disables(False) to operator for adding a tag.
Enable Deleting: Enables(True) or Disables(False) to operator for deleting a tag.
Animation
Visible: Object is visible when selected tag value bigger than 0.
Location X: Horizontaly location of the object by selected tag value.
Location Y: Verticaly location of the object by selected tag value.
Height: Object height by selected tag value.
Width: Object width by selected tag value.
Enable
Enable: Object activated when selected tag value bigger than 0.