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 > Dolphin CADCAM


Dolphin CADCAM Discuss Dolphin CAD/CAM software here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 10-06-2011, 09:35 AM
 
Join Date: Jun 2004
Location: United States
Posts: 778
mrcodewiz is on a distinguished road
Problem with Arcs

I have been having fits with the CAM side the last few days. I have been doing a lot of 3D modeling in Alibre, exporting to DXF, then importing those into Dolphin to create the CAM paths.

The problem I am having is that where one line fillets into another to create an arc, MACH3 ends up seeing a complete circle. So if I do a Goround on a profile, instead of following the line around it will try to do a full a360 around the corner.

The drawing looks fine and the simulation in partmaster cam looks fine. If i edit the geometry in cam it also looks fine. Its just in mach3.

Here is a drawing to help explain. Suppose I had a triangle created by 3 circles with tangent lines across the circles. If i do a goround, it will sometimes treat the fillet path as a full circle (the dashed circle in this picture) ane basically eat into the part.

It has something to do with the export/import. If I just create the part from scratch in Dolphin, I don't have this issue.

I hope that makes sense and someone has seen this before.
Attached Thumbnails
Click image for larger version

Name:	example.jpg‎
Views:	26
Size:	12.1 KB
ID:	143385  
Reply With Quote

  #2   Ban this user!
Old 10-06-2011, 09:48 AM
 
Join Date: Jun 2004
Location: United States
Posts: 778
mrcodewiz is on a distinguished road

Here is an actual example that I just exported, added an NC profile, then post processed in CAM.
Attached Files
File Type: zip DolphinTest.zip‎ (10.7 KB, 22 views)
Reply With Quote

  #3   Ban this user!
Old 10-07-2011, 06:05 AM
 
Join Date: Feb 2007
Location: UK
Posts: 146
andre-dolphin is on a distinguished road

Hello,

I think the problem was with the post-processor - it had arcs being output as quadrants, not sure why this was.

I have attached a new job and a post that doesn't split arcs.

Also, just curious as to why you weren't using the Chamfer command, it calculates the offsets based on the angle of the tool.

ATB
Andre
Attached Files
File Type: zip test-am.zip‎ (7.2 KB, 17 views)
Reply With Quote

  #4   Ban this user!
Old 10-07-2011, 08:46 AM
 
Join Date: Jun 2004
Location: United States
Posts: 778
mrcodewiz is on a distinguished road

I wondered if it was the post processor. I tried both of the 2 processors that I mainly use which are m_mach3_rotary and m_mach3_peck ( because one works well with the 4th axis and one works well with peck drilling). I didn't try the original one but I will start using that one unless I need to use the 4th.

I am not too familiar with editing the post processor files but maybe i'll try to compare them to see what the differences are?

As far as why I don't use the chamfering command, I guess I just got out of the habit of using it. My first machine was a little sieg X2 and it couldn't take very big cuts. If I wanted a .05 DOC and used the chamfer command, it just tried to take it all in one pass regardless of what I had the tool's cut depth set to which was too much for the poor little X2. I don't do it like this now but using a goround with a negative offset allowed me to chamfer and still have it recognize the tool's cut depth.
Reply With Quote

  #5   Ban this user!
Old 10-26-2011, 03:36 PM
 
Join Date: Jun 2004
Location: United States
Posts: 778
mrcodewiz is on a distinguished road

That post processor seems to work much better but for whatever reason, it wants to run the cutter down toward the table at the end of the program. It is incremental so I changed mach3 to use incremental mode instead of absolute but maybe I am missing something else? the whole program seemed to run fine until the end.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 10-26-2011, 04:14 PM
 
Join Date: Jun 2004
Location: United States
Posts: 778
mrcodewiz is on a distinguished road

Is there a change I can make to my absolute PPR files that would have the same effect?
Reply With Quote

  #7   Ban this user!
Old 10-27-2011, 03:15 AM
 
Join Date: Dec 2003
Location: Nottingham, England
Posts: 235
John S. is on a distinguished road

Can you post your code in zip format, so we can have a look at it.

I use this same post processor with no problems.

Are you using tool length offsets ?

John S.
Reply With Quote

  #8   Ban this user!
Old 10-27-2011, 10:39 AM
 
Join Date: Jun 2004
Location: United States
Posts: 778
mrcodewiz is on a distinguished road

I am not using tool offsets. I will create a sample and post it tonight. thank you.
Reply With Quote

  #9   Ban this user!
Old 10-28-2011, 06:55 PM
 
Join Date: Jun 2004
Location: United States
Posts: 778
mrcodewiz is on a distinguished road

Here is a sample I created. It is just a simple circle that I do a go round on. It seems to work fine but at the very end, it moves the Z to -1.2178 for some reason. I set both distance and IJ to incremental in mach3. Thanks for any help you can provide.
Attached Files
File Type: zip inc_test.zip‎ (4.2 KB, 11 views)
Reply With Quote

  #10   Ban this user!
Old 10-28-2011, 07:31 PM
 
Join Date: Dec 2003
Location: Nottingham, England
Posts: 235
John S. is on a distinguished road

Late here so I'll have a look tomorrow but the code looks good, nothing in the code that will make it move to Z-1.2178.

Try running the same code with line 60 "M06 T11" edited out and do an air cut well clear of the work.

John S.
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 10-28-2011, 08:29 PM
 
Join Date: Jun 2004
Location: United States
Posts: 778
mrcodewiz is on a distinguished road

It looks like it is the G28 z0 command. If I zero my machine coordinates the same as my work coordinates it works fine.

I don't use my limits to home - just as safeties. In fact right now, I only have X and Y limits wired up even. So normally, I don't use machine coordinates for anything. I just leave Mach3 in non-machine coordinate mode (is this considered work coordinate?) and zero on my part before I start working. I guess I can switch to machine coordinates after I zero in and zero them all out as well but that seems weird. I guess I am supposed to set my machine coordinate Z0 at my limit switch and then the G28 would cause the Z axis to raise to my limit switch at the end of the job?


Can this post processor take the place of my peck drilling and rotary post processors?
Reply With Quote

  #12   Ban this user!
Old 10-29-2011, 04:14 AM
 
Join Date: Dec 2003
Location: Nottingham, England
Posts: 235
John S. is on a distinguished road

Yes that post can do everything, peck and 4th axis.

Glad you found the difference with the co-ordinates.

Never thought to get you to check this as we don't use work and machine co-ordinates.
because the KX series mills are aimed at total beginners who can't get their heads round the two different co-ordinate systems we wrote a special screen that forced both systems to be Work Co-ordinates.
So the machine always goes to where you have specified the zero datum point.

John S.
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
Problem cutting arcs, backlash? TheGreenMachine Fadal 4 02-07-2011 10:21 AM
Need Help!- Problem with turning arcs in Flashcut mjsaad Dolphin CADCAM 2 09-03-2010 07:41 AM
Huge Problem with Turning Arcs HELP Cartierusm Dolphin CADCAM 12 06-10-2009 07:40 PM
Fanuc 10M feed problem in arcs AMEG CNC Fanuc 4 02-07-2007 05:58 AM
lines-arcs vs spline problem metlcutr55 General CAM Discussion 1 07-07-2006 10:16 AM




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