Generic XML File Reader Protocol

Hi Ashwiny A possible workaround is to use two scheduler tasks. One starts 30 seconds after the other. This way, you achieve the 30-second cycle Regards,

Generic XML File Reader Protocol

Hi Ashwiny, Since it is not possible to set a repetition period lower than one minute in the scheduler, I believe the best approach here is to update the current …

How to convert custom GQI to custom connector ?

Hi Apurva, Currently, the Scripted connectors support python and powershell programming languages, so you will have to convert your C# custom GQI connector to e.g. a python script that creates …

Generic XML File Reader Protocol

Hi Ashwiny, If you’re looking for a way to periodically click the check button while maintaining full control, you could create an automation script (that performs the click on the …

audible alert configuration: one for all?

Hi Dojo, well, the solution was simple: everything works as designed, but we only applied quick filters instead of proper filtering in the individual alarm tabs. Therefore the alarms in …

Real Time Updates – Dashboards vs LCA

Hi Carlos, Are you seeing this when using the exact same query on both the dashboard & in the LCA? GQI has 2 different ways of updating data that depend …

Life cycle of objects in scripts

Hi Edib, Thanks for your question! Here’s a detailed explanation of how objects are created and destroyed in the context of SLAutomation scripts: Lifecycle of Automation Script Objects: In SLAutomation, …

Life cycle of objects in scripts

Hi Edib, Automation scripts are run as part of the SLAutomation process. As such, the life cycle of objects in a script respects the life cycle of C# objects in …