The deadband value shall be in the range 0-100 percent and only applies to analog (integer or float) types. The deadband will also apply to array types. The entire array is returned if any array element exceeds the deadband threshold.
Server default is 0. See the OPC DA Custom Specification for further detail.
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SubscribeRequestItem Dim value As Single instance.Deadband = value value = instance.Deadband |
C# | |
---|---|
[XmlAttributeAttribute()] public float Deadband {get; set;} |
Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
>