11-24-2025 08:47 AM - edited 11-24-2025 08:50 AM
Hello SystemLink forum,
is there a way how to create a customized table, where I can define my own columns and values inside a tile dashboard?
For example, I want to display temperature, voltage, etc. in a table.
The data itself is saved in tags on the SystemLink-Server.
Currently it's only possible to display test results or systems inside a table but I want to display my own data that's saved inside tags.
11-24-2025 08:51 AM
You can customize it beyond what Grafana supports using Web Applications built using G Web Application software or regular Web tech stack.
11-25-2025 10:34 AM - edited 11-25-2025 10:37 AM
Looks like you are using the basic tile-based dashboards (i.e. not Grafana) in SystemLink. Unfortunately they don't have a ton of configuration options. While it is a little bit more advance and currently not supported out of the box, you could try installing the optional Grafana support in SystemLink Server. The Grafana-based dashboards are much easier to customize and are what ship out of the box in SystemLink Enterprise for reference.
https://github.com/ni/grafana-plugins
This link should walk you through installing it, however you may want to start on a dev/test server at first until you are sure you like it before installing it on your production server.
11-26-2025 02:03 AM - edited 11-26-2025 02:09 AM
Thank you both for your reply.
I'm now using Grafana on my SystemLink-Server and was able to create dashboards as desired.
Before, I was only using the SystemLink basic dashboards.
Yes, I'm new to the forum and I will read the community guidelines and how to ask smart questions.