Skip to main content

Dashboard

The Dashboard screen utilizes the Dashboard component, which exposes layout capabilities in a Perspective Session so users have the ability to build custom dashboards for their individual needs.

Dashboard Page

Dashboard Header Actions

Add Dashboard

To add a new dashboard, click the Add dashboard Plus Icon icon on the upper right of the screen.

Add Dashboard Button

Clicking the Add dashboard Plus Icon icon will open the dashboard editor. Configure the settings for the dashboard by using the side panel. Refer to the Dashboard Settings section for settings descriptions.

Dashboard Details

After configuring the dashboard settings, click the Done button at the bottom of the side panel. Widgets can now be added to the new dashboard. Refer to the Component Actions section for instructions on adding, configuring, and deleting widgets. Once widget configuration is complete, click the Save button on the bottom right.

Edit Dashboard

To edit the current dashboard, click the Edit current dashboard Pencil Icon icon on the upper right of the screen.

Edit Dashboard Button

Clicking the Edit current dashboard Pencil Icon icon opens the dashboard editor. The Dashboard settings can be accessed by clicking Edit Details. Refer to the Dashboard Settings section for settings descriptions.

Edit Details Button

Refer to the Component Actions section for instructions on adding, configuring, and deleting widgets.

Delete Dashboard

To delete the current dashboard, click the Edit current dashboard Pencil Icon icon on the upper right of the screen.

Edit Dashboard Button

Click the Delete button on the bottom right of the dashboard editor.

Delete Dashboard Button

Confirm the dashboard deletion.

Delete Dashboard Confirm

Refresh Dashboards List

Clicking the Refresh Circular Arrow Icon icon will update the Dashboard to reflect any configuration changes made by other users.

Dashboard Refresh

Dashboard Settings

  • Name: Name of the dashboard.
  • URL: URL of the dashboard. For example, with a URL set to dash6, the dashboard can be accessed by going to: http://gatewayAddress:gatewayPort/data/perspective/client/launchpad-kpi/dashboard/dash6.
  • Icon: Icon of the dashboard on the upper left of the Dashboard screen. (to the left of the Dashboard Dropdown).
  • Grid: Grid layout mode of the dashboard. It can be fixed or stretch. More information about fixed vs stretch can be found here.
  • # of Grid Rows: The number of rows in the grid.
  • Row Gutter: The gap size between grid rows.
  • # of Grid Columns: The number of columns in the grid.
  • Column Gutter: The gap size between grid columns.
  • Cell Size: The width and height of a grid cell. This setting is only available when the Grid mode is set to Fixed.

Component Actions

Adding a Component

  1. To add a component to the dashboard, click on one of the cells in the dashboard grid.

    Dashboard Click Grid

  2. A popup for selecting a component will open. Select a component from the popup.

    Dashboard Add Widget

  3. After selecting a component to add, a new component instance is now displayed in the grid.

    Dashboard Widget Added

  4. Clicking the new component instance reveals resizing handles for adjusting its size, and it can be dragged to reposition.

    Dashboard Widget Size Position

Configuring a Component

  1. To configure the component settings, click the component to reveal the Edit Pencil Icon icon and Delete X Icon icon, then click the Edit icon.

    Dashboard New Widget

  2. The Configure Widget popup now displays the component Name and Parameters settings. Enter your desired name and tag path in the corresponding fields. You can also use the Search button to select a tag from the tag tree to pass in the necessary tag path.

    Dashboard Configure Widget

  3. After selecting a tag, click the Select button at the bottom of the Choose Tag popup.

    Dashboard Select Tag

  4. After setting the widget name and parameters, click the Save button in the popup to save the component settings.

    Dashboard Save Widget

The saved component is now displayed in the Dashboard grid.

Dashboard Widget Saved

Deleting a Component

  1. To delete a component, click it to reveal the Edit Pencil Icon icon and Delete X Icon icon, then click the Delete icon.

    Dashboard Delete Widget

  2. Confirm the widget deletion.

    Dashboard Delete Widget Confirm

Mobile Breakpoint

The Dashboard is mobile-responsive, so all components will automatically display in a single, scrollable column at screen widths below 1100 pixels by default.

Mobile Dashboard

This breakpoint value is configurable in the Designer at session.custom.exchange.launchpad.dashboard.mobileBreakpoint.

Dashboard Breakpoint

Database Configuration

While the Dashboard component is capable of storing its configuration using any Ignition-supported storage mechanism, the Launchpad Dashboard's configuration is managed through the Launchpad database connection. For detailed information on the tables utilized for this configuration, refer to the Dashboard Database Tables page.