Distributing the Alarm Management to Two Tasks
If the AlarmManagerTask
is only responsible for evaluating alarms, then it can be operated with higher priority and frequency (shorter task cycle time). This means that alarm events which are about to occur can also be detected. The alarm information is stored in a separate alarm storage task, which is created automatically and is not visible in the task configuration.
If you want to do this, then select the Alarm storage task option under the Settings tab in the editor of the Alarm Configuration object. Configure the task cycle time and the priority for the task there. This option is already active for newly created projects.
Note
Set a higher task cycle time and a lower priority for the alarm storage task than for the alarm manager task. The alarm storage task requires a slow frequency to execute file access to the alarm database.