Assets¶
An asset is a digital representation of a machine or an automation system with one or multiple automation units (for example PLC) connected to Industrial IoT.
Insights Hub Monitor uses assets, aspects and variables as data model for its functions.
Aspects are combined, pre-configured data and form the context for the evaluation of industrial processes.
Asset health shows the active state and the historical state of an asset. You can automatically influence the asset health state with a rule. For more information on rules, refer to Rules. Asset health is currently only available for assets having an aspect named "status" of type core.assetstatus
. To achieve this, enable the action checkbox "Asset Status" in the rules wizard.
Insights Hub Monitor Asset View Video
Asset Health status¶
Asset health shows the active state of the asset. Asset health is currently only available for assets having a static
aspect named status
of type core.assetstatus
.
If you create an Asset Type in "Asset Manager" below the core.basicdevice
, this aspect needed for monitoring Asset Health is available by default.
If you create an Asset Type on another hierarchy level, add the static aspect status
of type core.assetstatus
on your own.
You can influence the asset health state in several ways:
Asset Health via Rule¶
You can set the asset state depending on the outcome of a monitoring rule, for example, you may set the status to "Error" if an asset variable crosses a pre-configured threshold.
-
To achieve this, enable the action checkbox "Asset Status" in the rules wizard.
-
The rule engine will set the status to the asset based on the selected severity.
- For more information on rules, refer to Rules.
Asset Health via Visual Flow Creator (VFC)¶
The asset status can also be set by Visual Flow Creator node "Asset Status".
- To achieve this, configure the node in your workflow, and set the status as required. For more information, refer to using nodes.
- In this case, do not configure a rule to set the asset status, since the rule would overwrite the status as determined by your VFC node.
Asset Health via a custom application¶
You can also create your own application.
- To achieve this, use the API to set the asset state as per the table shown below.
- In this case, do not configure a rule or VFC node to set the asset status, too. Otherwise the status as determined by your application code will get overwritten.
- For more information, refer to the Industrial IoT timeseries API
- For more information on the allowed asset health values, refer to the table at the end of this section.
Asset Health status display¶
On the home page, you can easily detect the status of the monitored assets and get information about the health of your plant.
In the "Asset" view, the asset status will guide you quickly to the assets that need your attention. On the map, the asset status is indicated via colored icons and the colored pins. Insights Hub Monitor will automatically aggregate the most relevant status to the highest concerned level.
Furthermore, the quick filters and the asset hierarchy tree on the "Assets" window helps you to easily find your monitored assets.
Asset Health status via custom code¶
The following table shows the valid values for asset health and their meaning:
Asset-color | Error code | Status |
---|---|---|
Grey | 0 | Shows that the asset state is not monitored / Unknown |
Red | 20 | Shows the "Error" asset health state |
Yellow | 30 | Shows the "Warning" asset health state |
Blue | 40 | Shows the "Information" asset health state |
Green | 50 | Shows the "Ok" asset health state |