By default, the Discovered table for BACnet objects lists the single BACnet device object at top, and other objects underneath, with each object initially occupying a single row.

To open this view, expand and double-click on the Points Folder.
| Column | Description |
|---|---|
| Object Name | Displays the unique name of the discovered BACnet object. |
| Object ID | Identifies the discovered BACnet object. This number is a combination of BACnet object type and instance number (unique within that type). In this column, these two properties appear separated by a colon (:), using descriptors for type. |
| Property Id | Reports the Property ID for the discovered BACnet object. By default, all objects that have a Present_Value property are listed with this value on
top. BACnet objects without a Present_Value property (for example, a device object or trend log object) list showing another
property as the top Property ID.Typically, present value is the most useful piece of data from any BACnet object. However, you can expand any discovered
object to see all its properties as children in the Discovered pane, where each one is a separate proxy point candidate. Additionally, properties that are arrays are further expandable.
|
| Index | Reports a number into an arrayed property, if selected, otherwise this column cell is blank. |
| Value | Reports the static value of the associated property, captured when the system retrieved the object list (or, for any non-default
properties, when you expanded the top property).
Discovered values display showing any descriptors associated with the BACnet object’s related properties (Units, Active_Text, Inactive_Text, and so on). |
| Description | Reports any available character string Description for the BACnet object. In many cases, this value may be blank.
|
The Database table contains existing BACnet proxy points, where each appears as a row in the table. Each proxy point represents one data item from a specific BACnet object in that device.
| Column | Description |
|---|---|
| Path | Reports the station path to the proxy point. |
| Name | Reports the name for the BACnet proxy point. If you added the point from a discover (selecting the default presentValue property),
and did not edit Object Name, this name is identical to the BACnet object’s name. As needed, you can edit this value.
|
| Type | Reports the type of point that the proxy is based upon (BooleanWritable, NumericPoint, etc.). |
| Out | Reports the current out value, including any point facets. This defaults to the single (configured) property value along with status for the proxy point. Since BACnet supports its own native status in addition to the Framework’s status, you can edit point facets to poll for additional properties, such as the native status Flags and/or priority Array levels. |
| Enabled | Reports if the proxy point is currently enabled for communication. |
| Object ID | Reports the Object Id property of the proxied BACnet object, which is a combination of BACnet object type and instance number (unique within that
type). In this column, these two properties appear separated by a colon (:), using descriptors for type.
|
| Property ID | Reports the BACnet property name proxied by the point. For example Present Value or Event State, depending on the selection.
|
| Index | Applies only if an arrayed property, like Priority Array (otherwise it is -1 for no index). Provides a numeric index into the property array.
|
| Tuning Policy Name | Identifies the name of the network’s tuning policy component assigned to the point. |
| Data Type | Identifies the ASN data type for the property (ENUMERATED, REAL, and so on). |
| Read | Identifies the read-only read status of the proxy extension, which is typically either Polled, COV, or unsubscribed, depending on a number of factors. If a read error occurs, other descriptive text may appear instead. |
| Write | Identifies the read-only write status of the proxy extension, which is typically read only if the proxy point is not writable or, if it is a writable point type, either writable or ok (the last write occurred within the effective tuning policy period). Or, if a write operation fails, the write status provides
some descriptive text.
For example, If you create a writable point for a read-only object (say, a NumericWritable for presentValue of an Analog_Input object), and attempt to write to it, the write status may show: Property:Write Access Denied. If the error is actually a BACnet Error, then this colon-separated format will contain the Error Class and Error Code returned by the device. |
| Device Facets | Reports the learned facets from the source BACnet object. |
| Facets | Reports the facets in use by the parent proxy point. |
| Conversion | Identifies the conversion used between device facets and point facets (typically Default).
|
| Read Value | Reports the last value read from device, and expressed in device facets. |
| Write Value | Reports the last value written using device facets. (Applies to writable types only.) |
| Fault cause | Displays the reason why the object is unable to connect the device. |