Usage of MindSphere Dashboard nodes¶
The MindSphere dashboard nodes allow you to build, create and interchange MindSphere dashboard nodes and default dashboard nodes in one single dashboard.
To know more, refer Example to use MindSphere Dashboard nodes.
MindSphere date picker¶
The node enables you to select a date range with a start date and an end date.
MindSphere TS chart¶
The node aggregates 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 displayedin 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. |
MindSphere 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'}
MindSphere 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.
MindSphere event table¶
The node provides events which have been emitted within a date range. MindSphere 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.
MindSphere map¶
The node allows you to configure MindSphere 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.
Any questions left?
Except where otherwise noted, content on this site is licensed under the MindSphere Development License Agreement.