Hello friends,
I am interested in tackling a new project that controls linear actuators with Arduino. The actuator has a rear mounted integrated step motor driver. Here is a link to the SMD datasheet. http://www.jvl.dk/files/_2011clean/pdf/ld057gb.pdf
I plan on controlling it using TTL step-pulse and direction signals in the half-step mode (400 steps / rev). It says the SCK and DIR inputs must be supplied with signals from NPN, PNP or 5 V outputs. Is it entirely possible to control this drive using Arduino just like a smaller scale stepper / driver say from Sparkfun? If this is not possible, what are some alternatives to controlling this system.
Also I wish to control the actuator position using feedback from an absolute encoder. The one on this device is 1600 counts / rev. This seems way too fast for Arduino to process. If this is the case, limit switches will work too.
A lot of this is new for me, so I apologize for any obvious remarks, oversights, and silly questions.
Any feedback is helpful!