Oznog,
I confused now I thought the speed of the stepper motors are determined by the computer’s (step pulse rate), the manual mode on my circuit is so I can run the stepper without the computer control. Is there something I’m overlooking? This is my first stepper motor project I’m aiming to build a 4’x4’ CNC Router
The circuit you're discussing is just not remotely appropriate for so many reasons for a setup needing performance:
It's unipolar
it's linear instead of pwm/current regulated/decay-rate controlled. No way can that go on a CNC machine.
Needs high voltage for speed. Current regulation will keep this from blowing up the motor.
Need microstepping, and there's a ton of advanced stuff needed to do this
PIC steps having to line up with the clocks cause major problems with current phase vs rotor phase
Need mid-band resonance compensation
What you've got, if all the problems were solved, could at best make a stepper crawl with a light load. A 4'x4' router requires vastly more!
I went through this for awhile and wasted a lot of time and money. And I'm a very big DIY guy with a pretty decent amount of skill and know where to get answers on things I don't know. In the end it wasn't practical to build a drive. I even started to draw up plans using the microstepping Allegro chip before I read through a huge thread on CNCZone documenting the minimum-duty-cycle design problem which prevents them from ever being used as a CNC driver. I could write a big long story on this, but when it comes down to it, bottom line is you need:
GeckoDrive, like a G540 (no other drives work like a GeckoDrive, the midband compensation is a night-and-day difference. They also caught on to the fact that microstepping becomes a liability at high speeds and needs to be disengaged automatically)
48v power supply, 7A is good
SmoothStepper (in my experience the pulses off a PC parallel port aren't good at all, even if Mach3 says it's "good")
Bipolar steppers of the appropriate size (sizing is a big long story)
And CNCZone is absolutely the place to go. In fact you need to go there just to see if your router plans are viable. There's gantry routers vs moving-table routers, for example. A lot of plans look good at first, but in reality will just not perform. Racking of a two-sided drive, sawdust in the slides or leadscrew, too long of a leadscrew, all sorts of details that can wreck a big project.