obixDriver-R2PointDeviceExt

 R2PointDeviceExt (default name Points) is the container for Obix proxy points under an R2ObixClient. It operates as in other drivers; see “About the Points extension” in the Drivers Guide. This component creates and manages a single watch used for all points that are currently read subscribed.

The following slots are unique or have special importance:

See the “R2ObixClient Points” section in the engineering notes document Niagara R2 to NiagaraAX via oBIX. The default and primary view for the Points extension is the ObixPointManager.

Watch operation summary

Note that a watch is not really “COV.” The basic mechanics of a watch are as follows:

  1. The client requests a watch (object) to be created on the server.

  2. The client registers (and unregisters) objects included in the server’s watch, using hrefs. The standard subscription mechanism is used on the NiagaraAX client side to select/deselect objects.

  3. The client periodically polls the watch on the server at the defined Watch Interval (above).

  4. The server returns a list of any changes in the watched items (since the last poll).