![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| LinuxCNC (formerly EMC2) Discuss LinuxCNC (formerly EMC2) Controlers here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
Dear I was testing the manufacturing abilitys in pro-e. This works out fine but the G02 and G03 commands give the following errors in EMC for a sherline 5410 mill: ...zero radius... ...radius at begin differs from radius at end... Could this have something to do with the rounded numbers? not enough number after the point? Hope someone has had the same problem before. Cheers Philip |
|
#4
| |||
| |||
| I do not think you can change the arc endpoint error setting in EMC like you can in other controls. Can you try bumping up the number of decimal places you CAM software puts out. I remember reading a while back (years) that 6 places was recomended for best results in inch mode, probably get by with 5 in mm. |
|
#8
| |||
| |||
| Then the arc is defined wrong. Take a look at the Arc Buddy on this page. http://wiki.linuxcnc.org/cgi-bin/emc...ode_Generators It will generate the start position and the arc after you put in a couple of things. Then you can check your output to see what is wrong with your post processor. John |
|
#10
| |||
| |||
| That wiki page has grown since I last looked ! The problem is it assumes people know what python is and how to use it. What percentage of the population might that be ? ![]() Do this: 1) Right click "upload arcbuddy.py" on that wiki page. 2) "Save link as" and save it to your home directory 3) Open a terminal and type the commands Code: chmod a+x arcbuddy.py Code: ./arcbuddy.py Code: #!/usr/bin/python 4} That's it. These scripts should also work in Windows with a python interpreter ? Think so anyway. Btw: There's a quick text editor that can be run right from the terminal. Code: nano arcbuddy.py Code: "cntrl btn" "some letter" Anyway, just me up much to early and rattling on. Hope that helps in someway. Edit/ There is a possibility another error might pop up. Depends on the python installed and what the gcode generator calls up. If another error shows up, just paste it here and someone will tell you what to install.
__________________ Anyone who says "It only goes together one way" has no imagination. |
| Sponsored Links |
|
#11
| |||
| |||
| owkay sure going to try it but this is going to be a method to check, not to solve though... i did the math and the places are pretty accurate but perhaps not accurate enough??? no-one knows something about pro-e postprocessors? can't be hard to tell him to print 4 or 5 digits after the point is it? |
|
#12
| |||
| |||
| Another option is telling ProE to use R's instaed of I's and J's. R's allow more fudge factor. I's and J's are the preferred way however.
__________________ Anyone who says "It only goes together one way" has no imagination. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |