Contains the properties of a Points Alarm | |
Description: | The CimPointAlarm object contains the point
alarm information for a CIMPLICITY point. Examples set points = project.points Dim point as CimPoint set point = points.Item("R1") point.PointAlarm.AlarmConfigured = True point.PointAlarm.AlarmHigh = 100 point.PointAlarm.AlarmLow = -100 point.PointAlarm.WarningHigh = 75 point.PointAlarm.WarningLow = -75 point.PointAlarm.AlarmMessage = "%ID in %STATE with value
%VAL" Example for Boolean Points ' To Alarm on Value of 1 point.PointAlarm.AlarmHigh = 1 ' To Alarm on Value of 0 point.PointAlarm.WarningHigh = 0 |
Properties: | Alarm , AlarmConfigured , AlarmCriteria , AlarmDelay , AlarmHigh , AlarmLow , AlarmMessage , AlarmStrID , AlarmValueUpdate , DeviationPtID , TimeInterval , TimeUnit , WarningHigh , WarningLow |
Methods: |