Re: [Emc-users] Trajectory planning and other topics from a EMC(LinuxCNC) newbie (TheNewbie)

2012-04-19 Thread Dave
No, I was actually working with an OEM who sold a sign software package that generated Gcode (very expensive). The problem was that their software generated way too many short segments for no good reason which caused problems on the machine controls (it wasn't LinuxCNC or Mach3). They simply

Re: [Emc-users] Trajectory planning and other topics from a EMC(LinuxCNC) newbie (TheNewbie)

2012-04-19 Thread Jon Elson
Viesturs Lācis wrote: 2012/4/19 Jon Elson el...@pico-systems.com: But, LinuxCNC does not do arbitrary arcs, but only arcs in one of the three orthogonal planes. How hard would it be to add that? It would require 3 coordinates for each of start, end and center point. The first

Re: [Emc-users] Trajectory planning and other topics from a EMC(LinuxCNC) newbie (TheNewbie)

2012-04-19 Thread Jon Elson
Kenneth Lerman wrote: Others have stated that arcs must be in one of three orthogonal planes. Since linuxcnc can do helices, that isn't precisely true. A helix is a special case, where an arc in one of the 3 defined planes adds a coordinated linear movement of one axis not involved in the

Re: [Emc-users] Trajectory planning and other topics from a EMC(LinuxCNC) newbie (TheNewbie)

2012-04-19 Thread Scott Hasse
It seems to me that the likelihood of fixing all of the methods of gcode generation such that they don't generate short line segments is approximately zero. Also, it seems that even if a proprietary LinuxCNC gcode extension allowed arbitrary plane arcs, splines, etc. that the likelihood of CAM

Re: [Emc-users] Trajectory planning and other topics from a, EMC(LinuxCNC) newbie (TheNewbie)

2012-04-07 Thread cogoman
I am a bit behind due to trying to get my EMAIL machine upgraded to a newer model I received as a hand me down. The on board video stymied every distribution except puppy! I eventually was given an older PCI-X video card that allowed me to install main stream distros, and now I've pretty

Re: [Emc-users] Trajectory planning and other topics from a, EMC(LinuxCNC) newbie (TheNewbie)

2012-04-01 Thread Dave
@lists.sourceforge.net Subject: Re: [Emc-users] Trajectory planning and other topics from a, EMC(LinuxCNC) newbie (TheNewbie) My experience with steppers is that once you lose sync with the rotor at speed, you have to slow down tremendously to regain sync with the rotor. So once you start slipping, you

Re: [Emc-users] Trajectory planning and other topics from a, EMC(LinuxCNC) newbie (TheNewbie)

2012-03-31 Thread cogoman
From: Viesturs L?cis viesturs.la...@gmail.com Subject: Re: [Emc-users] This will run in a little off-topic by me... You can run heavy duty machines with steppers, but then the performance will suffer - You will have to leave big safety margin in terms of load to motors (either move slower or

Re: [Emc-users] Trajectory planning and other topics from a, EMC(LinuxCNC) newbie (TheNewbie)

2012-03-31 Thread Viesturs Lācis
2012/3/31 cogoman cogo...@optimum.net: From: Viesturs L?cis viesturs.la...@gmail.com Subject: Re: [Emc-users] This will run in a little off-topic by me... You can run heavy duty machines with steppers, but then the performance will suffer - You will have to leave big safety margin in terms of

Re: [Emc-users] Trajectory planning and other topics from a, EMC(LinuxCNC) newbie (TheNewbie)

2012-03-31 Thread Dave
On 3/31/2012 12:09 PM, Viesturs Lācis wrote: 2012/3/31 cogomancogo...@optimum.net: From: Viesturs L?cisviesturs.la...@gmail.com Subject: Re: [Emc-users] This will run in a little off-topic by me... You can run heavy duty machines with steppers, but then the performance will

Re: [Emc-users] Trajectory planning and other topics from a, EMC(LinuxCNC) newbie (TheNewbie)

2012-03-31 Thread Peter C. Wallace
planning and other topics from a, EMC(LinuxCNC) newbie (TheNewbie) My experience with steppers is that once you lose sync with the rotor at speed, you have to slow down tremendously to regain sync with the rotor. So once you start slipping, you are pretty much done as you have lost control

Re: [Emc-users] Trajectory planning and other topics from a EMC(LinuxCNC) newbie (TheNewbie)

2012-03-19 Thread Bernhard Kubicek
Is the one-line lookahead statement also true blended paths? And how does it apply to splines? I find all this quite surprising, even grbl does lookahead over all the lines in the buffer (and hence has a latency while trying to pause or stop) Does somebody know if this diagram is whats linuxcnc

Re: [Emc-users] Trajectory planning and other topics from a EMC(LinuxCNC) newbie (TheNewbie)

2012-03-18 Thread Steve Blackmore
On Sat, 17 Mar 2012 17:28:05 +0100, you wrote: My assumption about Tarjectory planning was based on Anders Wallins message as he mentioned some problem with limited look-ahead, I suppose this affects the shape of the calculated path in some cases? Effectively LinuxCNC only looks ahead one

Re: [Emc-users] Trajectory planning and other topics from a EMC(LinuxCNC) newbie (TheNewbie)

2012-03-18 Thread Youda He
This is very interesting, we are planning to.start using linuxcnc some time in near future. We mainly mill organic shapes, such as 3DProcessing scanned head models, the models start as mesh stl models with million a of small triangles we would like to mill at fastest possible speed and can

Re: [Emc-users] Trajectory planning and other topics from a EMC(LinuxCNC) newbie (TheNewbie)

2012-03-18 Thread Yishin Li
On Mon, Mar 19, 2012 at 11:30 AM, Youda He youda...@gmail.com wrote: This is very interesting, we are planning to.start using linuxcnc some time in near future. We mainly mill organic shapes, such as 3DProcessing scanned head models, the models start as mesh stl models with million a of small

Re: [Emc-users] Trajectory planning and other topics from a EMC(LinuxCNC) newbie (TheNewbie)

2012-03-18 Thread Dave
I went though this exercise on a vinyl cutter application doing a lot of fine cutting details a few years ago. What I found is that if you want to do a lot of fine work quickly you really need to work on your 3D cam software to do curve fitting on the output. The only alternative to that is

Re: [Emc-users] Trajectory planning and other topics from a EMC(LinuxCNC) newbie (TheNewbie)

2012-03-17 Thread Roger Holmquist
Thanks for your responses. It seems I have to give LinuxCNC a closer look. There is a low cost commercial alternative in MACH 3. I guess you have an opinions on that system too? I know it's based on Windows with some kind of realtime extension who doesn't sound too good in ears. My impression

Re: [Emc-users] Trajectory planning and other topics from a EMC(LinuxCNC) newbie (TheNewbie)

2012-03-17 Thread Peter C. Wallace
topics from a EMC(LinuxCNC) newbie (TheNewbie) Thanks for your responses. It seems I have to give LinuxCNC a closer look. There is a low cost commercial alternative in MACH 3. I guess you have an opinions on that system too? I know it's based on Windows with some kind of realtime

Re: [Emc-users] Trajectory planning and other topics from a EMC(LinuxCNC) newbie (TheNewbie)

2012-03-17 Thread Kirk Wallace
On Sat, 2012-03-17 at 17:28 +0100, Roger Holmquist wrote: Thanks for your responses. It seems I have to give LinuxCNC a closer look. There is a low cost commercial alternative in MACH 3. I guess you have an opinions on that system too? I know it's based on Windows with some kind of realtime

Re: [Emc-users] Trajectory planning and other topics from a EMC(LinuxCNC) newbie (TheNewbie)

2012-03-17 Thread Jon Elson
Roger Holmquist wrote: Thanks for your responses. It seems I have to give LinuxCNC a closer look. There is a low cost commercial alternative in MACH 3. I guess you have an opinions on that system too? I know it's based on Windows with some kind of realtime extension who doesn't sound too

Re: [Emc-users] Trajectory planning and other topics from a EMC(LinuxCNC) newbie (TheNewbie)

2012-03-17 Thread Viesturs Lācis
2012/3/17 Roger Holmquist ro...@abcnc.se: Thanks for your responses. It seems I have to give LinuxCNC a closer look. There is a low cost commercial alternative in MACH 3. I guess you have an opinions on that system too? That is pretty much provocative question :)) Here is my thoughts, why

<    1   2