Apex programming Q

mermaid_life

Well-Known Member
View Badges
Joined
Dec 31, 2018
Messages
772
Reaction score
608
Location
San Diego
Rating - 100%
1   0   0
Hi, I apologize if this has already been asked but it's pretty critical on my tank - until I figure out another way - so I just wanted to ask....

Is there a way to program an outlet on apex to stay off after a power outage until I manual turn it back on?
 
I'm not sure - but - perhaps a better solution could be had if you said 'why'
 
I connected a small tank to my existing display. I'm not super confident right now that after a power outage, the balance of flow in/out will self settle.
 
The Fallback statement should handle most of those types of usage however a foolproof method is the When statement provided it does not conflict with any other programming. This is why it is important to include the reason for the use along with your current programing for the outlet.

Option 1:

Outlet...
Fallback off

(this will set the outlet to off should it ever lose communication with the Apex as it will during a power outage) However this will only work if the Apex has some type of backup power (it can not change the state of the relays without power).

Option 2:

Virtual outlet for Power outage...
Set on
IF Power apex off 000 then off
When OFF 000 THEN OFF

Outlet...
IF Outlet virtual outlet for power outage name OFF THEN OFF

(the when statement will set the desired state of any outlet that is set to auto until it is physically set back to auto) No programing that I am aware of can change the outlet status after a When statement has been triggered.
Again this will only work if the Apex has some type of backup power (it can not change the state of the relays without power).

Let us know what you want to do and include your current programing along with any other relevant information so we can be more specific and provide the best information.
 
The Fallback statement should handle most of those types of usage however a foolproof method is the When statement provided it does not conflict with any other programming. This is why it is important to include the reason for the use along with your current programing for the outlet.

Option 1:

Outlet...
Fallback off

(this will set the outlet to off should it ever lose communication with the Apex as it will during a power outage) However this will only work if the Apex has some type of backup power (it can not change the state of the relays without power).

Option 2:

Virtual outlet for Power outage...
Set on
IF Power apex off 000 then off
When OFF 000 THEN OFF

Outlet...
IF Outlet virtual outlet for power outage name OFF THEN OFF

(the when statement will set the desired state of any outlet that is set to auto until it is physically set back to auto) No programing that I am aware of can change the outlet status after a When statement has been triggered.
Again this will only work if the Apex has some type of backup power (it can not change the state of the relays without power).

Let us know what you want to do and include your current programing along with any other relevant information so we can be more specific and provide the best information.
Thank you! I appreciate the help. I used option 1 for now.

I think I'm testing my luck with the reef tank gods. I'm going to redesign my overflow first.
 
Thank you! I appreciate the help. I used option 1 for now.

I think I'm testing my luck with the reef tank gods. I'm going to redesign my overflow first.
Perfect, just keep in mind that when the power goes out, nothing works, as in nothing can changes states without some kind of redundant power supply backup.
 

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%

New Posts

Back
Top