aqua80
New member
I can't seem to program the apex to send email in case of change in conductivity...
in the email outlet setup:
Set OFF
If Temp > 82.0 Then ON
If Temp < 75.0 Then ON
If pH < 07.90 Then ON
If pH > 08.20 Then ON
if cond < 46 then on
if cond > 53 then on
I get no error message but then when I look again later in the outlet code, here is what I get :
Set OFF
If Temp > 82.0 Then ON
If Temp < 75.0 Then ON
If pH < 07.90 Then ON
If pH > 08.20 Then ON
If pH < 04.6 Then ON
If pH > 05.3 Then ON
????
apex changed that by itself !
what am I doing wrong here ?
my probe name is cond
firmware :4.04_BC10
thanks !
in the email outlet setup:
Set OFF
If Temp > 82.0 Then ON
If Temp < 75.0 Then ON
If pH < 07.90 Then ON
If pH > 08.20 Then ON
if cond < 46 then on
if cond > 53 then on
I get no error message but then when I look again later in the outlet code, here is what I get :
Set OFF
If Temp > 82.0 Then ON
If Temp < 75.0 Then ON
If pH < 07.90 Then ON
If pH > 08.20 Then ON
If pH < 04.6 Then ON
If pH > 05.3 Then ON
????
apex changed that by itself !
what am I doing wrong here ?
my probe name is cond
firmware :4.04_BC10
thanks !