Export Of Alarms To Csv File


orlee

Recommended Posts

There isn't a way to export events in a csv file because events usually have carriage returns in it, and carriage returns have special meaning in CSV files.  So, no, they do not export, and I believe if you reimport, you will lose any existing events.  I believe for Channels, however, as long as you don't change the name, it will retain the event.  You would have to try it with Alarms to see if this also holds.

Link to comment
Share on other sites

I see,

Alternately, is there a method to create Alarms within scripting?  Something like the command: 

 

Add(channel name, [device = "Test"], [device number = 0], [i/o type = "A to D"],
[channel = 0], [timing = 0], [offset = 0], [specifier = ""], [group = "Main"])
 
?
 
That would make a good solution as well
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.