I want to set some parameters to control Kalk and AB Dosing in DOS. Curious if the below will work?
I want to turn the Kalk off if the PH is too high and the CA and Alk dos off if the Kalk is keeping up...
Kalk DOS
Fallback OFF
tdata 00:00:00,1,21,0,39,3,72,102,0,61,1,164,14,0
If pH > 8.40 Then OFF
Alk DOS
Fallback OFF
If Alkx6 > 9.50 Then OFF
tdata 00:00:00,1,21,0,2,3,72,25,0,2,2,88,14,0
tdata 21:01:00,1,21,0,3,2,148,16,0,5,0,120,11,0
CA DOS
Fallback OFF
If Cax6 > 466 Then OFF
tdata 08:00:00,1,21,0,1,3,72,50,0,1,4,176,14,0
I want to turn the Kalk off if the PH is too high and the CA and Alk dos off if the Kalk is keeping up...
Kalk DOS
Fallback OFF
tdata 00:00:00,1,21,0,39,3,72,102,0,61,1,164,14,0
If pH > 8.40 Then OFF
Alk DOS
Fallback OFF
If Alkx6 > 9.50 Then OFF
tdata 00:00:00,1,21,0,2,3,72,25,0,2,2,88,14,0
tdata 21:01:00,1,21,0,3,2,148,16,0,5,0,120,11,0
CA DOS
Fallback OFF
If Cax6 > 466 Then OFF
tdata 08:00:00,1,21,0,1,3,72,50,0,1,4,176,14,0