Automation c# substring

Hi Joel, ‘Substring’ starts with a capital which is probably the reason you’re seeing this exception. Creating automation scripts in DIS would also indicate any syntax errors that are encountered …

Duplicate pages in a low code app

Hey Andre, Low-code apps are stored into the c:\Skyline DataMiner\Applications. Every folder corresponds to a low-code app, and the name of the folder corresponds to guid that you’ll find into …

Async HTTP Request from Automation script?

Hi Robin, I’ve used below code in the past to send a async HTTP request public class Script { private static HttpClient httpClient = new HttpClient(); public void Run(Engine engine) …

Matrix Labels not being updated

Hi Fenta, Is the “matrixconfigV2.xml” in your case a new file? Changing the size of a matrix has impact as the saved labels will shift. Also note that having a …

IEEE 754 Floating Point

Hi, I don’t think that there is a direct conversion available from the xml tags. The conversion will probably have to be done through a conversion via a QAction: -Hide …

Anomaly detection configuration

Hi Elvio, Configuration of Anomaly detection is not possible for the moment. The severity of the alarm is calculated by Analytics considering multiple factors such as the alarmtemplate itself, how …