Setup > Alarming > Add an Alarm Category

Add an Alarm Category

You can use alarm categories to group the alarms in your Citect SCADA system (see Categorize Alarms). Up to 16376 alarm categories can be created.

To add an alarm category to a project:

  1. In the Setup activity, select Alarming.
  2. On the menu below the Command Bar, select Alarm Categories.
  3. Type the required information in each column, or in the fields in the Property Grid (see below for a description of the fields).
  4. Click Save.

You will now be able to assign alarms to the category you have created in the System Model activity (see Assign an Alarm to an Alarm Category).

UNINTENDED EQUIPMENT OPERATION

When configuring an alarm category, do not use a blocking Cicode function in the following fields:

  • ON Action
  • OFF Action
  • ACK Action.

A blocking function or a lengthy operation will affect the polling of alarms, and may result in slow or delayed alarm processing. Therefore, do not configure long running functions in these fields but keep the functions simple or they may not be executed correctly. To execute complicated functions, it is recommended to use TaskNew() function to initiate a new task which performs the required function in a separate task.

If the configuration of these fields is updated and reloaded by the alarm server, the new actions will be executed. However, the updated configuration can not call any new or updated user functions which did not exist before reloading, even if a new task is used to run it. If used, nothing will happen until the alarm server is restarted. Hence, confirm that the updated actions do not refer to brand new or updated functions or tasks prior to reloading the alarm server.

Failure to follow these instructions can result in death, serious injury, or equipment damage.

Alarm Category Properties

See Also

Published June 2018