NEWS
LinuxCNC 2.5.2 Release
There are no translations available.

LinuxCNC 2.5.2 Update Released (changelog).
 
LinuxCNC 2.5.1 Release
There are no translations available.

LinuxCNC 2.5.1 Update Released (changelog). If the Package Manager does not prompt you to upgrade see this page.

 
LinuxCNC 2.5.0 Release
There are no translations available.

New major release (changelog). See the instructions to update your system from EMC 2.4 to LinuxCNC 2.5.
 

Welcome, Guest
Username: Password: Remember me

TOPIC: 4th axis tangent to path XY

Re:4th axis tangent to path XY 24 Sep 2011 10:53 #13424

changing a line in kins code? ...but the angle needs to vary in real time as part is being cut (the whole job does not get cut at same angle)

what do you mean by a processor?


~*Brian
The administrator has disabled public write access.

Re:4th axis tangent to path XY 24 Sep 2011 11:52 #13427

  • andypugh
  • andypugh's Avatar
  • OFFLINE
  • Moderator
  • Posts: 4244
  • Thank you received: 152
  • Karma: 130
bvandiepenbos wrote:
but the angle needs to vary in real time as part is being cut (the whole job does not get cut at same angle)
It would cut the current line at angle A to the path.
G1 X3 A5
G1 Y5 A-10
(for example)
Wiggly lines are more difficult. The kins module doesn't really know enough to do it.
what do you mean by a processor?[/quote[
Preprocessor, the software that creates the G-code.
The administrator has disabled public write access.

Re:4th axis tangent to path XY 24 Sep 2011 12:56 #13429

Using A value in gcode would be a place to start.
What needs added to kins?

Thank you for your help.
~*Brian
The administrator has disabled public write access.

Re:4th axis tangent to path XY 24 Sep 2011 13:16 #13430

  • andypugh
  • andypugh's Avatar
  • OFFLINE
  • Moderator
  • Posts: 4244
  • Thank you received: 152
  • Karma: 130
bvandiepenbos wrote:
What needs added to kins?
just change line 56 to
A = atan2(dx, dy)*(180.0/3.141592) + pos->a;
The administrator has disabled public write access.

Re:4th axis tangent to path XY 30 Sep 2011 08:52 #13562

  • ioiotutu
  • ioiotutu's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 32
  • Karma: 1
Hi,
only today i was able to test the new tangentkins.c, all is ok.

The file work fine with m-codes. I can lock A axis on tangent path or unlock and use it in a standard way.

Many thanks.
The administrator has disabled public write access.

Re:4th axis tangent to path XY 25 Mär 2012 04:19 #18777

  • molotow
  • molotow's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
  • Karma: 0
Hello,

i've tried your tangentkins with the default config for Sherline4Axis, because it's config is very similar to my machine.
I replaced trivkins with tangentkins.

My problem is that i alway get the following error:
37403: ERROR: joint 3 following error

Am I doing something wrong?
The administrator has disabled public write access.
Time to create page: 0.935 seconds
Powered by Kunena Forum
© 2013 LinuxCNC.org
Joomla! is Free Software released under the GNU General Public License.