SCADA Like Grafana Dashboard

Hello guys, i’m kind of new to Grafana and currently using version 11.2.0.

I have made a Dashboard which takes real-time data from InfluxDB which is getting values from my PLC thats installed in the field. I have taken 5 different values of a motor (Voltage, Freq, Amperes, Power and RPM)

I am however looking to create a centralized Scada like dashboard. At Home page I only want to display motor name along with an indication light RED (error) and Green (OK) to show its status.

Now my question is:

  1. How can to make this dashboard with only motor name and indication light blinking, is there any tool for this.

  2. Can i set the red light function such that it turns on if any of the Five parameters cross their set threshold. If an alarm is generated due to any of the 5 parameters the indication light turns Red on the main dashboard.

  3. How to make that upon clicking the Motor Name the user is redirected to the page where all paramters (guages,graphs etc) are displayed.

i would first look at grafana canvas for this

https://play.grafana.org/d/c9ea65f5-ed5a-45cf-8fb7-f82af7c3afdf/canvas-visualization3a-buttons?from=now-6h&to=now&var-ServerID=Server%203&refresh=5s

Besides built-in canvas the following plugins are worth checking:

  • larona-epict-panel (unfortunately is not being updated, but is pretty fine for SCADA-like indicators)
  • ace-svg-react
  • scadavis-synoptic-panel

Simple example with indication lights done using epict panel:

Example of settings: