![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
Hi, I have built a CNC machine, and I am using Mach 3 to control it. I want to make multiple of one part, and I am using Master Cam X with the translate toolpath command in order to copy one part 49 times. When I review it in master cam, it doesnt show the pauses between toolpaths, but when i open the gcode on mach 3, it shows pauses in between each toolpath group, where I have to tell it to go again each time. I want it to run continuously, so how do I get rid of the pauses? |
|
#2
| ||||
| ||||
| What do you mean it "shows pauses"?? Is there some message on the screen?
__________________ Gerry Mach3 2010 Screenset http://home.comcast.net/~cncwoodworker/2010.html (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#5
| |||
| |||
| If there is a G28 followed by at m00 or m01 at each pause the machine is doing what it was told to do. Post a section of the code as it will help with the diagnosis. Mike
__________________ Warning: DIY CNC may cause extreme hair loss due to you pulling your hair out. Last edited by TOTALLYRC; 08-26-2009 at 12:42 AM. Reason: Mistakes |
| Sponsored Links |
|
#6
| ||||
| ||||
If your machine is "pausing" on an M01 , this is an "Optional Stop", you have the option of ignoring this code while running, it is good code to have in your program for setting up the 1st run, but when all is good, turn the "Optional Stop" OFF ( this is a machine function on the control ) You said Mastercam X "Translate", go to the original operations that you translated, open the operation, and click on and open the "Misc Int" button. Is there a line regarding using M00/M01 outputs ? My guess is that it is set to 1. Reset it to 0(zero), which means "do not use M00/M01s" . Re-post the operations and the M0/M1's should not be in the file. NOTE---the "Misc Interger" section only applies to that operation, you will have to check all operations |
|
#7
| |||
| |||
| Ok, i have tried looking under misc values for each toolpath, but there are no options for M00 or M01. Here is a section of code with the M00 in it. N6510 G0 Z.255 N6520 M5 N6530 G91 G28 Z0. N6540 M00 N6550 T232 M6 N6560 G0 Z.255 M5 is stop spindle (i dont have spindle control anyway) G91 is incremental mode T232 ??? G28 must be home position. If I delete all the lines except the first and last I should be where I started, then it can go onto the next toolpath(hopefully). I just have to do find and replace on all of these lines in notepad or mastercam editor |
![]() |
| Tags |
| mach 3 master cam pauses |
| 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 |
| new 3d toolpaths | camtd | GibbsCAM | 0 | 01-01-2009 03:06 PM |
| Need help with toolpaths. | vigilante212 | Mastercam | 9 | 11-14-2007 03:51 PM |
| Creating Toolpaths for IGS | dneisler | Mastercam | 1 | 01-14-2007 08:37 AM |
| solids toolpaths | piratehcky | Mastercam | 8 | 01-12-2007 06:15 PM |
| OMG all the toolpaths!!! | dbtoutfit | General CAM Discussion | 6 | 06-18-2006 12:42 PM |