email alarm and conductivity not working !

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 !
 
Hmm, almost sounds like a bug...

Try making the program change using the display and see if it shows a different name for the probe.
 
Hmm, almost sounds like a bug...

Try making the program change using the display and see if it shows a different name for the probe.

Thanks a lot !
Making the program with the display solved my issue...
the probe name was correct
web page bug ? (mac osx with firefox)
 
Back
Top