Returns or sets the high value of the alarm.
Object.PlotAlarmHigh [ = dAlarmHigh ]
The PlotAlarmHigh property syntax has the following parts:
Name |
Type |
Description |
Object |
APlot |
APlot object |
dAlarmHigh |
Double |
An integer specifying the high value of the alarm for the object. |
The default is zero.
The following statement changes the APlot to activate the high alarm when the plot value reaches 55.
plt1.AlarmHigh=55