CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Machine Controllers Software and Solutions > G-Code Programing


G-Code Programing Discuss G-code programing and problems here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 05-14-2007, 10:07 AM
 
Join Date: Feb 2007
Location: Brunei
Posts: 632
alexccmeister is on a distinguished road
My first G Code from Mastercam.

Hi all (Noobie here),

Need help to decipher this G Code I just got out from Mastercam. Its from the Mastercam tutorial.

I ran the G Code in mach 3 and its just too slow. How to improve the speed of the cycle. Thanks in advance.

PHP Code:
 [ATTACH]37290[/ATTACH
Attached Files
File Type: zip G Code.zip‎ (1.4 KB, 90 views)
Reply With Quote

  #2   Ban this user!
Old 05-14-2007, 11:07 AM
 
Join Date: Oct 2006
Location: US
Posts: 51
HIRAH is on a distinguished road

1st i would do the left holes first, then move to the right to eliminate travel.
so
x15y35
y-35
x100
y35

then start from the hole you ended on and do the same for the drill.

2nd ,i assume that the endmill isnt coming down into the part, would be to feed faster or even rapid to the desired z depth.you can also rapid out of the part.

getting rid of the n lines for every line will help a little.

that's all for me for now, metric hurts my head.
Reply With Quote

  #3   Ban this user!
Old 05-14-2007, 01:07 PM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road

070514-1303 EST USA

alexccmeister:

In what part of the program is execution slow?

What does F 1.5 equate to in Inches per Minute?

.
Reply With Quote

  #4   Ban this user!
Old 05-14-2007, 07:33 PM
 
Join Date: Feb 2007
Location: Brunei
Posts: 632
alexccmeister is on a distinguished road

Hi all,

Thanks for the input. Gar I think you hit the spot there. F1.5 is i think 1.5mm/min or 1.5inch per min. Thats way to slow. I need to up that in order to get a decent speed. Thanks. Will try to change that and see.
Reply With Quote

  #5   Ban this user!
Old 05-14-2007, 08:34 PM
 
Join Date: Feb 2007
Location: Brunei
Posts: 632
alexccmeister is on a distinguished road

I have changed the settings in my motor tuning and the rapid move improved somewhat. I increased the feedrate and they are reasonable. But I have seen faster rapid moves in some g code before. How do I achieve this. Thanks.
Reply With Quote

Sponsored Links
  #6  
Old 05-14-2007, 10:24 PM
Al_The_Man's Avatar
Community Moderator
 
Join Date: Dec 2003
Location: Canada
Posts: 16,539
Al_The_Man is on a distinguished road
Buy me a Beer?

If your machine is set for Metric input then the feed rate is usually indicated as mm/min so the equivalent of say 10"/min is 254 = F254.
I notice you have F.9 and F3. etc.
The machine has to be capable of course of achieving the max. feed rate you are looking for.
Al.
__________________
CNC, Mechatronics Integration and Machine Design.
“Logic will get you from A to B. Imagination will take you everywhere.”
Albert E.
Reply With Quote

  #7   Ban this user!
Old 05-14-2007, 11:05 PM
 
Join Date: Feb 2007
Location: Brunei
Posts: 632
alexccmeister is on a distinguished road

Hi Al,

I think I solved the problem. Its the step/unit setting I am always getting wrong. I have adjusted the figure as per steps/mm and not steps/inch. So the figure is much less. Its working fine now.

I am not sure though why MCX writes such a low feedrate. Is there a setting in MCX I missed to adjust the feedrate before post proccessing?

Thanks for all your help. My next step in learning G code is trying to simplify the code produced by Mastercam X. Looking at the code is just mind boggling.
Reply With Quote

  #8   Ban this user!
Old 05-15-2007, 02:23 PM
 
Join Date: May 2003
Location: Macomb,Michigah
Posts: 2
DAFISHER is on a distinguished road

you can change in your set up go
Reply With Quote

  #9   Ban this user!
Old 05-27-2007, 01:40 AM
 
Join Date: May 2007
Location: USA
Posts: 913
g-codeguy is on a distinguished road

I dislike MasterCam X so I stick with v9, but I'm sure X has the same option of changing your feedrates for every tool as you select it. I program lathes so some things will be a little different. Some lathe operations also allow setting a plunge feedrate. I set my feedrates when defining the parameters for that operation, but MasterCam allows you to set up material files in which you set the feedrate for each type of tool as a percentage from a given value (set by you). You then select the material being machined and tell it to use the material feedrates, and MasterCam will output feedrates based on those percentages. Or you can let the software give you the feedrate from the tool itself. This value can be set by you for each tool and saved in a tool file.

My rough turning tool is set up with F.01, finish turning with 1/64R insert at F.003, etc. If I am running soft material, I may change that F.01 to F.012 or more when I define the roughing operation.

I hope I described this correctly, and clearly. It is way past my bedtime!

Edit: Oops. Told you it was late. Now that I've had some rest it has dawned on me that I may have given you wrong information. Surface feet is taken from the materials, but I don't think feedrates are. I never use this option, so I would have to look to be sure. Can't do that until Tuesday. Next time I will try to be sure of my facts before commenting. My apologies.

Last edited by g-codeguy; 05-27-2007 at 08:34 AM.
Reply With Quote

  #10   Ban this user!
Old 05-28-2007, 08:57 AM
 
Join Date: May 2007
Location: USA
Posts: 913
g-codeguy is on a distinguished road

Originally Posted by alexccmeister View Post
Hi Al,

I think I solved the problem. Its the step/unit setting I am always getting wrong. I have adjusted the figure as per steps/mm and not steps/inch. So the figure is much less. Its working fine now.

I am not sure though why MCX writes such a low feedrate. Is there a setting in MCX I missed to adjust the feedrate before post proccessing?

Thanks for all your help. My next step in learning G code is trying to simplify the code produced by Mastercam X. Looking at the code is just mind boggling.
Yes, you missed it. When you selected the tool, there was a place to set the feedrate. You don't have to accept the one that is there. Once you have tested the program and found changes that need to be made, you can go to Operations Manager, Parameters, and make the changes.

Not sure how you will "simplify" the code. There are ways to make the program more efficient. Lead in and lead out are two of the places I would start working on first. Defaults are usually too big. Using canned cycles will also shorten a program considerably.
Reply With Quote

Sponsored Links
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
learning g code or cad-cam code output? slow_rider G-Code Programing 3 02-27-2010 08:48 PM
G-code for beginners - want to learn G-code FPV_GTp G-Code Programing 7 11-17-2008 11:25 PM
mastercam code to punch a tape for machine with tape reader PETE1968 Mastercam 8 04-09-2007 12:58 PM
Mastercam code Master Miller Mastercam 1 01-19-2007 02:43 PM
looking for g code 3d from bobcadcam or simmilar for indexer lpt v5 with g code soft troyswood Ability Systems - LPT Indexer and G-Code 2 12-24-2006 09:21 PM




All times are GMT -5. The time now is 08:21 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361