![]() | |
| 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
| |||
| |||
I am running a program being drip feed to a mazak control machine is PH4800 the program is running standard eia G-code is it possible to use a GOTO N " line number" then have a N statement at each tool? Will this allow me to jump to specific tool numbers in the drip feed program? If so how would I format this statement for a mazak control? Thanks for the help |
|
#2
| |||
| |||
| GOTO statements have the same format as a FANUC machine (and many others). However, if you're dripfeeding, you can't GOTO beyond what remains in the front memory or main memory buffer. Many controls will simply give you an alarm. There are some ways around this by using WHILE/DO loops or sub-programming for example. But drip feeding puts a lot of limitations to what you can or can't do for many controls... What control model are you using? Some of this you can get around by using the memory card or USB instead of RS-232....
__________________ It's just a part..... cutter still goes round and round.... |
|
#4
| ||||
| ||||
| GOTO is part of Fanuc macro. Mazak EIA mode is not the best implementation of a G-code interpreter. I seriously doubt it will understand any macro commands. The fact that your control adds zeros after the letters means it does not accept GOTO..... because it does not understand or have Fanuc macro capabilities. |
|
#5
| |||
| |||
| I'm not sure what "Ford" is getting at here but.... Mazak running EIA has no issues with macros as it is done all over the world. Curious about what you mean by "control adds zeroes...." and what control are you using?
__________________ It's just a part..... cutter still goes round and round.... |
| Sponsored Links |
|
#6
| |||
| |||
| I agree with everything psychomill said. We have a mazak with a nexus control and eia runs just like on a fanuc control. Older Mazak controls might not be as compatible. For me Code: GOTO 20 ... ... N0020 |
|
#8
| |||
| |||
| gotta be clear Ford.... .... you're going back a few generations of controls there.... can't speak for T2, 32 or Plus .... Too many years ago and I can't remember.... However on M32 or Plus..... No problem! (can't remember M2 or older anymore...) GDT222 doesn't say what machine or control is being used here.... So I still don't get the "adding zeroes" thing....
__________________ It's just a part..... cutter still goes round and round.... |
![]() |
| 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 |
| Mazak M2 Sample program EIA | zabba | Mazak, Mitsubishi, Mazatrol | 13 | 05-01-2008 06:23 AM |
| Need Help!- Simple loop program for mazak | katsbobo | Mazak, Mitsubishi, Mazatrol | 3 | 04-07-2008 06:11 PM |
| Need Help!- GOTO Z | monte55 | Mach Software (ArtSoft software) | 12 | 02-06-2008 09:03 AM |
| iso program within mazatrol (mazak VTC200C) | Bodie | Mazak, Mitsubishi, Mazatrol | 2 | 09-07-2006 06:38 PM |
| Mazak Program Rotation Code? | Cascade Dave | Mazak, Mitsubishi, Mazatrol | 3 | 04-27-2006 02:22 PM |