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 03-30-2009, 02:24 PM
 
Join Date: Mar 2007
Location: England
Posts: 2
alanbattersby is on a distinguished road
G-code questions about best practice

Hello Gentlemen,
This is my first post so I hope some experienced G-code programmer out there can help me. with a couple of questions. (the prefix should also say Newbie but can't have both). First some background. I am a retired computer programmer who for a hobby is writing some software to simulate a thing called a rose engine, to enable me to generate patterns and cut them on a simple cnc machine I am building, as I am interested in ornamental turning. (All items have rotational symmetry).

The assumed model for my machine is that the work is placed on a table rotating around the Z axis (C here). The cutter is on the Z axis and positive z values are depths into the work. The X axis runs through the center of the work and its origin is the center of the work. So X increases positively from zero radially towards the edge of the work. The Y axis is not used but is perpendicular to X and Z so cuts are made in the XY plane also predominantly I use Cylindrical coordinates (radius,Angle,depth) to represent points on the cutter path.

Ive done the simulation bit and now am looking at generating the g-code. My software generates a list of paths where each path is a list of points.

I will generate g-code either for my model above or for a standard mill. I can choose to generate simple g-code i.e no variables , no Owords, or , generate g-code using all facilities available to EMC2 (loops subroutines Owords etc) which is what I am using to control my equipment. Each path may have a different depth profile and has a width which may be greater than the diameter of the cutter used.

So first question, Is it better practice to generate g-code to cut each path to its correct final depth before moving on to the next path,or should I machine each path in turn cutting at the same depth then increment the depth and repeat? Is it better to handle the loop locally within the code to cut a path or more globally across all paths? Does it matter from a machining point of view? Paths could (and often do) cross each other.

My second question is how best to cut a width greater than the cutter diameter bearing in mind that in my standard model a point is specified by a radius (translates into an X value) and angle (a C value) and a depth (a Z value).

One choice is to add some variable value to the radius to offset the cutter and again place this in a loop. So similar sort of question to above is this loop better dealt with locally within a single path or globally across all paths (I am assuming here that all paths will have the same width).

I thought that another way of doing this is to possibly use cutter radius compensation in a loop so that my actual cutter was offset with a value which would be half the difference between the path width and the cutter diameter. But that would mean placing a mythical tool in the tool table. Is this possible in EMC2 (or the real world)? Comments on this approach would be appreciated.

Finally whilst typing this I was reconsidering my choice to generate very simple g-code. Should I bother or can I assume that today all CNC systems use variables and Owords etc? I am asking because when I get this application in a beta state I do intend to make it available to others as freeware as well as using it myself.

Sorry this is such a long email I do hope it makes sense in most parts.

Alan
Reply With Quote

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
I need some edgecam practice rider23 EdgeCam 0 01-10-2009 12:35 AM
Is this bad practice? 3axisrookie General Metal Working Machines 4 07-21-2008 10:51 AM
New to CNC/G-code, a few questions MachFlowMike G-Code Programing 13 12-09-2007 08:39 PM
Practice Material tikka308 Benchtop Machines 8 08-30-2007 08:31 PM
PRACTICE Materials ?? High Seas General Metal Working Machines 6 02-07-2004 05:33 PM




All times are GMT -5. The time now is 12:15 AM.





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