On Fri, 2010-03-12 at 11:51 +0000, Ian W. Wright wrote:
... snip
> The parallel port pinout appears to be 'Xdir, pin1 - Xstep, 
> pin16 - Xenable, pin4 - Ystep, pin14 - Ydir, pin 7 - 
> Yenable, pin17 - Zstep, pin3 - Zdir, pin 6 - Zenable, pin5 - 
> Cstep, pin9 - Cdir, pin8 - Cenable, pin 5 - Spindle motor, pin2'
> 
> Any help gratefully received...  thanks
> 
> Ian

My stepper config has this:
"
...
# connect enable signals for step generators
net Xen axis.0.amp-enable-out => stepgen.0.enable parport.0.pin-01-out
net Yen axis.1.amp-enable-out => stepgen.1.enable parport.0.pin-06-out
net Zen axis.2.amp-enable-out => stepgen.2.enable parport.0.pin-16-out
...
"

This enables the software step generators as well as the hardware motor
amps.

Check first pin here:
http://www.linuxcnc.org/docview/html//man/man9/motion.9.html 

-- 
Kirk Wallace
http://www.wallacecompany.com/machine_shop/
http://www.wallacecompany.com/E45/index.html
California, USA


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to