![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| G-Code Programing Discuss G-code programing and problems here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
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
| |||
| |||
| 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. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Work offset question | Barefootboy4 | Mach Software (ArtSoft software) | 2 | 01-25-2011 11:07 AM |
| G54/G55 work offset systems | Ed_R | GibbsCAM | 11 | 11-26-2010 09:52 AM |
| Need Help!- work offset | Claude Boudreau | BobCad-Cam | 3 | 11-22-2009 05:41 PM |
| Running one work offset. | ltmquik | Haas Mills | 20 | 09-07-2007 01:02 PM |
| work offset in fanuc 6m b- help | rags | Fanuc | 14 | 08-03-2006 09:39 PM |