User Tools

Site Tools


alarm_analysis:cross_data_updates

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
alarm_analysis:cross_data_updates [2023/12/29 13:39] – [Compile Alarm Properties] sualarm_analysis:cross_data_updates [2024/06/05 09:17] (current) su
Line 1: Line 1:
 ====== Cross Data Updates ====== ====== Cross Data Updates ======
  
-The Alarm Analysis event sink is where import rules are configured. +The Alarm Analysis event sink is where import rules are configured. Events are processed in a strict FIFO (First In - First Out) sequence. During this phase, the event is parsed purely on the content of the individual record
  
-Events are processed in a strict FIFO (First In - First Out) sequence. During this phase, the event is parsed purely on the content of the individual record. However, there is a secondary phase called "Cross Data Updateswhich works on a wider context by consulting historical data.+However, there is a secondary phase called Cross Data Updates” which works on a wider context which requires reading and updating historic data
 + 
 +Cross Data checks run independently of the import flow. If enabled, the Cross Data Checks poll the Alarm Analysis indices for new entries. If found, the process then seeks out related records and performs calculations.
  
 Cross Data Updates include the following functions... Cross Data Updates include the following functions...
Line 14: Line 16:
 ===== Dupe Check ===== ===== Dupe Check =====
  
-An event is considered a dupe if if shares the following properties with another event:+An event is considered a dupe if it shares the following properties with another event:
  
   * Timestamp   * Timestamp
Line 22: Line 24:
   * Priority   * Priority
  
-If a dupe is identified, the Event Type is updated with a "_Dupesuffix. The event remains in the Sequence of Events, but is removed from any KPIs.+If a dupe is identified, the Event Type is updated with a _Dupe” suffix. The event remains in the Sequence of Events, but is removed from any KPIs.
  
  
Line 29: Line 31:
 This process matches up ALMs and RTNs and calculates alarm duration, on-to-on duration, off-to-on duration, and flags if chattering. An alarm is considered chattering if it annunciates 3 or more times within a calendar minute. This process matches up ALMs and RTNs and calculates alarm duration, on-to-on duration, off-to-on duration, and flags if chattering. An alarm is considered chattering if it annunciates 3 or more times within a calendar minute.
  
- +  * On to Off (IO): Time from the alarm coming on to it going off (how long it is on) 
 +  * Off to On (OI): Time from alarm going off to it next coming on (how long it is off) 
 +  * On to On (II): Time from the alarm coming on to it next coming on (time between alarms)
  
  
alarm_analysis/cross_data_updates.txt · Last modified: 2024/06/05 09:17 by su