EnableDeadBand

<< Click to Display Table of Contents >>

 

EnableDeadBand

Boolean Enables or disables the PercentDeadBand property of Block Elements. If this property is set to True, the Block value is only updated when it changes, and its new value exceeds the limit defined by the PercentDeadBand property of any of its Block Elements. Otherwise, this Block is always updated, and dead band limits are not checked. Whenever possible, users must keep the dead band enabled, because it enhances data acquisition and processing performance. Usually, dead band is disabled only for Tags that return values representing events which must be handled on Tag's OnRead event. Default value of this property is True.

 

NOTES

In case there are more than one Block Element mapped to the same index, the dead band configuration used is the one that results in the smallest absolute dead band value

If any Block index contains an unmapped Element, the dead band in this index is equal to 0 (zero), that is, any variation in the value of the Element violates the dead band

If the EnableDeadBand property is enabled, the last value sent to the Block is compared to the current value read, Element by Element. If any Block Element violates its dead band, the whole Block is updated

Was this page useful?