Thanks Dave, Andy, Slavko for the input

I took a look at the code generation and right before tapping starts it
issues a G61.1 to force the tapper to stop at the correct positions at the
end of the centering tap.  It looks like if I split the Y motion into 4
segments, actually 8 segments, since I would need a tap followed by a
retract of the tapper, the Y axis would start and stop 8 times.  The
acceleration is horribly slow on the Y axis since the gantry has a lot of
mass, so it looks like this almost worked except for the G61.1.

I did not think to try to operate the stepgen without the trajectory
planner.  I will look into this.  I hope the stepgen can handle it's own
acceleration and deceleration without the trajectory planner guiding it, but
only way to find out is to try it.

Lawrence



On Fri, Mar 26, 2010 at 3:15 AM, Slavko Kocjancic <[email protected]> wrote:

> Andy Pugh pravi:
> > On 26 March 2010 01:57, Flying Electron Inc <[email protected]>
> wrote:
> >
> >
> >> Is it possible to send the Y axis off on a very long rapid while doing
> >> coordinated motion with 2 other axises while the Y is travelling?
> >>
> >
> >
> >
> Simple way is to split Y movment.
> So after picking component when you start tappering you can send Y axis
> to move some distance.
>
> something like this
> Pick component and liftup
> Make 1'st tapper and move Y for 1/5 distance needed
> Make 2'nd tapper and move Y for 1/5 distance needed
> Make 3'rd tapper and move Y for 1/5 distance needed
> Make 4'th tapper and move Y for 1/5 distance needed
> Rotate component to right position and make Y last 1/5 of travel.
>
> Simple yet ussable!
>
> Slavko
>
>
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
------------------------------------------------------------------------------
Download Intel&#174; 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to