Issue
Product Line
TAC IA SeriesEnvironment
- I/A Series R2 graphic screens
- BACnet controller inputs displayed on Niagara graphics
- MNB controller firmware version 1.2 or higher
Cause
- Purple color indicates the BACnet OVERRIDDEN flag is set to TRUE.
- This behavior is normal and results from compliance with BACnet Specification 135-2004 for BTL certification.
- Read-only BACnet objects (e.g., Analog Value, Binary Value) must indicate an override condition because their Present Value cannot be changed via BACnet services.
- Niagara interprets this as overridden, even though it is simply read-only.
Resolution
Two approaches to prevent purple override indication:
-
Buffer the Value Using Native Niagara Objects
- Use a Niagara AI object to display the value without transferring the override condition.
- If BACnet points are in a poll-on-demand container, add a
gxtype object linked to the BACnet point (invisible) to initiate polling. - Display the value using another
gxobject linked to the AI object.
-
Disable Status Color on GxText Objects
- Configure the
statusColorEnabledproperty of the GxText object to false. - This prevents the purple background from appearing.
- Configure the