User Manual

Table Of Contents
Data point integration
Advanced integration functions
3
A6V11604297_en--_g
31 | 195
Clear the check box to manually remove a data point from integration.
The Source column indicates if a data point was added by the template, manually added or
manually removed for integration.
Provided filter text
Does not apply for BACnet devices and systems.
Tags column
Displays semantic tags that are applied during data point integration.
Does not apply for BACnet devices and systems.
Operator
Description
Example
[tag name]
Matches any record that has the tag,
regardless of its value.
coil includes any record with the coil tag
==
Equal to
navName == "Outside air temperature"
!=
Not equal to
baObjectType != "0"
<
Less than
Temp < 75
<=
Less than or equal to
Temp <= 75
>
Greater than
Temp > 75
>=
Greater than or equal to
Temp >= 75
or
and
not
Use to combine filters. For example,
site or equip
equip and netObjectAccess >= 3
equip and not hvacRtu
->
Dereference operator.
Use the dereference operator to
dereference a tag that has a Ref value.
For example, if your equipRef has a
siteRef tag that references the site, you
can query that Ref as follows:
equipRef->navName ==
"Universal"
equipRef, ahuRef or siteRef are valid
entity references.
equipRef->navName == "Universal"
Building
Universal
HVAC
Chiller
Boiler
Reading the expression equipRef->navName ==
"Universal" describes an object that meets the
following characteristics:
It (HVAC, Chiller, Boiler) has an equipRef tag
which is a ref
and what the equipRef tag points to has a
navName tag
and the value of that navName tag is equal to
Universal