Control Architect Help Documentation
×
Menu
Index

NonCEE References

 
Chart views provide visual cues that indicate when NonCEE type Point.Parameter references are being used by applying a user defined color to both Watermark indicators on a Function Block surface and also any Pin Connection lines that are drawn in the Chart View.  NonCEE type references can be from LCN, SCADA, or other 3rd party data references.
 
 

Choosing the Color to use for identifying NonCEE Point references

 
The color to choose for NonCEE Point reference types is defined in the Data View options.
 
 

Examples

 
This example shows a Watermark on an AuxCalc type Function Block that has an expression containing a NonCEE type Parameter reference.
NonCEE References
1

Function Block using NonCEE Parameter Reference type

1. Function Block using NonCEE Parameter Reference type
This Watermark in the user defined color is shown on any Function Block surface that references a NonCEE Parameter reference type.
2

NonCEE Parameter Reference type

2. NonCEE Parameter Reference type
NonCEE Parameter reference types are always shown in the user defined color for NonCEE types.
3

ToolTip Notification

3. ToolTip Notification
If a Parameter reference is a NonCEE type, then a mouse cursor ToolTip indicates this status.
 
 

Using PolicyCop to find all NonCEE Reference types

 
PolicyCop supports an API Method named DataMethods.GetNonCeeReferences() that returns a string array of all CM.BlockName instances where a NonCEE Point reference is being used.  There is a Rule provided with the PolicyCop RuleSets named AnyNonCEEReferences that uses this API method that can be executed on any PKS CEE XML configuration project to quickly identify usage.