- Joined
- Nov 29, 2014
- Messages
- 1,307
- Reaction score
- 1,389
- Location
- New York
- What state or country do you live in
- New York
So I have text messaging set up and I get all kinds of texts reliably. Here is my programming:
Set OFF
If Output Sump_High = ON Then ON
If Output AutoFeed = ON Then OFF
If Output Maintenance = ON Then OFF
If Output Sump_V_Low = ON Then ON
If Output Skim_ovrflo = ON Then ON
If ALDSMP CLOSED Then ON
If Output DT_TMP_VHIGH = ON Then ON
If Output DT_TMP_VLOW = ON Then ON
If Error Wav_Left Then ON
If Error Wav_Right Then ON
If Output ATO_Low = ON Then ON
If Output pHOOR = ON Then ON
It's only the last statement that does not work. I have an output called pHOOR ("pH out of range") that is set to ON then my 8.0 <= pH <= 8.4. I can see that pHOOR is on when the pH is, in fact, out of range and I can also see that my TXTing is on whenever pHOOR is on...but I never get a text for pHOOR.
Set OFF
If Output Sump_High = ON Then ON
If Output AutoFeed = ON Then OFF
If Output Maintenance = ON Then OFF
If Output Sump_V_Low = ON Then ON
If Output Skim_ovrflo = ON Then ON
If ALDSMP CLOSED Then ON
If Output DT_TMP_VHIGH = ON Then ON
If Output DT_TMP_VLOW = ON Then ON
If Error Wav_Left Then ON
If Error Wav_Right Then ON
If Output ATO_Low = ON Then ON
If Output pHOOR = ON Then ON
It's only the last statement that does not work. I have an output called pHOOR ("pH out of range") that is set to ON then my 8.0 <= pH <= 8.4. I can see that pHOOR is on when the pH is, in fact, out of range and I can also see that my TXTing is on whenever pHOOR is on...but I never get a text for pHOOR.

