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 > SolidCam


SolidCam Discuss SolidCam software here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 11-12-2008, 10:45 PM
 
Join Date: Jan 2008
Location: USA
Posts: 92
jmcglynn is on a distinguished road
Thread Milling and accuracy of arc centers

I'm using SolidCAM 2008 SP2.4 (the latest as of last week). I have a simple part that I need to thread mill, when I ran the generated program I got partial threads only on one side of the shoulder.

Looking at the g-code for the two operations that finish the OD of the boss that I want to thread, and the thread milling step I see something obviously wrong.

The boss should be at X1.75 Y-1.75. The operation that finishes the boss has its arc center at exactly that point.

The thread mill operation has the center off by roughly .012" on the y-axis (in different directions for the top arc and the bottom arc no less).

If you look at the screenshot in the backplotter you'll see what I mean.

Part accuracy is set to .0001 (default is .004)

Part of it at least seems to be the post, if I use the haas_3x_nosubs post that comes with solidcam it is only off by .003" and it generates a single move using IJ instead of two arcs using R.

Has anyone ever seen this?

Joe
Attached Thumbnails
Click image for larger version

Name:	err1.jpg‎
Views:	102
Size:	81.4 KB
ID:	69530   Click image for larger version

Name:	err1a.jpg‎
Views:	116
Size:	38.6 KB
ID:	69531  
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 11-13-2008, 03:11 AM
 
Join Date: Oct 2007
Location: United Kingdom
Posts: 392
Brakeman Bob is on a distinguished road

Joe, Have you told your reseller? I think they released R12 far too early and I have reported a number of bugs myself. As for thread milling, I program for Heidenhain code and my post is set up to generate threadmilling cycles from Drill jobs, so I never get to use the SolidCAM threadmilling option.
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 11-13-2008, 10:21 AM
 
Join Date: Jan 2008
Location: USA
Posts: 92
jmcglynn is on a distinguished road

Originally Posted by Brakeman Bob View Post
Joe, Have you told your reseller? I think they released R12 far too early and I have reported a number of bugs myself. As for thread milling, I program for Heidenhain code and my post is set up to generate threadmilling cycles from Drill jobs, so I never get to use the SolidCAM threadmilling option.
Yes, I reported this to SolidCAM (I bought directly from them) and I'm working with tech support.

I have to agree on the bugs, although I saw a ton of problems in R11.2 and was told that they wouldn't fix them in R11.2 because it was "done" and R12 was coming out.

They are suggesting changing the post so that the thread mill moves use G03 with IJ instead of R. It seems to generate slightly more accurate code - but still not correct.

I had a problem with arc centers last summer and I just reproduced the problem in R12 - so I think that is where the issue is, not the post.
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 11-13-2008, 10:32 AM
 
Join Date: Jan 2008
Location: USA
Posts: 92
jmcglynn is on a distinguished road
arc center bug

I mentioned that I'd seen a similar bug where the arc centers are incorrectly calculated. I reproduced the bug and sent it to SolidCAM back in July and was told it was fixed. I just checked and it seems to still be there.

I made a simple part and set up two operations to cut the two shaped. When I check the arc center point for the large rounded end on both tool paths they are out by .006". The arcs should be concentric of course. This leaves a healthy step in a finished part and isn't acceptable.

Here is a screen shot from my backplotter and the part file (solidworks 2009 + solidcam 2008 R12 SP 2.4) The arc centers should be at X0 Y0, the selected one (in yellow) obviously isn't...
Attached Thumbnails
Click image for larger version

Name:	arctest.jpg‎
Views:	83
Size:	75.5 KB
ID:	69551  
Attached Files
File Type: zip ARCTEST.zip‎ (130.1 KB, 67 views)
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 11-14-2008, 03:13 AM
 
Join Date: Oct 2007
Location: United Kingdom
Posts: 392
Brakeman Bob is on a distinguished road

Hi Joe. I tried to replicate your problem using a post for FANUC 16 that SolidCAM created for me back on V10 but I was unsuccessful (I think the post isn't all it should be on spiral milling).

However, the thought struck me that this might be a metric-to-inch thing. Have you tried doing the arc test in metric? I know that this doesn't help you much because you run your shop in inches, but it could supply a clue to SolidCAM where the problem lies and how to fix it.

If I get time later, I'll try the arctest in my heidenhain post using the SolidCAM threadmilling cycle and see what I get.

For info, I run SolidWorks 2008 SP4, SolidCAM R12 SP2.4

All the best

Bob
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 11-20-2008, 03:17 PM
BJ-DEKA's Avatar  
Join Date: Oct 2007
Location: USA
Posts: 13
BJ-DEKA is on a distinguished road

Joe you mention changing the default tolerance from .004 to .0001. where was that tolerance? if it was the one in the cam part definition that is only for simulation... the tolerances you want to check are in the solidcam settings under units. there's is spline approximation and chain selection options. beyond that if there's still a problem i would say its a setting in the .mac or .gpp files.

hope this helps,
BJ
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 01-15-2009, 01:38 AM
 
Join Date: Jan 2008
Location: USA
Posts: 92
jmcglynn is on a distinguished road

Originally Posted by BJ-DEKA View Post
Joe you mention changing the default tolerance from .004 to .0001. where was that tolerance? if it was the one in the cam part definition that is only for simulation... the tolerances you want to check are in the solidcam settings under units. there's is spline approximation and chain selection options. beyond that if there's still a problem i would say its a setting in the .mac or .gpp files.

hope this helps,
BJ
Just to close the loop on this, the solution I got back from SC was to change my mac file setting for ARC_QUADRANTS to Y. Setting it to N attempted swing the circle (360 degrees) in two arcs. When I checked the g code the arc centers were calculated wrong. This change made it behave properly...although this isn't a "fix" to my way of thinking, just avoiding the problem by forcing the software down a different path.
Tweet this Post!Share on Facebook
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
Fryer CNC Milling Centers THREEDEE CNCzone Club House 2 09-06-2008 12:29 PM
Need Help!- Thread Milling on v22 PinMan BobCad-Cam 9 07-28-2008 07:42 AM
Thread Milling ragman General Metalwork Discussion 2 02-04-2008 10:04 PM
thread outlining ballscrew/rails/accuracy etc? blau_schuh DIY-CNC Router Table Machines 3 12-30-2006 01:44 PM




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