ValueCriteria
- Last UpdatedNov 17, 2021
- 1 minute read
Enables a criterion to be specified for the tagname value. The criterion acts as a calculation filter.
For example, if you are performing aggregate calculations on the tag "SysTimeSec" and want the aggregation based only on values > 20, set this parameter to:
"value > 20 AND value IS NOT NULL"
"quality = 0"
"value > 20 AND quality = 0"