OPC Studio User's Guide and Reference
OffLimitBehavior Enumeration



View with Navigation Tools
OpcLabs.BaseLibComponents 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
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 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also