Prerequisites: The computer is connected to a remote controller station using
Workbench.
- Expand and double-click the point.
- Expand the Proxy Ext and click the chevron next to Facets.
- Edit the point facets to include additional properties (beyond the configured property) for polling—one of which could be
statusFlags.
This facets edit applies to the main point’s facets (and not device facets in its ProxyExt).
- To add to the point poll, click the add button (
) and add Boolean facet(s) with any of these (Key) names:
- statusFlags for the Status_Flags property
- priorityArray for the Priority_Array property
- eventState for the Event_State property
- reliability for the Reliability property
- To complete the add, click OK.
After adding additional facet(s), the status of a proxy point reflects resulting metadata from additional polled properties
in these ways:
- statusFlags merge with the proxy point status (bits of BStatus).
- priorityArray shows bac=X, where X is 1 to 16.
- eventState, as a facet, shows state=stateName, where stateName is the name of a BacnetEventState enumeration, such as normal, offnormal, highLimit, and so on.
- reliability, as a facet, shows reliability=reliabilityEnum, where reliabilityEnum is one of the BacnetReliability values, such as noFaultDetected, overRange, and so on.