AlarmFileName 

Indicates the root file name for the alarm log and alarm database files. The default root file name is "Alarms", resulting in the alarm log file being named "Alarms.LOG", and the alarm database file being named "Alarms.DB".

Note: You must stop the application and delete the Alarms.DB and Alarms.LOG files from your application directory in order for AlarmFileName to modify the default root file name.

Related Variables: The AlarmLogFreq variable described below enables you to indicate the frequency at which the alarm log file is updated. The value of AlarmLogFreq also affects the name format of the alarm log file. For example, if you set AlarmLogFreq to "D", causing VTS to create log files on a daily basis, the name of the alarm log file will include the root file name specified for the AlarmFileName variable, followed by the date in the format "YYYYMMDD" with the extension ".LOG". (For example, if you set AlarmFileName to "MyAlarms", and set AlarmLogFreq to "D", the resulting alarm log file will be named "MyAlarms20011229.LOG".)

Default: AlarmFileName = Alarms