Robo-Tank DIY Aquarium Controller Forum
Question about DC ports 1-3 - Printable Version

+- Robo-Tank DIY Aquarium Controller Forum (https://www.robo-tank.ca/forum)
+-- Forum: Robo-Tank (https://www.robo-tank.ca/forum/forum-1.html)
+--- Forum: Robo-Tank Circuit Board Questions (https://www.robo-tank.ca/forum/forum-4.html)
+--- Thread: Question about DC ports 1-3 (/thread-1197.html)



Question about DC ports 1-3 - JFReyes - 02-18-2021

Hi:

I've been examining how the controller works and learning a lot about the hardware. Regarding the DC ports, I still don't quite understand the reason and use case of the backup floats for DC ports 1-3. Could someone draw me a simple diagram of their relationships with the ports and also explain why would I need them, or not?

Thanks,


RE: Question about DC ports 1-3 - pavol14pavol - 02-18-2021

Porty DC1-3 sluzia na zastavenie cerpadla alebo ineho prislusenstva. Ked sa hladina dotkne plavaku zapojena na DC1-3/float vypne port DC1-3.Idealne funguje ako zalozny plavak ktory nesnima ziadna elektronika


RE: Question about DC ports 1-3 - loksik.lubos - 02-18-2021

To test how the dc1,2,3 port works, connect different devices to the 12 V pump, led light .... connect the device to the DC1 port and connect a float to the dc1 / float. In the settings, turn on port1 and move the swimmer to turn it on and off

Záložného plavca používam, keď mám nastavenú automatickú výmenu vody, ak zlyhá snímač hladiny, záložný plavec odpojí nasávacie čerpadlo. Ak nechcete používať záložného plavca, stačí pripojiť dc / float port káblom a dc port môžete použiť na rôzne účely


RE: Question about DC ports 1-3 - JFReyes - 02-18-2021

Hi guys, thanks for the prompt response!

From what I understand then the float connections are a cutoff for each respective port when it is active. Hmm, I'll try that. Thanks again!

Regards,


RE: Question about DC ports 1-3 - Rob F - 02-18-2021

The DC backup ports are inline on the signal wire so they don't carry any load, if the float is open it cuts the GPIO signal going to port which will turn it off no matter what happens on the Raspberry Pi. This means there is nothing to setup in reef-pi as they are hardware based. Maybe the Pi fails after turning on a DC port, the backup float will still work.

So they add an extra layer of protection but can also be used on their own if you run low on sensor ports. For example, maybe you have a light in a cabinet and you want it to come on when cabinet door opens and off when closed. All you need to do is leave the DC port turned on in reef-pi, add any on/off switch wired to backup float port will do the switching.

https://www.google.com/search?q=on/off+switch+for+door&rlz=1C1VDKB_enUS927US927&tbm=isch&source=iu&ictx=1&fir=WKp_af9HtN5tWM%252ClsG4Ug6hPYwcvM%252C_&vet=1&usg=AI4_-kTIhvFCfuuVYgWiczf9kRb5UKDwRQ&sa=X&ved=2ahUKEwjflMSdhfXuAhXrEFkFHYx1CzEQ9QF6BAgbEAE#imgrc=WKp_af9HtN5tWM

You could even wire multiple switches in series, if any one of the open the port goes off.


RE: Question about DC ports 1-3 - zee_zout - 03-09-2021

(02-18-2021, 09:54 PM)Rob F Wrote: So they add an extra layer of protection but can also be used on their own if you run low on sensor ports. For example, maybe you have a light in a cabinet and you want it to come on when cabinet door opens and off when closed. All you need to do is leave the DC port turned on in reef-pi, add any on/off switch wired to backup float port will do the switching.

I have a switch on my door, but haven't found a good way to use this in reef-pi.
But your tip is exactly what i needed  K0507

Thanks!


RE: Question about DC ports 1-3 - Rob F - 03-09-2021

(03-09-2021, 02:30 AM)zee_zout Wrote: I have a switch on my door, but haven't found a good way to use this in reef-pi.
But your tip is exactly what i needed  K0507

Thanks!

Yeah that works good and doesn't use up a regular sensor port. If you have more sensor ports than backup float ports you can use them too, add the sensor to ATO tab in reef-pi and configure it to control the DC port the light is connected to.