Question:
How can I export an alarms table to Excel format?
Solution:
To do so, create a text report and set it up to retrieve data from the alarms’ *.dat file. Soon after, create a button with the following script to export *.csv format, like in the example:
Report1.PrintToFile(“Alarms.CSV”,1,”;”,1,0)