Skip to content

Usage of IIoT Dashboard nodes

The IIoT dashboard nodes allow you to build, create and interchange IIoT dashboard nodes and default dashboard nodes in one single dashboard.

For more information, refer to Example to use IIoT Dashboard nodes.

IIoT date picker

date picker

The node enables you to select a date range with a start date and an end date.

IIoT TS chart

TS chart

The node aggregate values of a certain aspect for a defined date range. The display will be a line chart UI in the dashboard.

Variables Description
Show none if msg.topic has no variables If this option is selected, no aggregate variable values of an aspect will be displayed in the dashboard.
Note: Refresh the dashboard page to view the result.
Show all if msg.topic has no variables If this option is selected, all aggregate variable values of an aspect will be displayed in the dashboard.
Note: Refresh the dashboard page to view the result.

IIoT asset list

Asset list

The asset list can be initialized by sending a payload with a JSON object containing the assetId that should be selected. If selected asset has changed the following message will be sent:

{assetId: 'asset id', name: 'name of asset'}

Example: {assetId: '12345', name: '2JX5D'}

IIoT variable selector

Variable selector

The node allows you to select an aspect variable from the asset list provided.

It sends a topic property defined both in msg and msg.payload objects.

IIoT event table

Event table

The node allows to add IIoT Event Table to the VFC Dashboard. The node provides events which have been emitted within a date range. IIoT Event Table needs to be configured either with Asset, Date range (From and To) properties using configuration page or receiving a message with "From" and "To" properties. You can customize the event table columns from "Show columns" configuration and you can add custom event table fields using "Custom event type ID" and "Custom fields".

edit-IIoT-event-node

Properties Description
Asset Select the asset to list the files.
From Select the start date.
To Select the end date.
Only one browser Select for a node in a flow, the node will handle each of the dashboards separately. For each browser, the communications originating from the node will be exclusively handled. If "Only one browser" is not selected, the node will share all the dashboard communication with every open browser from that user. Refer to Example on usage of one and multiple browsers for better understanding.
Name Select the asset to list the files.
Show columns Select the properties to customize the event table columns.
Custom event type ID Enter the custom event ID to display the event properties.
Custom fields Add the custom fields for the custom event type.

IIoT map

Map

The node allows you to configure IIoT map for an asset and displays a geographic map based on OpenStreetMap. It needs to be configured with Latitude, Longitude and Zoom level by using node properties.


Last update: April 23, 2024