This is the files format:
1,Motor Overloaded
2,UnderLayer Side Saftey Door Open -OR- Material Choke in Screw Feed
3,UL Carrier Alarm,Red
4,FM Carrier Alarm,Red
5,Poke or Level Alarm
6,Auto Checker Alarm
7,Press Alarm,Red
I usually create them as a .txt file, but I do believe it will also accept any extension. You do have to specify the extension in the IniFileName property
This is the technique I use:
- Right click the AdvancedHMI project in Solution Explorer and select Add->New Item
- From the list select Text file
- Enter the alarms in the file
- With the alarm file selected in Solution Explorer, go to the Properties Window
- Set CopyToOutputDirectory to Copy if Newer
- Select the MessageDisplayByValue and set the IniFileName property to the name of the text file
Unfortunately there is no easy way to transfer existing messages into a Text file.