586,103 active members*
3,717 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > LinuxCNC (formerly EMC2) > XYZ-standart G-code => ABC-not standard management
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2008
    Posts
    1

    Exclamation XYZ-standart G-code => ABC-not standard management

    Good time of the day!

    I have one question on realization management tool.


    It Is Given:
    1. G-code, XYZ - standard.
    2. Soft EMC2 (linux-Ubuntu) and Mach3 (WindowsXP)
    3. Output given from soft A(x)=X, B(y)=Y, C(z)=Z

    On output:
    The Crossbar engines on axises A,B,C - not standard.

    Necessary to realize the functional dependency output given from soft to motor:

    The Example:
    A(x,y)=sqr(x*x+y*y)
    B(x,y,z)=(x*x+y*y+z*z)/(2*x*x*y*y)
    C(x,y,z)=(x*x+y*y-z*z)/(2*x*x*y*y)

  2. #2
    Join Date
    May 2008
    Posts
    32
    I know nothing about Mach 3 but a bit about EMC2 so my answer here is probably only applicable to that system.
    Quote Originally Posted by Arcad View Post
    Necessary to realize the functional dependency output given from soft to motor:

    The Example:
    A(x,y)=sqr(x*x+y*y)
    B(x,y,z)=(x*x+y*y+z*z)/(2*x*x*y*y)
    C(x,y,z)=(x*x+y*y-z*z)/(2*x*x*y*y)
    The EMC2's kinematics should be able to handle these formulas.

    Take a look at some of the existing kinematics files at kinematics source. I'd start there with trivkins.c. It is a set that uses motors that exactly match allignment with Cartesian x,y,z,a,b,c,u,v,w. From there look at some of the transformation source like rotatekins.c and you'll quickly catch on to how machine pose is related to motors on non-trivial systems.

    The puma and scara kinematics should also help understand complex relationships if you are familiar with the design of these machines.

Similar Threads

  1. Tool Life Management
    By Jake E. in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 6
    Last Post: 11-05-2009, 08:13 PM
  2. Management/CNC Machinist
    By Kaymen in forum Employment Opportunity
    Replies: 0
    Last Post: 08-12-2008, 08:01 PM
  3. pocket standard
    By Beaker in forum Mastercam
    Replies: 1
    Last Post: 11-29-2007, 01:00 PM
  4. Help with non-standard pac-sci stepper
    By Argofanatic in forum Stepper Motors / Drives
    Replies: 11
    Last Post: 08-21-2007, 12:43 PM
  5. Standard Ballscrews
    By rhino in forum Linear and Rotary Motion
    Replies: 5
    Last Post: 05-14-2006, 12:24 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •