I would like to set an alarm for high PH but need it to wait 30 seconds before emailing. I am getting false alarms when my doser is dosing ALK. I would also like advice programming my dosing pump on high PH but need it to wait 30 seconds before shutting off for the same reason.


Here's my current alarm programming:

Set OFF
If ALD_FL CLOSED Then ON
If ALD_SU CLOSED Then ON
If Sump_H OPEN Then ON
If Sump_L CLOSED Then ON
If Tmp > 79.0 Then ON
If Tmp < 76.0 Then ON
If pH > 8.30 Then ON
If pH < 7.95 Then ON
If SWRS_H CLOSED Then ON
If RORS_H CLOSED Then ON
If Skim_H CLOSED Then ON
If FeedA 000 Then OFF
If Salt > 36.5 Then ON
If Salt < 33.5 Then ON

Here's my current doser programming:

Fallback OFF
Set ON
If pH > 8.30 Then OFF
If pH < 7.90 Then OFF