• Welcome back Guest!

    MARSH is a private reefing group. Comments and suggestions are encouraged, but please keep them positive and constructive. Negative threads, posts, or attacks will be removed from view and reviewed by the staff. Continually disruptive, argumentative, or flagrant rule breakers may be suspended or banned.

APEX controllers and Float Switches Trick/Tip (1 Viewer)

Users who are viewing this thread

SuperRay

Guest
Joined
Sep 28, 2007
Messages
661
Reaction score
0
Location
Houston, Texas, United States
I thought this was a cool trick/tip for those who are about to get your new APEX controllers and will be adding Float Switches for ATO.

This posting is copied from RussM on RC



Averting Disaster

It's been discussed here many times why the proper orientation of a float switch (normally open or normally closed) for a given use is critical. The New User Guide says it quite well:

The most common usage of switches is for floats. Floats are referred to as being "normally open‟ (NO) or
"normally closed‟ (NC). This is a direct result of the orientation of the float to the internal switch contacts. A
normally open float means the contacts are open and when the float moves up or down, the contacts close. The
reverse is true with normally closed floats. It is this OPEN or CLOSED that you use in programming for a
switch. Some floats are reversible. They come in a particular orientation, like normally open but by removing a
clip and reversing the float position it becomes normally closed. Other floats you have to purchase in the proper
orientation and cannot change.

The reason the orientation is important is for failures. If/when a float switch fails, more likely than not it will fail in
the open (float sticks, wire breaks, contacts don't close, etc). In addition, when you disconnect the BB
from the Apex base module, all switches go to their OPEN state.
So keep this in mind when you layout your
floats. You want the OPEN condition to trigger stopping something, like a pump. You don't want OPEN
to trigger a pump starting or you will have a nasty surprise some day.


That line in boldface red is the actual subject of this post.

If you've followed the guidelines above, you may not know (at least immediately) that most or all actions which depend on switch state will not be happening if the breakout box got disconnected. So, how can you tell if the breakout box gets inadvertently unplugged?

Easy... use an available switch input and a virtual outlet.

[BoBUnplugged]
Set OFF
If Switch6 OPEN Then ON


Then, do this is the Email Alarm outlet (and audible alarm outlets too if desired) :

If Outlet BoBUnplugged = ON Then ON

In order for this concept to work, the switch input must be constantly CLOSED by installing a shorting jumper between the selected switch terminal and the ground
terminal of the breakout box. I picked Switch6, because it was available, and because it just so happened that a standard staple conveniently works perfectly as a jumper between the
I6 and GRD terminals.
idea.gif

But you could just use a short piece of wire.

Now, if the BoB get disconnected, the Apex will see the switch state as OPEN, and you will get an alarm.



 

flexrac

Guest
Joined
Mar 19, 2009
Messages
5,222
Reaction score
14
Location
Remington Ranch
where is the old thread where everyone posted their setups and codes, that thread should be a sticky.
we need an apex code thread, Ray i task you with this project, LOL!
 
OP
OP
S

SuperRay

Guest
Joined
Sep 28, 2007
Messages
661
Reaction score
0
Location
Houston, Texas, United States
where is the old thread where everyone posted their setups and codes, that thread should be a sticky.
we need an apex code thread, Ray i task you with this project, LOL!

Thanks Felix...more work..lol
You can search for those threads but I may be able to group these under a sub heading in the DIY section or something but I will have to talk with John and see what works best with the new features available in the website. As more people get these controllers (from the group buy) and the fall workshop nears I will see what I can do :D
 
Top