Enhanced Action Patterns

Articles

Advanced Query to get Top Event
This script uses several techniques that are useful to know when doing these types of queries. Please see the Advanced Query to get top event attachment for the SQL.  Premise: Manitou needs a single result returned from the SQ...
Confirmation Prompt
A number of customers want to ensure that the operators are aware of what they must do on their alarms.  Prior to 2.x, They would pop up notes that have no guarantee that they were read.  This action pattern allows them to receive a prompt tha...
Enhanced Action Patterns - Count Event Queries
Contents Count Event Queries Counting BA events in the last 60 minutes Counting Bypass events in the last 72 hours Looking for test signal (generator test) in the last 30 days Counting the Network tro...
How to Use the IF Canceled Logic Blocks and Limitations
Setup Detail This is an example of using the IF Canceled logic blocks in different instances.  IF Logic detail The initial IF block will look to see if a Cancel signal has come in before the operator gets the alarm and will...
TMA Standard Enhanced Action Pattern Setup
Find the file with information on TMA Standard Enhanced Action Pattern Setup here . ...
True False Queries
These queries are designed to determine a true false value to use as variables. Looking for Open/Close status of an area not the area received by the event: SELECT AREAOC = CASE WHEN AREAOC LIKE "1" THEN "TRUE" ELSE "FALSE" END F...