Specifies the trigger condition for a device point | |
Description: | CimDeviceTriggerEnum defines the trigger condition for a device point. See the Point Configuration documentation for additional information. |
Values: |
cimNoTrigger -
No triggering (default)
cimTriggerOnchange - Trigger when the trigger point
changes
cimTriggerEQ -
Trigger when the trigger point equal the trigger value
cimTriggerLT -
Trigger when the trigger point is less than the trigger value
cimTriggerGT -
Trigger when the trigger point is greater than the trigger
value
cimTriggerLE -
Trigger when the trigger point is less than or equal the trigger
value
cimTriggerGE -
Trigger when the trigger point is greater than or equal the trigger
value
|