Grafana Basics for Process Monitoring
How to create visualizations for process control using data from ENLYZE
Last updated
How to create visualizations for process control using data from ENLYZE
Last updated
Grafana offers a powerful and flexible way to monitor real-time data. With just a few steps, anyone with access can create custom dashboards, query relevant data, and visualize it to meet specific monitoring needs.
This guide walks you through creating a basic process monitoring dashboard. Along the way, you'll learn fundamental Grafana functions to help you build your own visualisations.
Monitoring the difference between target (setpoint) and actual values is an effective way to control and optimize processes. Follow these steps to visualize both in a Grafana dashboard.
Proper formatting improves clarity and makes comparisons easier.
Open the right-hand panel and switch to the All tab.
Under Graph styles, set Line width to 2
.
To format the target and actual values differently:
Go to the Overrides tab and click Add field override.
For the actual value:
Set Fields with name to your actual value name.
Add override property: Standard options > Color scheme > Single color
.
Choose a blue color.
Add another override:
Set Fields with name to your target value name.
Add override property: Color scheme > Single color
— choose orange.
Add override property: Graph styles > Line style > Dash
.
The new formatted panel should display the two curves with different settings, making the comparison visually easier.