
Originally Posted by
mackrackit
I know...I am missing something.
I think he wants to switch the circuit he has from 1 motor to the other so as not to buy / build another tracking circuit. It is doable but the issue I see is when switching from 1 set of sensors to another the calibration difference may throw things out of whack. I think all you need is a simple loop to switch a relay, something like:
Code:
loop:
PortB.0 = 0
pause 60000
portb.0 = 1
pause 60000
goto loop
EDIT: Another issue came to mind, and that is how your tracking circuit will react to having its outputs go from open circuit to loaded
being switched by a relay, I am thinking some big resistors (high watt high ohm value) joining those circuits to handle the transients, or perhaps MOVs. Better yet use FETs to switch instead of relays . Damn I must be getting old . . .
Last edited by Archangel; - 22nd March 2009 at 18:07.
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Bookmarks