Apex DOS DIY level switch?

DamianOZ

Active Member
View Badges
Joined
Aug 1, 2014
Messages
111
Reaction score
116
Location
AU
Rating - 0%
0   0   0
I am not sure I understand the part "ATO pump outlet to the Outlet SWX* you are using for the optical water level sensor..." :)

I was thinking of replacing the float switches connecting to the breakout box with the optical sensor since it has no moving parts and less likely to fail but I am not 100% sure how yet...


Connecting an optical sensor will activate the DDR functions on Apex Fusion. This enables the 2 Level monitor graph and 2 optical sensor switches (or inputs status outlets)
referring to CuseReefer's image on reply #16 the address for these outlets are SWX7_1 and SW7_2
These outlets indicate the state of the optical sensors, either open or closed. No different to an outlet you would use for a float switch via the break out box.
You can rename them if you wish, via browser interface.... Configuration > Probe/Input Setup > probe name

To use as an ATO
Lets assume the optical switch is SWX7_1
Program the outlet (Energy Bar socket) that your using to control your ATO pump, or solenoid with something like this

Fallback OFF
Set OFF
If SWX7_1 OPEN Then ON
Defer 000:05 Then ON
Min Time 000:12 Then ON
Min Time 001:00 Then OFF

We could even use both optical switches
Lets assume the optical switch is SWX7_1 for lower and SWX7_2 for upper position
Program the EB*_* Outlet for the ATO like this

Fallback OFF
Set OFF
If SWX7_1 OPEN Then ON
If SWX7_2 CLOSED Then OFF
Defer 000:05 Then ON
Min Time 000:12 Then ON
Min Time 001:00 Then OFF

The defer and min times can vary depending on your system, they are not required, they just help prevent excess on/off, the fill volume etc...
 

ngvu1

Valuable Member
View Badges
Joined
Mar 5, 2014
Messages
2,254
Reaction score
1,047
Location
Orange County, CA, USA
Rating - 0%
0   0   0
I don't have a DOS so I don't know how to connect the optical sensor to the apex system I have now. Do I miss something?
Thanks
 
OP
OP
CuseReefer

CuseReefer

Active Member
View Badges
Joined
Apr 11, 2016
Messages
160
Reaction score
194
Location
NY
Rating - 0%
0   0   0
I don't have a DOS so I don't know how to connect the optical sensor to the apex system I have now. Do I miss something?
Thanks

Yes currently you need a dos to use an optical sensor. I'm gonna do some work and maybe get it to work with an normal io port but it will need a 5v external supply and maybe additional hardware since apex io ports have pull ups to 5v. I have to do some circuit math to see what will work.
 

ngvu1

Valuable Member
View Badges
Joined
Mar 5, 2014
Messages
2,254
Reaction score
1,047
Location
Orange County, CA, USA
Rating - 0%
0   0   0
Yes, this is what I hoped/expected. Basically the idea is to short 2 wires when the water is at a certain level to trigger the pump. The optical sensor needs power to work since it has no moving parts...a 5V cell phone charger will be OK :)

Yes currently you need a dos to use an optical sensor. I'm gonna do some work and maybe get it to work with an normal io port but it will need a 5v external supply and maybe additional hardware since apex io ports have pull ups to 5v. I have to do some circuit math to see what will work.
 
OP
OP
CuseReefer

CuseReefer

Active Member
View Badges
Joined
Apr 11, 2016
Messages
160
Reaction score
194
Location
NY
Rating - 0%
0   0   0
Does anyone know what value resistor Apex uses for the pull-up on the standard IO ports?
 

DamianOZ

Active Member
View Badges
Joined
Aug 1, 2014
Messages
111
Reaction score
116
Location
AU
Rating - 0%
0   0   0
The cct. you showed on page 1 post #12 should work fine.
Connect signal out to break out box input, connect common grounds. The I/O will show CLOSED when water is low, OPEN when dry.


--20150609143636.jpg
 
OP
OP
CuseReefer

CuseReefer

Active Member
View Badges
Joined
Apr 11, 2016
Messages
160
Reaction score
194
Location
NY
Rating - 0%
0   0   0
The cct. you showed on page 1 post #12 should work fine.
Connect signal out to break out box input, connect common grounds. The I/O will show CLOSED when water is low, OPEN when dry.


--20150609143636.jpg

Have you tried this? Depends on what pull-up they are using for it to operate effectively. You want to ensure the phototransistor is operating in switch mode per this app note. https://www.fairchildsemi.com/application-notes/AN/AN-3005.pdf

My thought is to run the phototransistor in common emitter mode with added parallel resistance to the internal pull-up (if needed) to equal about 5k ohm total to 5v. This would ensure on-off/switch operation of the sensor and stay out of the active operating mode.
 
Last edited:

DamianOZ

Active Member
View Badges
Joined
Aug 1, 2014
Messages
111
Reaction score
116
Location
AU
Rating - 0%
0   0   0
No I haven't tested it.
Yes, using the collector of the opto for signal out, with R2 from collector to +5V will work, however I would use a diode in series with the signal out and I/O input, to prevent 5V being applied to the input.
 
OP
OP
CuseReefer

CuseReefer

Active Member
View Badges
Joined
Apr 11, 2016
Messages
160
Reaction score
194
Location
NY
Rating - 0%
0   0   0
No I haven't tested it.
Yes, using the collector of the opto for signal out, with R2 from collector to +5V will work, however I would use a diode in series with the signal out and I/O input, to prevent 5V being applied to the input.

True then that would allow you ignore the internal pull-up resistors effect on the sensor completely.

But if the internal pull-up is 4.7k or greater you can forgo using an external R2 thus saving some components and fully isolating the second +5v source from the input io since it would only be used to drive the source IR diode. I'll have to do some digging to see what they use internally.
 
OP
OP
CuseReefer

CuseReefer

Active Member
View Badges
Joined
Apr 11, 2016
Messages
160
Reaction score
194
Location
NY
Rating - 0%
0   0   0
All. I am currently working on a breakout pcb board that will connect to the din8 connector on the apex (io port) that will let you connect multiple optical sensors as well as normal contact switches (magnet/float/etc). This will take a few weeks but should have prototypes within the month. The board will have connectors so you can directly connect the optical sensors and 1/8" headphone jacks for standard sensors. Also will have a power input port for a 5v wall supply to power the optical sensors.
 

Oceansize

Active Member
View Badges
Joined
Jun 1, 2015
Messages
485
Reaction score
229
Location
Costa Mesa, CA
Rating - 0%
0   0   0
Thinking about getting a DOS for the express purpose of setting up an AWC. This is exactly what I'm looking for. I haven't seen any responses to the question about resistance issues with longer sensor wires....I have this question too.
 
OP
OP
CuseReefer

CuseReefer

Active Member
View Badges
Joined
Apr 11, 2016
Messages
160
Reaction score
194
Location
NY
Rating - 0%
0   0   0
Thinking about getting a DOS for the express purpose of setting up an AWC. This is exactly what I'm looking for. I haven't seen any responses to the question about resistance issues with longer sensor wires....I have this question too.
Honestly don't think it will be an issue. I wouldn't go longer than 20 ft, the line resistance added would only be minimal.
 

Oceansize

Active Member
View Badges
Joined
Jun 1, 2015
Messages
485
Reaction score
229
Location
Costa Mesa, CA
Rating - 0%
0   0   0
Honestly don't think it will be an issue. I wouldn't go longer than 20 ft, the line resistance added would only be minimal.

Cool. Now the only remaining issue is convincing the wife why punching a small hole in the wall between the living room and the outside of the house is a good idea. Wish me luck!
 
OP
OP
CuseReefer

CuseReefer

Active Member
View Badges
Joined
Apr 11, 2016
Messages
160
Reaction score
194
Location
NY
Rating - 0%
0   0   0
Well I got bored tonight, knocked out the first pass on a circuit card to interface 4 optical sensors to the normal APEX IO port. Also will allow you to connect normal switches to all 6 ports via 1/8" headphone jacks. Ports 1-4 can be one or the other. Will prob throw a prototype together in 3 or so weeks.

34g33us.jpg
 

joeboots82520

Active Member
View Badges
Joined
Apr 19, 2014
Messages
228
Reaction score
105
Location
Queens, NY
Rating - 0%
0   0   0
Cuse do you think it would be possible to wire 2 of the optical sensors in parallel to one switch pinout on the DOS molex connector? Let say you wanted to use two sensor in different locations both as say high level kill switches? or low level kill switches for leak detection to shut down a pump or trigger an alarm?
 

reeksreef

Community Member
View Badges
Joined
Dec 27, 2013
Messages
79
Reaction score
19
Location
Miami
Rating - 0%
0   0   0
@CuseReefer I'm buying a DOS soon and I'm interested in purchasing the cable from you. Will order the optical sensor you recommend.
 

aquaterra

Active Member
View Badges
Joined
Aug 18, 2015
Messages
342
Reaction score
256
Location
Saint Louis, MO
Rating - 0%
0   0   0
Ok here it is. This is what I got working tonight using 1 optical sensor but should work with 2 with no problems. Do this at your own risk.

DIY DOS DDR Optical Cable How To:

a9qrrn.jpg


Two options for the connector:
Option 1 - Crimp method (for the skilled only)
images

- 6-pin Molex Nano-fit receptical (http://www.digikey.com/scripts/DkSearch/dksus.dll?Detail&itemSeq=195971922&uq=635975683447627144)
- 6 crimp pins for Molex connector (http://www.digikey.com/product-detail/en/molex-llc/0462350001/WM7082CT-ND/3045001)

Option 2 - Premade assembly (easier)
http://data:image/jpeg;base64,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
776133_vw_etz00_11855381

- 6 pin Molex PCI Express Power Cable (http://www.ebay.com/itm/4-Pin-Molex...508346?hash=item2edecd8c3a:g:n9kAAOSwNSxVAdh6)

So i purchased the cable off of your link and it looks like the cable I got only has 5 out of the 6 metal terminals. Furthermore it doesnt fit into the DOS 6 port. Am I missing something? I purchased a different molex cable 6 pin cable to try it out and it doesn't fit either. Any suggestions?
 
OP
OP
CuseReefer

CuseReefer

Active Member
View Badges
Joined
Apr 11, 2016
Messages
160
Reaction score
194
Location
NY
Rating - 0%
0   0   0
So i purchased the cable off of your link and it looks like the cable I got only has 5 out of the 6 metal terminals. Furthermore it doesnt fit into the DOS 6 port. Am I missing something? I purchased a different molex cable 6 pin cable to try it out and it doesn't fit either. Any suggestions?

Crap, my bad I think you're right I have the wrong premade cable listed. I have only bought the connector and pins myself, then crimped my own wires. Here are the correct parts for the connector housing and pins from Digikey.com

ImageUploadedByREEF2REEF1463357247.105909.jpg

ImageUploadedByREEF2REEF1463357256.439269.jpg
 

A worm with high fashion and practical utility: Have you ever kept feather dusters in your reef aquarium?

  • I currently have feather dusters in my tank.

    Votes: 64 36.8%
  • Not currently, but I have had feather dusters in my tank in the past.

    Votes: 59 33.9%
  • I have not had feather dusters, but I hope to in the future.

    Votes: 25 14.4%
  • I have no plans to have feather dusters in my tank.

    Votes: 26 14.9%
  • Other.

    Votes: 0 0.0%
Back
Top