LCA – Displaying value of variable in grid
10th June 2025
Hi Stefan, Currently, the grid component and other components using templates only have access to the context of the query row they are representing. They cannot access other app context, …
Answer
10th June 2025
Hi Stefan, Currently, the grid component and other components using templates only have access to the context of the query row they are representing. They cannot access other app context, …
10th June 2025
Hi Stefan, There is currently no way to disable and enable a button component based on an other value or using a setting. We do have a task for this …
10th June 2025
HI you need to place Variable in {X} if you have more same elements for example like this and you want pre click to see the full review of that …
9th June 2025
Hi Davor, First you need to install the nuget package Skyline.DataMiner.Core.DataMinerSystem.Automation in your automation script solution. Then in your script instead of doing protocol.GetDms like in the documentation link you …
7th June 2025
Hi Bram, I use this QAction and work: using System; using System.Text; using Skyline.DataMiner.Scripting; public static class QAction { public static void Run(SLProtocol protocol) { try { string username = …
6th June 2025
In the meantime, you can also use Google by prefixing your search with “site:http://docs.dataminer.services/develop/” (or any other documentation subsection).
6th June 2025
Hi Toh, Proactive maintenance is definitely an interesting use-case, and to consider how data can be converted into insights to drive pro-active maintenance. However, this is a use-case that can …
6th June 2025
Have you checked out proactive cap detection? It’s not a neural network, but it seems to fit the bill when it comes to your use case.
6th June 2025
Hi, It is possible to create your own hyperlinks on a dashboard using the web component with custom HTML. These can be statically defined or linked to data using interpolation. …
6th June 2025
Hi Thierry, As far as I know this is not possible. However, you could use a LCA to create multiple pages, with each page displaying the same information as a …
6th June 2025
Hi Regan, Do you still need further follow-up on this question? If not, could you select this answer to indicate that it can be closed?
5th June 2025
Hi Marco, An option could be creating a dashboard that lists the active alarms and integrating it in an automation scriptL You can receive the list of active alarms using …
5th June 2025
Hi Alexander, When an Automation script is started by a user, all requests sent in that script (e.g. using engine.SendSLNetMessages) will be executed under that user context. This should thus …
5th June 2025
Figured it out: The DLL needs to be in the /Files folder, not in an subfolder in /Files
5th June 2025
Hi David, You are on the right track by using the ‘ExecuteScriptMessage’ :). The following page on the docs explains more in details what you can provide with the ‘Options’ …