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! > CAM Software > BobCad-Cam


BobCad-Cam Discuss all BobCad software here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 12-18-2005, 12:38 PM
 
Join Date: Feb 2005
Location: USA
Posts: 223
Jim Estes is on a distinguished road
Problems With G02 G03 Using I And J

I have been programming with Bobcad V20 for a while now, and before that I used V17. I have always had a problem with pocketing. Sometimes when I am pocketing I get erroneous output of I and J. Whenever I select all the code and then do a geometry from nc function, I get very larges radii for my toolpath. If I were to use these programs, the cutter would ruin the work. Seems I only have this problem sometimes, but when I do get this error I dont know how to get rid of it, I usually just use a different size cutter or redraw the pocket and do something different.

Do you think this might have something to do with the accuracy setting in the enviroment?

This is really starting to bug me. Here is a sample of the code. When I do a geomtry from nc on this I get a huge circle around the very small hole that I am trying to cut. The hole is a 0.156" diameter hole and I am pocketing with a 0.125" cutter. and stepping 0.005" and leaving no stock.

G00X-10.Y8.Z0.05
X7.4492Y1.196
G01X7.4492Y1.196Z-1.F2.0
G00X7.4492Y1.196
G01X7.4542Y1.196
G03X7.4542Y1.196I7.4487J1.196
G01X7.4592Y1.196
G03X7.4592Y1.196I7.4487J1.196
G01X7.4642Y1.196
G03X7.4642Y1.196I7.4487J1.196

Any ideas about what is causing this?

Jim
__________________
www.maverickmoldandtool.com
Reply With Quote

  #2   Ban this user!
Old 12-18-2005, 01:43 PM
 
Join Date: Oct 2003
Location: USA
Age: 64
Posts: 263
mrainey is on a distinguished road

It looks like I and J are being output as the absolute coordinates of the arc centers. Apparently your machine control needs them to be defined in some other way, such as signed incremental distance from start of arc to center point, or ?.
__________________
Software For Metalworking
http://closetolerancesoftware.com
Reply With Quote

  #3  
Old 12-18-2005, 02:16 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

I concur with Mrainey. Check in your NC setup pages, there is a setting for the type of arc center coordinates.

This problem should not 'come and go' if you choose the same machine post each time you insert a new nc object....if you don't crash the program, in which event settings may not be written to disk properly.

Hint: if editing in Bobcad, use 'undo' (in the nc editor) to get rid of the code you don't want. This works a little better than just highlighting and deleting.

If I recall, I think that performing 'geometry from nc' uses your current post settings, so make sure that whatever post you used to post the code, is the same one used to regenerate the toolpath from the nc code. Just a precaution to take if nothing else seems to work correctly.
__________________
First you get good, then you get fast. Then grouchiness sets in.

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #4   Ban this user!
Old 12-18-2005, 02:32 PM
 
Join Date: Feb 2005
Location: USA
Posts: 223
Jim Estes is on a distinguished road

Whatever it was, is got a whole lot worse. After a bit of playing around with it, going back and using old programs to compare to, I concluded that my PC must have had some proplems because all my programs were not working right, I had to re-install the setup for my machine and now it's working properly. I don't know what happened, but just out of the blue I started getting that error. After reinstalling the setup and redoing the macros I am back to where I was with this. Thanks for the replies.


BTW, my machine uses I and J absolute numbers. The numbers look like they were right, but the "geometry creation" portion of Bobcad must have gotten confused. Here is a sample of the output now.

G00X0.Y0.Z0.05
X7.4492Y1.196
G01X7.4492Y1.196Z-1.F2.0
G03X7.4491Y1.1959I7.4487J1.196F10.0
G01X7.4542Y1.196
G03X7.4542Y1.1959I7.4487J1.196
G01X7.4592Y1.196
G03X7.4592Y1.1959I7.4487J1.196
G01X7.4642Y1.196
G03X7.4642Y1.1959I7.4487J1.196

Jim
__________________
www.maverickmoldandtool.com
Reply With Quote

  #5   Ban this user!
Old 12-18-2005, 04:25 PM
tjones's Avatar  
Join Date: Oct 2005
Location: USA
Age: 45
Posts: 851
tjones is on a distinguished road

I did find an error in the pocketing that may be related to what you are seeing.

If you have set in the NC to 'show only changed x,y coordinates' then you will get a sporatic error of i,j output with no xy coordinates. You will get a full circle when you run or simulate the code. Uncheck these in the NC menu setpu>driver window.

Also I think you should check if your machine requires i,j to be increamental instead of absolute. Also you may wish to check that the area you are trying to pocket has enough room for the endmill you are using. Check that you have cutter comp turned off because that could cause the tool to make a large move when reversing directions like it does in pocketing.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 12-18-2005, 04:42 PM
 
Join Date: Apr 2004
Location: ok / usa
Posts: 61
bdrmachine is on a distinguished road

This sounds like the same sort of trouble I had with Vector. I beleive they are based on the same program code. I switched to a different cam package and have solved most of my problems.
Reply With Quote

  #7   Ban this user!
Old 12-19-2005, 07:22 AM
 
Join Date: Feb 2005
Location: USA
Posts: 223
Jim Estes is on a distinguished road

I have had problems with programs that were written by other people, using other cam programs, and they didn't have the post set to output I and J as absolute numbers. My machine requires absolute I and J numbers. This problem was something entirely different. It looked like the same thing, but I think that the problem was actually with whatever portion of BobCad does the backplotting. After the first program, I tried several old programs that I new were good programs, and when I backplotted them using the "geometry from NC" option, I got the same sort of crazy loops. I re-installed the setup that I got from the BobCad site, and then re-did my program start and end stuff and it seems to be working just fine again. It seemed like what used to happen to Windows 98, it would "degrade" over time, and I would have to re-install every once in a while to get all the code back to normal.

Jim
__________________
www.maverickmoldandtool.com
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





All times are GMT -5. The time now is 10:19 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