Apex texting not working (well, sort of)

  • Thread starter Thread starter jgvergo
  • Start date Start date
  • Tagged users None

jgvergo

Valuable Member
View Badges
Joined
Nov 29, 2014
Messages
1,307
Reaction score
1,389
Location
New York
What state or country do you live in
New York
Rating - 0%
0   0   0
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.
 
Try an underscore after pH. (pH_OOR)
See if that helps.
Or just add two codes instead of the one you have. One for low pH and one for high, it will alarm either way.
 
Try an underscore after pH. (pH_OOR)
See if that helps.
Or just add two codes instead of the one you have. One for low pH and one for high, it will alarm either way.
I tried the pH_OOR idea. That did not work. I also tried moving the statement to the top of my txt programming logic...no good.
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%
Back
Top