Re: [Emc-developers] Info on writing a component in C

2014-05-14 Thread Marius Liebenberg
Is it allowed to make a function call from within the FUNCTION(_) block? If I do make a call to another function comp does not give an error but when I load the component the system give an vector 14 error. Segmentation or something like that. On 2014-05-13 20:18, Marius Liebenberg wrote: > I n

Re: [Emc-developers] [Emc-users] New Tajectory Planner

2014-05-14 Thread Chris Radek
On Wed, May 14, 2014 at 03:25:27PM -0400, Sebastian Kuzminsky wrote: > On 05/14/2014 10:50 AM, Chris Radek wrote: > > > > Should I push this as circular-blend-arc-rc4 so you can have a look > > at it? Does anyone have strong feelings about merge as-is vs. > > a linear fast-forward? > > I prefer

Re: [Emc-developers] [Emc-users] New Tajectory Planner

2014-05-14 Thread Sebastian Kuzminsky
On 05/14/2014 10:50 AM, Chris Radek wrote: > On Tue, May 13, 2014 at 09:04:32PM -0400, Robert Ellenberg wrote: > >> Does anyone object to merging into master now? > > I've done a pretty-easy rebase that linearizes the branch and puts > it atop master, and I was able to remove a few false starts l

Re: [Emc-developers] [Emc-users] New Tajectory Planner

2014-05-14 Thread Chris Radek
On Tue, May 13, 2014 at 09:04:32PM -0400, Robert Ellenberg wrote: > Does anyone object to merging into master now? I've done a pretty-easy rebase that linearizes the branch and puts it atop master, and I was able to remove a few false starts like the pair: Temporary revert from master to see if

Re: [Emc-developers] [Emc-users] New Tajectory Planner

2014-05-14 Thread Robert Ellenberg
I updated that a few weeks ago with my fixes, so if you've encountered errors more recently, then there may be something I missed. Can you send me a code sample that causes violations? -Rob On Wed, May 14, 2014 at 10:12 AM, Julian Wingert wrote: > Hi > > Yes, thats the one I'm trying. Did you p

Re: [Emc-developers] [Emc-users] New Tajectory Planner

2014-05-14 Thread Julian Wingert
Hi Yes, thats the one I'm trying. Did you push your fixes to it? Best regards Julian Robert Ellenberg schrieb: >Hi Julian, > >Are you using the circular-blend-arc-rc3 branch from git.linuxcnc.org? >That's the one that's been tested and working. If you're using this >branch >and encounter any

Re: [Emc-developers] [Emc-users] New Tajectory Planner

2014-05-14 Thread Robert Ellenberg
Hi Julian, Are you using the circular-blend-arc-rc3 branch from git.linuxcnc.org? That's the one that's been tested and working. If you're using this branch and encounter any errors like this, can you post your config and G code that causes the error? -Rob On Wed, May 14, 2014 at 1:20 AM, Julia

Re: [Emc-developers] Info on writing a component in C

2014-05-14 Thread Marius Liebenberg
Hi Charles Thanks for the info. I will most definitively consult you for the code. I did go through it and I think I understand the logic. I will want to break it up into smaller code segments or procedures. I am an embedded programmer so my approach is always from a hardware point of view. Thi

Re: [Emc-developers] Info on writing a component in C

2014-05-14 Thread Charles Steinkuehler
On 5/14/2014 12:33 AM, Marius Liebenberg wrote: > Hi Charles > If I do that will it include all the required stuff? Yes, it should. The --preprocess switch for the comp command turns it into a regular C source code file you can compile (or edit). I used this feature a lot when starting with the

Re: [Emc-developers] [Emc-users] New Tajectory Planner

2014-05-14 Thread andy pugh
On 14 May 2014 02:04, Robert Ellenberg wrote: > I haven't done much with blending over the > ABC / UVW axes since I last looked at it. The method I had planned to use > would work well for line-line blends, but not blends involving arcs. This isn't currently a problem unless you also plan on add