08-05-2011 10:06 AM
I need the alarm to be triggered when the channel value is 0x2C and only 0x2C.
Solved! Go to Solution.
08-08-2011 09:45 AM
Create a Calculated Channel and select "Conditional" from the dropdown list. Use the "=" condition to compare your channel to a constant value. The calculated channel will be 0 when the condition is false, and 1 when it is true. You can then create an alarm based on the calculated channel you created.
Hope that helps!