Returns or sets the alarm type for the object.
Object.AlarmMode [ = enAlarmMode ]
The AlarmMode property syntax has the following parts:
Name |
Type |
Description |
Object |
APlot |
APlot object |
enAlarmMode |
enumAPlotAlarmMode |
An integer specifying the alarm type for the plot object. |
enumAPlotAlarmMode can be one of the following:
Name |
Value |
Description |
ApltAlarmModeNone |
0 * |
None |
ApltAlarmModeHigh |
1 |
High |
ApltAlarmModeLow |
2 |
Low |
ApltAlarmModeHighLow |
3 |
High Low |
ApltAlarmModeOutside |
4 |
Outside |
The following statement changes the APlot's alarm scan to be set to the Low value:
plt1.AlarmMode=ApltAlarmModeLow