![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Haas Mills Discuss Haas machinery here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
I have a very large program 19 megs running right off the hard drive I really dont want to mirror tool paths So i figure I could have one program and 4 work offsets what would be the right way to call the program to each work offset Thanks for the help |
|
#3
| |||
| |||
| You can try somthing like this : Code: G55 G90 M98 P(number of your 16megs program) G56 G90 M98 P(number of your 16megs program) [...] M30 |
|
#4
| ||||
| ||||
| are you willing to edit your program? If so I would break it up in to sub-routines based on each tool and have each tool run threw all 4 work zeros. This saves on tool changes. I have found that this will speed up the program a lot if you have 20 tools in an umbrella style tool changer.
__________________ I'm not lazy..., I'm efficient! HAAS GR-408 |
|
#5
| |||
| |||
Thanks for all the help guys |
| Sponsored Links |
|
#6
| |||
| |||
| what is the m98 and m99 ? I dont have a g and m code list @ home |
|
#8
| |||
| |||
|
On Haas M98 is the subprogram call to an external Onnnnn program. M97 is the subroutine call to a line number location within the calling program.
__________________ An open mind is a virtue...so long as all the common sense has not leaked out. |
|
#9
| |||
| |||
| How Does this work when your main program is running direct from hard drive Do i need to make the Offset program runnging from the hard drive also? |
|
#10
| ||||
| ||||
| if you need a g and m code card here http://www.haascnc.com/custserv_updates.asp#custserv but you need to replace your M30 with M99 because when it reaches the end of the program it will stop and reset not move to the next work zero. Your M30 will then be placed in your M98 call program. it may be simpler to make a sub-routine call for 4 work zeros with in the program so you will not have to worry about one being on the hard drive and the other not. If you do it this way follow the same as described by pit202 but put it at the top of your program and use M97 not M98 and your P number calls a N line number with in the program
__________________ I'm not lazy..., I'm efficient! HAAS GR-408 |
| Sponsored Links |
|
#11
| |||
| |||
| As I understand it running a program from the hard drive is equivalent to drip feeding through the serial port, but much faster. Also as I understand it for M97, and maybe M98 everything has to be in the controller memory. When it is on the hard drive it is not in the controller memory; chunks are transferred into a buffer memory and executed. The controller can only look ahead within the portion that is in the buffer; the M97 will not work because the line being called will be on the hard drive not in the buffer.
__________________ An open mind is a virtue...so long as all the common sense has not leaked out. |
|
#12
| |||
| |||
| I looked it up in the addendum for ethernet and hard drive; it looks like you can do M98 from the hard drive. Go to this link, scroll down until you get to manual addendums and then you will see Ethernet/Hard drive Option. Click on that and you will find what you need on pages 4 and 5 under the section about File Numeric Control (FCN) Operation. http://www.haascnc.com/custserv_updates.asp#manualupd
__________________ An open mind is a virtue...so long as all the common sense has not leaked out. |
![]() |
| 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 Offsets | RMT | Mach Mill | 14 | 12-14-2008 10:49 AM |
| Need Help!- Multiple Work Offsets | PinMan | BobCad-Cam | 3 | 06-06-2008 05:41 PM |
| how do you set G54 thru G59 work offsets? | Barney | Fanuc | 10 | 01-07-2007 04:02 PM |
| work offsets | 5axisdan | Mazak, Mitsubishi, Mazatrol | 0 | 07-04-2005 11:17 AM |
| Work Offsets | new2cnc | Mastercam | 3 | 04-30-2005 11:04 AM |