587,638 active members*
4,117 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2008
    Posts
    1

    Machine zero VS program zero

    I am starting to learn programming on a Milltronics Partner 1 with Centurion 1 controls. This machine is use to make cuts in plastic parts. The task I have been given is to take each of maybe 30-40 fixtures, and mount a pin on each one that will be used to zero out the fixture. Currently, the person that has previously programmed these, used whatever point on the part, the cut was dimensioned from, in the drawing he was given. Naturally, most of these points were not a good place to zero from, and can be very hard to locate properly. Is there a g-code I can use along with a locating pin, that will allow me to zero off the pin, for machine zero, then move to a different point, and have the program zero again, and continue from there. I am trying not to have to redo all of these programs and instead, just add a couple of line at the beginning.

    Thanks for any help!!

  2. #2
    Join Date
    Jul 2005
    Posts
    12177
    Do some reading on G52 and G92, you should be able to work something out with either of these.
    An open mind is a virtue...so long as all the common sense has not leaked out.

  3. #3
    Join Date
    Aug 2005
    Posts
    34
    Unless you have Work 48 (an option that gives you 48 work coordinates) this would be a good application for G10. I works something like this:
    G90G30G10L2P1X-22.383Y12.282Z-11.038;
    In this example P1 designates G54. L2 designates that Fixture Offsets (work coordinates) are being overwritten. You can do this repeatedly in your program to cover all the locations.

  4. #4
    Join Date
    Apr 2008
    Posts
    29
    I agee with stupidog G10 should work for you.

Similar Threads

  1. Example CNC machine Setup Sheet + program backup
    By lug_wrench in forum DNC Problems and Solutions
    Replies: 15
    Last Post: 12-28-2015, 06:37 PM
  2. Replies: 59
    Last Post: 11-24-2015, 09:10 PM
  3. Program CNC Machine
    By chrispcnc in forum G-Code Programing
    Replies: 5
    Last Post: 02-04-2007, 04:38 AM
  4. getting program to machine
    By fourperf in forum Fadal
    Replies: 7
    Last Post: 03-16-2006, 11:48 PM
  5. Mits wire machine center program
    By turkgeltz in forum DNC Problems and Solutions
    Replies: 0
    Last Post: 11-21-2003, 11:22 PM

Posting Permissions

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