05-13-2013 08:41 AM
Hello!
I have cRIO system connected to PC with Citadel database. I need to store the aquired data and to register the alarms. But the connection to RIO chassis may be lost for a long time (up to 7 days). I'm preliminarily writing data with timestamps to spreedsheet file. When the connection is re-established the file is downloaded to PC. DSC VI Write Trace write only traces, but alarms are not registered. Does exist another way to import data with timestamp from spreadsheet file to Citadel 5 than it is described in http://www.ni.com/white-paper/3485/en?
05-14-2013 12:33 PM
Hi Valery_S,
From what I could dig up there does not seem to be a way to log alarms in the same way you log the data with the timestamps. You could add some logic to determine if there should be an alarm and use User Defined Alarms as you are writing your traces.
05-16-2013 05:13 AM
Thank you, Haagen-Dazs.
I've already considered this possibility, but User Defined Alarm is set only once (new event - new User Defined Alarm) and cleared when LabVIEW shuts down. In my application it is required storage trace and all alarms during, for example, three years.
05-17-2013 02:12 PM
05-23-2013 02:44 PM