![]() | |
| 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 need help. I have a Robodrill with a fanuc 16i controller and pallet changer. Is there a command to loop the program back to the top and keep running the program without stopping? I'm trying to get it so all I need to do is load the extra pallet and hit the pallet ready button and walk away. I don't want to wait for the program to finish and have to hit the start button as well. Is this possible? Any advice would be greatly appreciated. Thanks sul1 |
|
#2
| ||||
| ||||
| On my bar-fed lathe, if I program an M30 at the end of program, I have to press cycle start every time, so instead, I program an M99 before the M30. If I get really daring, I'll point it to the line I want to restart at, like M99P1 to restart at N1. M99 is not always an end of sub/return to main code. Sometimes it's a branch (GOTO) code. Come to think of it, I could even use a GOTO command, but I'm used to M99 |
|
#3
| ||||
| ||||
| try this at the end of your prog /M30 M99 with block skip on machine will run continously with block skip off machine will stop at the M30 also you can try setting the prog calls in the pallet setting page and all you have to push the pallet ready button . we run all 12 of our Robs that way
__________________ If you can ENVISION it I can make it |
![]() |
| 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 |
| Cinncinnati Sabre program loop | Whidden | G-Code Programing | 5 | 12-08-2008 09:34 PM |
| Heidenhain tnc151 program loop | bigtoad170 | Bridgeport and Hardinge Mills | 2 | 04-25-2008 09:27 AM |
| Need Help!- Simple loop program for mazak | katsbobo | Mazak, Mitsubishi, Mazatrol | 3 | 04-07-2008 06:11 PM |
| hHow to smooth a program thats got a loop? (helical interpolation) | Darc | G-Code Programing | 6 | 08-22-2006 08:47 AM |
| How to cut multiple parts (loop a program) | Bird_E | Mach Software (ArtSoft software) | 6 | 05-13-2005 03:16 PM |