DeadBand

<< Click to Display Table of Contents >>

 

DeadBand

Number This property allows adjusting a minimum variation level of an OPC Tag, so that it can be updated. This property only applies to OPC Group Tags that are considered as of analog type by the OPC Server to which the OPC Driver is connected. The valid interval for this property is between 0 (zero) and 100%. A value of 0 (zero) for this property means that any variation in the value of an OPC Group Tag implies in updating this OPC Group. This percentage applies to each Tag according to their engineering limits (defined in the OPC server). To update a Tag, the following expression must be true (evaluated in the OPC server):

Abs(Previously_stored_value – Current_value) > (DeadBand / 100) * Abs(Upper_limit – Lower_limit)

 

Default value of this property is 0 (zero).

Was this page useful?