Process Points for GridWorX Data Sets

GridWorX64 runtime exposes data as DataSets, which are essentially tables of data. GridWorX data can also be used in GraphWorX64, through process points, by adding some extended syntax to the point names.

  1. Create a Process Point in a GraphWorX64 display.
  1. The Data Browser screen opens. Browse to the process point. For example, you might select Home > Databases > SQL Server > Northwind > Data Sources > Products.
  1. In the Grid subtab on the OPC UA tab you will see the following fields:
    • LastRefreshed - last time data was read from the database.
    • LastRefreshedUTC - last time data was read from the database displayed in UTC time.
    • Refresh - write to this tag to force a refresh of the data on the server.
  1. Also in the Grid subtab, you will see the following objects:
    • Columns - the schema columns configured in GridWorX configurator.
    • Data Items - the data items configured in the GridWorX configurator.

The Attributes column indicates which columns you can read (R) and which you can both read and update (R|W).

  1. When you click on the Process Point, the Dynamics panel appears with Label categories. Manually change the Data Source name to pick the exact item in the table that you want to display in the process point. To do this, first add the column index or column name in square brackets, followed by the row index in square brackets (indices are zero-based). In the following example, column one, row one are being displayed from the Products data source.

Label Properties

See also:

Adding a GridWorX64 Viewer

GridWorX Configuration Ribbon

GridWorX Introduction