01-10-2013 02:07 AM
Hi,
Is there any way to display alarm history in some sort of table? For example to import it to the DataTable object. Or to export it to the Excel or csv file.
Thanks in advance
01-10-2013 12:35 PM
NI MAX (Measurement and Automation Explorer) you can access older alarms and events.
02-05-2013 05:51 AM
Thanks for the answer, but I know for that solution. I wonder is there a way to show alarm history in Lookout Runtime?
02-05-2013 01:46 PM
May look into the ActiveX object NI AlarmEvent Browser. After that, the only other way is via SQL (roll your own type of solution) and Datatable/SQLExec.