AlmCatName

Description:              This statement defines an alarm category name.

Returns:                    Nothing

Usage:                       Script or Steady State

Format:                      AlmCatName(Category, Name)

Parameters:             Category   { numeric }  { required }  { no default: }

                                                Any numeric expression giving the alarm category number. Valid values are in the range of 0 to 255 inclusive.

                                    Name    { text }  { required }  { no default: }

                                                A text expression giving the name of the alarm category.

Comments:               If the alarm category name is changed, the new category name will be used in all future alarm messages on the printer and will affect the category names displayed by the AlmList statement. Alarms already recorded in the disk history file will not be affected by the name change. If two AlmCatName statements set the same category to different names, the name of the statement executed most recent will be used.

Example:

AlmCatName(0, "Section Q Maintenance");

The example above sets the category name for category 0 to "Section Q Maintenance".

See Also:

Alarm | AlarmCat | AlarmInst | AlmAck | AlmAckID | AlmArray | AlmColor | AlmEnable | AlmList | AlmTone | NumAlarm