Echelon i.LON SmartServer 2.0 User Manual
Page 197

i.LON SmartServer 2.0 Programmer’s Reference
13-9
LonFormat="">2
LonFormat="UCPTcompFunction">FN_NUL
LonFormat="">100.0 1
Each case rule is defined by a
should be filled in within each
Property Description
The index number of the case rule.
NOTE: If more than one case rule attempts to assign a value to the
same data point or data point field, the case rule listed last in the
XML file (i.e. the one with the highest index number) takes
precedence.
A reference to the
point. The value of this data point will be compared to the
comparison function defined by the
property.
If the result of the comparison is True, the case rule will modify the
value of the input data point using the operations determined by the
resulting value to the output data point specified in the
If the input point has a structured data type and you need to
evaluate a field within the structure, you need to specify that field
in this property.
You do not need to specify this property if you are evaluating a
scalar data point or a structured data point as a whole.
A reference to the
point in which the value calculated by this case rule is to be stored.
If the output point has a structured data type and you are writing to
a field within the structure, you need to specify that field in this
property.
You do not need to specify this property if you are writing to a
scalar data point or a structured data point as a whole.
If you are evaluating a data point in the case rule, specify the
If you are not evaluating a data point in the rule, specify FN_NUL
for
The