Issue
Product Line
TAC IA SeriesEnvironment
- Niagara R2
- WorkPlace Pro graphics using GxText objects
Cause
Resolution
Niagara R2 provides objects in the programLib JAR that can detect override conditions and trigger color changes:
-
Detect Override Condition
- Use objects from
programLib/hvacfolder:- AoCheckForOverride
- BoCheckForOverride
- These objects output a Boolean flag when an override exists.
- Use objects from
-
Change Color on Override
- Use objects from
programLib/utilfolder:- ColorOvBinary
- ColorOvFloat
- Connect the priority input of these objects to the overridden object.
- When an override occurs, the linked object changes color (e.g., magenta).
- Use objects from
-
Update GxText
- Modify the Active Text as needed.
- Connect the color-changing object to the GxText on the graphic.
- The GxText will now change color when the override condition exists.