The Calculation Summary Filters
The Calculation Summary provides a set of global filters that can be applied to the contents of the Calculation Summary Table.
The global filters provided are:
• All: Show all calculations.
• All Errors: Show all calculations in an error condition.
• Circular References: Show all calculations with circular references.
• Inhibited: Show all inhibited calculations.
• Manually Entered: Show all calculations whose value has been manually entered.
• Manually Overridden: Show all calculations whose value has been manually overridden.
• Missing Dependencies: Show all calculations with missing dependencies.
• Parse Errors: Show all calculations with syntax errors.
• Suspect Quality: Show all calculations with suspect quality as a result of a bad quality dependency.
• Trigger On Change: Show all calculations configured to evaluate on change.
• Trigger On Change and Periodically: Show all calculations configured to evaluate on change and periodically.
• Trigger Periodically: Show all calculations configured to evaluate periodically.
Understanding Quality Propagation
A calculation can reference another calculation or a SCADA measurement within its definition. If calculation X references calculation Y in its definition then X is said to be dependent on Y. When Y's value changes the value of X will in turn change.
The quality of a calculation is based on the quality of its dependents as follows:
The table is in order of precedence starting with the highest priority. If a calculation has many dependencies, then Parse Errors will take precedence, followed by Missing Dependencies, Circular References, and finally Suspect. For example, if calculation X is dependent on Y and Z, and Y has Suspect quality while Z has a missing dependency, then X's quality will be Missing Dependency.