. .
Page 2 of 2 FirstFirst 12
  1. #11
    Quote Originally Posted by jrob3rts View Post
    Rocardoco - Thanks for that. It makes sense and I was considering a similar thing but making use of the T Slots for one axis and maybe bolt a piece of acrylic cut like a set square for the other.
    your very welcome and i also did it the way you have suggested in the begining but i kept moving it so decided on the pins..
    Always bear in mind that your own resolution to succeed is more important than any other - Abe Lincoln

  2. #12
    Now ill give you it in the way clever people put it lol


    Quote Originally Posted by JAZZCNC View Post
    In cnc there are 2 coordinate systems, Machine coordinates (MC) and work coordinates (WC).
    MC relate to the machines fully movement extents and often defined by having home switch's which set the MC X0,Y0,Z0.
    WC is the start point you choose when zeroing on the workpiece and the G-code or part defining the extents.

    WC are also related to MC in that they are a known distance from MC X0,Y0,Z0. With home switch's on the machine it makes very easy to get back to accurate WC start point or any other known point on the workpiece by specifiying the offset from MC.

    So if you only want to work from one position IE set distance from MC then you need a known start point. This would then become your X0,Y0,Z0 in WC.
    This known start position is set by using work offsets which are represented in G-code by G54,G56,G57,G58,G59. The usual default work offset is G54 and most just use this which is basicly set when you manuely zero the WC DRO's.
    If you want to define other work offsets then this is done in the control softwares work offsets table section saved under G54,G55 etc, you then basicly program the relavent offset IE:G55 and the machine knows it's distance from MC and goes there using this has it's WC X0,Y0,Z0.

    So the process goes like this jog the machine to a point on your bed, in your control software you'll have a workoff set table. This table will have list of coordinates for G54-G59 choose one and save, this save the MC for the position the machines at now.
    Now when you program the part at the begining or near the begining of the G-code there will be an entry for setting the machine up safe looking some thing like "
    N01 G21 G40 G49 G54 G80 G90 G91.1" This puts the machine in a known safe state. Further down there will possibly be another line with G54 so selecting workoff set G54 and it's WC in the Workoff set table. . . So by now I think you'll have guessed what needs to be done to choose another WC location.? Yep change G54 to G55 etc.!!
    Better still is to do this in Cam software, most decent software should let you choose work offsets.

    Hope this helps.
    Cheers Jazz (copy & paste to notepad)
    Always bear in mind that your own resolution to succeed is more important than any other - Abe Lincoln

  3. #13
    Work offsets(WO) are very usefull if you have large bed. You can basicly devide the bed up into individual sections that can quickly and easily be located using WO.
    If used in combination with fixture jigs and location dowels it makes for very easy multipart cutting using different materials of different thickness's which can be left unattended. Just combine the code in one long G-code file by copy and paste and when the control comes across the new WO G-code it will move to that point and start a fresh adjusting for the offsets.!

    Great for doing things like 2 sided cutting on multiple parts using fixture jigs. Cut the first side in G54 and while this is cutting set another to be cut in G55. While G55 is cutting remove G54 jig from machine reset part for other side and replace back in G54 position for the other side. The code will be set in such a way that after the first twin same cut it flips back and forth between front and back sides. . . . . Obviously this is job dependent but you get the idea.!!

  4. The Following User Says Thank You to JAZZCNC For This Useful Post:


  5. #14
    Jay's Avatar
    Lives in Chesterfield, United Kingdom. Last Activity: 07-11-2016 Has been a member for 9-10 years. Has a total post count of 19.
    no mate i missed the sacrificial bed part sorry but glad to hear your not drilling holes in the main bed..lol

  6. #15
    I know exactly what you mean, I used to find this a right PITA because when you produce a G Code you lose the original drawing, in my case a DXF file.

    To fix it I rewrote my cutting software to read in the DXF and every circle shows on screen with a little red rectangle in the middle.

    Right button the rectangle and it sets machine co-ordinates to the circle centre, left button it and it moves the tool to the circle centre.

    I can also click left or right anywhere on the drawing, which is handy to make sure the cut doesn't overhang the billet.

    What I do is drill some holes for locating bolts then clear the mill bed of everything.

    I have a bunch of 3/4" thick mounts which have a T slot fixing and an offset stud with a female thread. I made 4 of each in M3 M4 M5 M6 and M8.

    I locate the mounts by left buttoning rectangles, lock them in place, replace the billet and bolt it down.

    If I have clear space and remembered to add a spare circle to the drawing, I pop in a centre hole so I can relocate if I lose position.

    Lots of typing but I would not be without it.

    When I am not machining the outside of the billet and need to align metal to the bed, I use the 10mm square tool steel bar I inset a few mm deep at the back of the bed. I cut the pocket for it with the mill so I know it is dead square. It has a splash guard holder on the top.

    If trying to align to a centre scratch I start light with a centre drill and go progressively deeper with each attempt to erase the old mark. Really need a sensitive drill handle and a pendant for that.

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. CONVERSION: Re-Built a used CNC mill machine to the point of 80%
    By dudz in forum Conversion Build Logs
    Replies: 13
    Last Post: 20-03-2014, 06:44 PM
  2. Setting the zero point on a CNC lathe
    By Robin2 in forum Lathes, Lathe Rebuilding & Conversions
    Replies: 7
    Last Post: 20-10-2013, 10:37 PM
  3. Digitizing probe / Point cloud to mesh
    By dudz in forum Probing, Digitizing & Scaning
    Replies: 4
    Last Post: 07-09-2013, 10:03 PM
  4. machine cutting sequence, keeps returning to the original point
    By luke11cnc in forum Machine Discussion
    Replies: 3
    Last Post: 06-07-2013, 04:48 AM
  5. Split Point Drill Bits
    By Lee Roberts in forum Tool & Tooling Technology
    Replies: 0
    Last Post: 10-07-2008, 02:06 AM

Bookmarks

Posting Permissions

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