Hello!
A few of our protocols have an alarm log table, and we would like to automate the process of exporting the table via a C # automation script and the scheduler module. Is this function currently available in the Skyline Automation library? As I can't find it so far.
Kind regards,
Amber Rowe
Hi Amber,
Another alternative for your use use could be using Data Aggregator. This DxM allows you to run GQI queries periodically at fixed times. For example, using the data source Get parameters for elements where, you can query the content of that table across all the elements using a particular driver. Data Aggregator will execute the query periodically (for example, once a day) and store the result of the query in a CSV file.
Hope it helps.