LCA – Displaying value of variable in grid

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, …

Automation script can’t create Element

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 …

Login using HTTP on Protocol

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 = …

Exclude documentation sections from search

In the meantime, you can also use Google by prefixing your search with “site:http://docs.dataminer.services/develop/” (or any other documentation subsection).

Neural network in predictive analytics

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 …

Neural network in predictive analytics

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.

how to make a link between two dashboard ?

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. …

how to make a link between two dashboard ?

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 …

collect all active alarms and send via email

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 …