QuickOPC User's Guide and Reference
OffLimitBehavior Enumeration



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Components Namespace : OffLimitBehavior Enumeration
Specifies behavior when a value is off-the-limit.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<DisplayName2Attribute("Off-Limit Behavior")>
Public Enum OffLimitBehavior 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As OffLimitBehavior
[ComVisible(false)]
[DisplayName2("Off-Limit Behavior")]
public enum OffLimitBehavior : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[ComVisible(false)]
[DisplayName2("Off-Limit Behavior")]
public enum class OffLimitBehavior : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Clamp2Clamp the value when off-the-limit.
Error1Error behavior.
Normal0Normal behavior. Ignore the off-limit condition.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.BaseLib.Components.OffLimitBehavior

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also