Customize your visualization - Manual - Performance Insight - Industrial Edge - Industrial Edge App - Performance Insight is a cloud-based application that provides a comprehensive overview of the performance of your industrial assets. It enables you to monitor and analyze the performance of your assets in real-time, identify potential issues, and take corrective actions to optimize asset performance. - Industrial Operations X - Industrial Edge - Issue identification - Performance Insight - Performance analysis - Corrective actions - Cloud-based application - Optimization - Real-time monitoring - Asset performance

Performance Insight

Portfolio
Industrial Edge
Product
Performance Insight
Software version
v1.21
Edition
06/2025
Language
English

After selecting the parameters you want to visualize, you can immediately begin scripting your visualization configuration.

Links to examples are provided in the user interface and below.

To access data from parameters, you can use the following placeholders:

Placeholder Description
__data[n] Get an array of data values for parameter 'n'
__time[n] Get an array of time values for parameter 'n'
__parameterName[n] Get the name of parameter 'n'
__parameterUnit[n] Get the unit of parameter 'n'
__parameterAspect[n] Get the aspect of parameter 'n'
__parameterDecimalPlaces[n] Get the decimal places of parameter 'n'
__parameterColor[n] Get the color of parameter 'n'
__parameterCount Get the number of parameters
__from Get the start of the date range as a number
__to Get the end of the date range as a number
__locale Get the locale of the user

Note

Always state the keyword "return {}" to make your script and configuration working.

In the right side panel, a preview displays your resulting visualization.

Note

Always state the keyword "return {}" to make your script and configuration working.

In the right side panel, a preview displays your resulting visualization.