587,083 active members*
2,675 visitors online*
Register for free
Login
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2011
    Posts
    0

    No Work offset

    Hi all.

    I recently received an old Matsuura MC-1000V, that I’m suppose to set up.
    The machine has an old Fanuc 6M control system, but apparently the system don’t have any work offset option.

    So my question is, which way will you recommend me to set my work offset?
    What I’m thinking is to, of course return the machine to its zero return at start up, and then set a work coordinate in the beginning of all my programs. But I don’t like the idea of using G92, as I consider this very dangerous and very inconvenient if I have to restart my program from a different point than the start.

    Is there a different G code, which will always set the coordinate system from the machine origin point, and not “add” the value every time you program it?
    In this way I could set the work zero coordinate after every tool change, to avoid any mistakes.

    Any suggestion is highly appreciated!
    Thanks.

  2. #2
    Join Date
    May 2011
    Posts
    27
    If your Fanuc has Macro B you can use an infinite number of 'fixture' offsets. There is a safe way to use G92 where you need not move to a particular spot prior to setting G92. This can be accomplished mathematically using system variables. Since I'm an Okuma man I don't have the Fanuc syntax at my fingertips... Basically you use variables instead of fixture offsets with code that goes something like this:

    G92 X= actual position - origin of machine coordinate system - X variable value, Y= actual position - origin of machine coordinate system - Y variable value.

    Your X & Y variable values would change for different 'fixture offsets'. Check the Okuma forum this weekend... I'll find and upload an Okuma sample program that uses G92 to do a Family of Parts via 'G92 grid code'. This is what I use on Gang Fixtures in my shop.

Similar Threads

  1. Work offset question
    By Barefootboy4 in forum Mach Software (ArtSoft software)
    Replies: 2
    Last Post: 01-25-2011, 06:07 PM
  2. G54/G55 work offset systems
    By Ed_R in forum GibbsCAM
    Replies: 11
    Last Post: 11-26-2010, 04:52 PM
  3. work offset
    By Claude Boudreau in forum BobCad-Cam
    Replies: 3
    Last Post: 11-23-2009, 12:41 AM
  4. Running one work offset.
    By ltmquik in forum Haas Mills
    Replies: 20
    Last Post: 09-07-2007, 07:02 PM
  5. work offset in fanuc 6m b- help
    By rags in forum Fanuc
    Replies: 14
    Last Post: 08-04-2006, 03:39 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
  •