Code to automatically Enable/Disable probes in Apex Fusion?

chaostactics

Valuable Member
View Badges
Joined
Jul 5, 2010
Messages
1,155
Reaction score
677
Location
Maryland
Rating - 0%
0   0   0
Is there a way to code to temporarily disable probes when x event occurs?

I would like my pH and salt probes to stop reading when my ATO is active so that my alarms aren't triggered and my other equipment doesn't change states based on pH and salt readings. Thank you.
 
The probes will always gather data, and there's no programmable way to turn them off. However, you can programmatically suspend the alarm programming. The best way to do this is to place monitoring of specific conditions into a virtual output, program it to ignore the readings when the ATO is active, and then monitor that virtual output state in your EmailAlm program.

Example:

[Alert_Salt] --- virtual output
Set OFF
If Salt < 33.0 Then ON
If Salt > 35.5 Then ON
If Output ATO = ON Then OFF

[EmailAlm]
Set OFF
If Output Alert_Salt = ON Then ON

See my tutorial on Virtual Outputs for more details: https://www.reef2reef.com/ams/neptune-apex-programming-tutorials-part-5-virtual-outputs.703/

Also see my tutorial on Apex Alarm Programming for more alarm tips & tricks: https://www.reef2reef.com/ams/neptune-apex-programming-tutorials-part-6-alarms.707/
 

TOP 10 Trending Threads

ARE YOU READY TO CONFESS TO CRAZIEST, DUMBEST, FUNNIEST THING YOU’VE EVER DONE IN REEFING?

  • Yeah, I'll confess! (Share your story in the comments!)

    Votes: 62 55.4%
  • Nah, I'll keep mine a secret...(Don't be like that, share with the class!)

    Votes: 50 44.6%
Back
Top
Home
Post thread…
Market
What's new