About the Grid Table view

The Grid Table view is a view of the ComponentGrid component. This view provides a tabular display of all the points that are assigned to the ComponentGrid.

In the Grid Table view, you can write to points (issue commands) using the popup menu, if you have write permissions. Points in the table also display color-coded status, as shown.



Figure 94.   Grid Table view

Image

The table controls and options are similar those that are used in most Workbench table controls (see NiagaraAX User Guide.

When you use a GridTable view in a Px page, the editable table properties are accessed in the Properties dialog box, as shown below:



Figure 95.   Grid Table properties in Px Editor

Image

  • Enabled

    When set to true, the table in the Px page interface is “commandable” using the popup menu. When this property is set to false, the display is still visible but not commandable.

  • Visible

    When set to true, the table in the Px page interface is visible. When this property is set to false, the display is not visible.

  • Ord

    This Ord is the link binding the display to the GridComponent that defines the table.

  • Degrade Behavior

    These options specify how the table behaves when the binding communications are not available.