> -snip-
> Thanks for reminding me about this - there's no need to write any code.
>
> The motion controller already has a set of drive enables which are
> turned on whenever the motors are under motion control.  This includes
> when they're supposed to stay still.  The pins are named
> axis.#.amp-enable-out, where # is replaced with the axis number.  All
> that needs to be done is to connect the enable line to a parallel port
> output instead of a switch (with any buffering needed so that parport
> can drive the signal).  You can do separate enables for each motor, or
> use any amp-enable-out for all motors.  You make the HAL connection like
> so:
> net motor-enables axis.0.amp-enable-out parport.0.pin-09-out (or
> wherever you connected it).
>
>  -snip-
>

Steve,

I finally restored my wobbly wood gantry routing machine (24" X 48" X 4") to
semi-functional operation.  I have been debugging it this eve.  I made the
changes to my board as described on the CNCzone forum.  This involved
removing 3 components (r-c circuits) out of each axis and connecting them to
an empty pullup pin on the board.  (Pin 01).

I have all three axis' wired to the same pull-up pin

I am not using the stepconf mainly because it does not appear to work for
me.  I have a working stepper configuration and would like to stick with
that until I have more time to play with the setups.

The config is a marked up stepper_in.ini file I modified.  I am using (i
believe) the standard pinout.hal file as well.

Based on what you are saying, I think I would simply insert a line

# Amp enable section
net motor-enables axis.0.amp-enable-out parport.0.pin-01-out

Since my X axis is the most active (and Z the least)  using the X axis as a
amp enable should always keep the Z axis ready (yes?).

When I added this line, I could not get EMC to run.  EMC is on an isolated
machine ATM and I don't have a thumb drive available to download the error
report.  When I comment out the line, the configuration runs normal.

Any thoughts?

Brian
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to