603,308 active members*
3,061 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > G-Code Programing > I do not understand what looks like an inconsitency
Results 1 to 2 of 2
  1. #1

    I do not understand what looks like an inconsitency

    Hi,

    I recently bought a genmitsu 4040 reno, and I am trying to learn g-codes with candle, so this is my first post here.

    I thought I had understood work coordinates, but something is puzzling me...
    I did a test moving the spindle first 80mm along x, then 80mm along y, changing the coordinate
    system from g54 to g55 and back to g54

    g54 # select work coordinate g54
    -> machine position = 0,0, current work position = 0,0 (g54)
    g0x10y10 # move 10mm along both x and y
    -> machine position = 10,10, current work position = 10,10 (g54)
    g92x0y0 # set g54 origin to machine point 10, 10
    -> machine position = 10,10, current work position = 0,0 (g54)
    g0x80 # move 80mm along x
    -> machine position = 90,10, current work position = 80,0 (g54)
    g55 # select work coordinate g55
    -> machine position = 90,10, current work position = ...,... (g55)
    g92x0y0 # set g55 origin to machine point 90, 10
    -> machine position = 90,10, current work position = 0,0 (g55)
    g0y80 # move 80mm along y
    -> machine position = 90,90, current work position = 0,80 (g55)
    g54 # select back work coordinate g54
    -> machine position = 90,90, current work position = -4,80 (g54)

    I thought that with the last g54, I would obtain current work position = 0,80
    I do not understand where the -4 is coming from.

    Thanks

  2. #2

    Re: I do not understand what looks like an inconsitency

    Sorry, I wanted to say that I thought that with the last g54, I would obtain current work position = 80,80, not -4,80. (And the other post I made was because of an apparent failure to post/error 500)

Similar Threads

  1. If I understand cinematics right?
    By testpilot in forum Stepper Motors / Drives
    Replies: 0
    Last Post: 11-03-2011, 09:34 AM
  2. Accuracy Issues and Inconsitency
    By PCHBCIT in forum CNC Machining Centers
    Replies: 16
    Last Post: 04-18-2011, 09:06 PM
  3. Trying to understand what I need?
    By KT6G Radio in forum CNC Machine Related Electronics
    Replies: 1
    Last Post: 02-19-2010, 04:07 AM
  4. Help me understand
    By chezrad in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 2
    Last Post: 06-22-2007, 02:26 AM
  5. I just dont understand...
    By freezer in forum Uncategorised CAM Discussion
    Replies: 19
    Last Post: 02-11-2004, 06:55 PM

Tags for this Thread

Posting Permissions

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