I Need a project for tranining
29th August 2025
Hi Ruben, Here’s what you were looking for This should get you up and running with a system quite quickly. If there’s anything else you need, feel free to circle …
Answer
29th August 2025
Hi Ruben, Here’s what you were looking for This should get you up and running with a system quite quickly. If there’s anything else you need, feel free to circle …
29th August 2025
Hi Samita, One way to generate an alarm each time the number increases would be to set up a “Rate” alarm type. By setting the difference to 1, this will …
29th August 2025
Hi Sebastián, To retrieve data from logger tables, you should indeed be able to use the GetPartialTable SLNet message. This message allows for filtering, enabling you to extract only the …
29th August 2025
Hi Maximiliano, There might be other options that I’m not aware of, you should be able to do this with the Class Library. I suggest you take a look at …
29th August 2025
Hi Dan, I see that this question has been inactive for quite some time. Do you still need help with this, or have you been able to sort this out …
29th August 2025
Hi Ciprian, One way is to create VIsual Overview like Steve subscribed. Or perhaps the feature Hyperlinks will help you further: Hyperlinks.xml | DataMiner Docs Another way is just to …
29th August 2025
Hi Samita, That is because the alarm includes the value which the parameter has at the moment the threshold is reached. If the real-time value further increases over time, the …
29th August 2025
Hi Juan, The connector in question uses the redundant polling feature (docs), which allows DataMiner to switch to a secondary connection if the primary one times out. This is why …
29th August 2025
Hi Paul, Since each pair is separate, I do believe that the wizard will not take the difference between the Cassandra versions into account. Therefore, I believe you should be …
29th August 2025
Hi Michiel, You can define it in as a project property in the .csproj file. See docs: Skyline DataMiner SDK project properties | DataMiner Docs
29th August 2025
Hi Nancy, What result do you get if you try a different QAction number? (A number you have never used) Thanks, Dave
28th August 2025
Hi Hari, If you would like to retrieve the current the alarm state of a service, the data source Get Services provides the alarm state: If you are interested on …
28th August 2025
Well searching for another issue i found these on the Skyline Github: https://github.com/SkylineCommunications/SLC-GQIDS-ServiceAlarms https://github.com/SkylineCommunications/SLC-GQIDS-ServiceAlarmStates
28th August 2025
I’ve found that through the get parameters for elements where i can access those.
28th August 2025
Hi Gerwin, Maybe a possible option is to use the following ad-hoc data source: GitHub – SkylineCommunications/SLC-GQIDs-GetAllElementsInService This ad-hoc data source will return the elements available in a given service. …