LCA – Timeline, Conditional Coloring based on Current Time
4th July 2025
Hi Felix, I believe the best way to approach this is through a custom operator in GQI that reflects the state of the item. This could add an enum value …
Answer
4th July 2025
Hi Felix, I believe the best way to approach this is through a custom operator in GQI that reflects the state of the item. This could add an enum value …
4th July 2025
Hi, you can access the write parameters IDs at Parameter.Write.XXX_1902 in a similar fashion to other parameters. You can also retrieve the trigger PID using protocol.GetTriggerParameter().
3rd July 2025
Hi Ryan, As SLProtocol is responsible for managing all the elements in your system and requires multiple threads, mutexes, and other system resources, it is not necessarily a reason for …
3rd July 2025
Hi Ryan, The handle count on its own is not a reason for concern, as SLProtocol may have a large amount of resources that it needs to manage associated with …
3rd July 2025
Hi Alberto, You are correct, if it runs on-prem, that should indeed also run smoothly in DaaS. That is basically the same software, so there is no real difference for …
3rd July 2025
Hi all, thanks to Wouter Demuynck, who has answered my similar question in the other Dojo task, I was led to the following insight. Wouter suggested that the backup procedure …
3rd July 2025
Not sure if it matches your use-case 100%, but it is possible to use GQI to make a query on alarm data. This can be displayed in a table. There’s …
3rd July 2025
Hi Stefan On the troubleshooting page for the Skyline.DataMiner.Sdk you can find more information: Troubleshooting – Skyline DataMiner SDK | DataMiner Docs
3rd July 2025
Hi Daniel, Your rule is almost correct: The alarm filter configures the rule to keep track of the active alarm events of both element 1 and 2. This is fine. …
2nd July 2025
Hi Mohan, Could you please clarify whether you are referring to editing an alarm template? Where exactly do you need to apply these filters? If you are working with alarm …
2nd July 2025
Hi Ramunas, I don’t believe such an option exists. The best way to proceed would be to filter out any alarms that are not relevant to you.
2nd July 2025
below is the code that works best for my use-case. What helped most is the service.ParameterSettings.IncludedParameters public static string[] hcoConnectors = new string[] { “Evertz 7800R2x2-ACS-3G”, “Snell Wilcox HCO51 RollCall”, …
2nd July 2025
Hi Fery, Technically, it is possible to extract that information, although not in a straightforward way.You can try using the internal call GetInfoMessage with the type SecurityInfo, connected to one …
2nd July 2025
Hi Alexandre, At this point, this isn’t possible. You can manually set ‘Everyone’ to ‘No access’ and assign yourself editor rights after creating or duplicating the app. If this is …
2nd July 2025
Hi Hari, I’m not sure I fully understood the workflow. Is the time range feeding the table, or is it the other way around (i.e., the table feeding the time …