Alarm import function for CSV files: ----------------------------------------------------------------------------------------------------- In the first line of the CSV file, the used fieldnames need to be specified. The available fieldnames are listed in the nvaimport.xls. The first fieldname has to be alarmkey or the function will return an error. For every field that is imported, there are min and max values. The imported value has to be valid or it is not imported and a warning message is shown. The entries in the CSV file need to be seperated by an ; If an other seperation char is used, the entry has to be changed in the nvaconf.ini under [Config] CSVSeparationChar= See the nvalarm.csv as example.