Control Gecko Drives
max711
Posts: 8
Hi, newbie here looking for a little advice.
I have a G320 Gecko driving a 12v DC motor with an encoder. I need to send step and direction signals to the Gecko drive. It needs a 5v pulse and I need 97 pulses per second +/- 3 pulses per second accuracy.
Ramp up and ramp down would be nice and the ability to program different rates too.
Small footprint is also important. USB interface would be nice.
Which of the parallax products would work best for this application?
Thanks
I have a G320 Gecko driving a 12v DC motor with an encoder. I need to send step and direction signals to the Gecko drive. It needs a 5v pulse and I need 97 pulses per second +/- 3 pulses per second accuracy.
Ramp up and ramp down would be nice and the ability to program different rates too.
Small footprint is also important. USB interface would be nice.
Which of the parallax products would work best for this application?
Thanks
Comments
I had a typo, it's a G340 servo drive http://www.geckodrive.com/g340.html
Looks like the step and direction signals have to be between 4.5v and 5v.
Basically all it needs to do is send step signals to the G340. It needs to work in stand alone mode (not connected to a PC), but connect to a PC when I want to program a different step rate. Eventually it would be an interface between the PC and G340 so I could do more advanced control strategies.
Looks like the PSC would fit the bill if it can output accurately timed 5v pulses?
The Propeller uses a system clock of 80MHz and can time pulses to 12.5ns granularity. You've got more than enough time available to write your programs in Spin or C if you want. There are several examples of stepper motor drivers in the OBEX.
Thanks so much for the help