Quote Originally Posted by mackrackit View Post
Do you really want the device to work on one for a minute and then the other? Or make the adjustment then wait for a minute before the other adjustment is made?

Start:
Vertical routine
pause for 1 minute
azimuth routine
pause for 1 minute
Goto Start

I just want the device to work on one for a minute and then the other.
i already have a circuit which does all the tracking and movement of the motor, you see that circuit gets its input from 2 LDRs and then moves the motor in azimuth direction depending on where the sun is.

Now what i want to do is, instead making a new circuit for the vertical direction, i want to make a timer circuit using PIC16F84A. So, now 2 inputs from the tracker circuit go into the PIC for timer circuit which is then connected to 4 LDRs as outputs (2 for vertical, 2 for azimuth). Two wires (negative, positive) for the motor control coming out from the tracker circuit go into the PIC for timer circuit as inputs, and at the output there will be 4 wires (2 wires for azimuth motor, 2 from vertical motor).

Sooooo, for the first minute 2 LDRs for azimuth and motor for azimuth turns on, once thats done the trakcer circuit will do all the tracking and motor movement. After the 1 minute 2 LDRs for vertical and motor for vertical turns on... and then continues as a loop

wowwwww thts looong, sorry for that, any help would be appreciated

take care