Assets
Asset Properties
what are asset properties? asset properties define the link between an asset and the measurements or calculations that provide dynamic data about it they allow you to say “this is the measurement that represents the current speed of this asset ” “this calculation gives the daily energy usage of this line ” in other words, asset properties are pointers to time series that describe the live or historical data of an asset why does it matter? asset properties give structure to how your assets expose data they make it possible to easily access the right time series for each asset, without having to derive it, or search for it, from the measurement names with asset properties non technical users can easily find the data they are looking for dashboards can be easily created, templated and reused across assets you keep flexibility in naming or renaming logic such as alerts or calculations can refer to asset properties rather than fixed measurements how does it fit in the system? each asset, regardless of its level in the tree, can have a set of asset properties , and each property maps to a single measurement or calculation in the historian for example, for a mixer asset speed → maps to mixer1 motor speed energyusage → maps to mixer1 energy total these links are defined per asset and are used by dashboards to quickly find relevant data for an asset events that retrieve data from asset properties instead of direct links to measurements docid\ xqwlemdcnfff3 0h gmms or calculations docid\ opiodkgnngyjedx6zkg d this design makes it possible to treat all assets of the same type in a consistent way, even if the underlying measurement names differ for more advanced usage, see asset prototypes docid\ b7rjc9myvp lic5wbr yw example you have two identical filling lines with slightly different measurement names line1 uses line1 speedrpm line2 uses line2 motorspeed instead of hardcoding both cases in your dashboards, you define an asset property called speed for each line line1 > speed → line1 speedrpm line2 > speed → line2 motorspeed your dashboard simply references asset > speed, and it works for both lines when you use it you’ll work with asset properties when setting up reusable dashboards or panels configuring generic logic for events refactoring hardcoded measurement names into something more maintainable onboarding new production lines or machines with different signal names common misconceptions asset properties are not static values, which can be defined using asset metadata docid\ l7bb0yvbyq8tsexwuhdem they are also not new tags, they are pointers to live data streams in the form of measurements or calculations they are also not automatically generated you must map them explicitly per asset either manually or by bulk importing a measurement or calculation can be mapped multiple times to assets in the tree best practices define a consistent set of property names across assets of the same type (e g , speed, state, throughput) avoid hardcoding measurement names in dashboards or alerts use properties instead document which properties are required for which asset types to avoid gaps define asset prototypes docid\ b7rjc9myvp lic5wbr yw in case you want strong standardization more information creating an asset property docid\ fegcbev tcf5jbla9qztm bulk asset creation and editing docid\ wre04qni2tob9hy lku6s