![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Dolphin CADCAM Discuss Dolphin CAD/CAM software here. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
I'm using Partsmaster CAM to generate conversational code for my 145 controller on a series I bridgeport. I keep getting CIRCLE END POSITION INCORRECT error when I try to run the code. I spent sometime and figured out that the problem appears to be a rounding error in the finial x y position of the circle. I can edit the file and the error goes away. Is there anyway to avoid this error? I post a sample of the generated code below. The 145 doesn't like the .373 in line 44. If I change it to .372 then it's happy. 38 L X+0,858 Y+1,068 R0 F200 M 39 L X+0,858 Y+0,293 R0 F200 M 40 L X+0,863 Y+0,293 R0 F200 M 41 L X+0,863 Y+0,31 R0 F200 M 42 CC X+0,925 Y+0,31 43 C X+0,925 Y+0,373 DR- R0 F200 M 44 L X+4,275 Y+0,373 R0 F200 M 45 CC X+4,275 Y+0,31 46 C X+4,337 Y+0,318 DR- R0 F200 M |
|
#4
| ||||
| ||||
| Hi Brad, This is a very popular Error on the Heidenhain controls and it can be caused by many things. If you are able to edit the post file try letting it output 4 decimals and in your CAM system make the Tolerance smaller. There is a machine parameter which is normally set to 0.01mm but it can't be made larger than 0.016mm so you will need to keep adjusting the Tol and the number of decimals. I hardly use cc and c because of this problem so I just linearize all movements. |
|
#7
| |||
| |||
| Thanks, the new post processor file did the trick It generates four decimal places and my program runs smoothly. I compared it to my original file and I can see differences old file :XAXIS = {" X"+DDDDD,dddF} :YAXIS = {" Y"+DDDDD,dddF} :ZAXIS = {" Z"+DDDDD,dddF} new file :XAXIS = {" X"+DDDDD,dddF} {" X"+DDDD,ddddF} :YAXIS = {" Y"+DDDDD,dddF} {" Y"+DDDD,ddddF} :ZAXIS = {" Z"+DDDDD,dddF} {" Z"+DDDD,ddddF} Brad |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Incorrect dimensions from Cambam to Mach 3 | corneliusbrown | CamBam | 19 | 10-05-2010 07:28 AM |
| 75000 CLC: incorrect MD configuration | kmccune | General CNC (Mill and Lathe) Control Software (NC) | 0 | 11-04-2009 10:12 AM |
| Incorrect Axis Positioning | oly2brf5 | Tormach PCNC | 20 | 10-02-2009 01:11 PM |
| Need Help!- Drilling Cycle = Incorrect Retract? | dneisler | General CNC (Mill and Lathe) Control Software (NC) | 7 | 12-22-2008 08:06 AM |
| V19 incorrect toolpath | Castle1 | BobCad-Cam | 2 | 07-02-2004 10:10 PM |