Applies To: |
|
Summary: |
I would like to use the CSV_Alarm.ci for my
redundant pair of Alarm Servers. How can I achieve
this? |
Solution: |
The miSoundPriority variable within the
CSV_Alarm.ci is used to determine which alarm sound is to be played
by setting the priority of the sound. The default is -1 if no sound
is to be played. Adding an additional function to set this value can be done to achieve redundancy. An example code would be: FUNCTION SetSoundPriority(INT iPriority) miSoundPriority
= iPriority; //You would THEN need TO set the following in the “Alarm Categories” field in Project Editor FOR your alarm defined with priority 1: ON
Action: SetSoundPriority(1); Additional things to note: |
Keywords: |
CSV, Audible Alarm, CSV_alarm.ci |
Related Links
Attachments