VariableDatabase.TriggerType Enumeration
This enumeration identifies the trigger type.
Namespace:
IntervalZero.MaxRT.Libraries.VariableDatabase
Assembly:
IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.0)
Syntax
public enum TriggerType
Members
|
Name |
Value | Description |
|---|---|---|
|
Immediately |
0 |
Triggers the log immediately. |
|
AboveLimit |
1 |
Triggers the log when the current value is greater than the trigger value. |
|
BelowLimit |
2 |
Triggers the log when the current value is less than the trigger value. |
|
AboveAbs |
3 |
Triggers the log when the current value is greater than the trigger value, regardless of its sign. |
|
BelowAbs |
4 |
Triggers the log when the current value is less than the trigger value, regardless of its sign. |
See Also: