HTTP Protocol, can’t login at first time
10th June 2025
Hi Jose, Your login button (PID 138) has two triggers: one to send the HTTP request to the device, and one that triggers a QAction. The QAction is probably to …
Answer
10th June 2025
Hi Jose, Your login button (PID 138) has two triggers: one to send the HTTP request to the device, and one that triggers a QAction. The QAction is probably to …
10th June 2025
Hi Jose, Since ‘Token’ is not a standard HTTP request header, DIS gives you a warning as this is often the result of a mistake. Typically the ‘Authorization’ header is …
10th June 2025
Hi Juan, Based on your comment, I get the impression that this question no longer needs any further answers. If this is indeed the case, could you select this 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 …