What's new
What's new

Bobcad v23 Edm help

RforEDM

Plastic
Joined
Jun 19, 2014
Location
Michigan, USA
V23 doesn't seem to want to post radius' (no i or j's) it just outputs straight cuts. Its the same post I've always used and until now I've never had the problem.I also only have one machine under the machine selection and no cutting database. I've checked the file locations multiple times to no avail. Any help would be very appreciated.
 
Can you email me the file to look at. Is the target geometry made up of arcs? What kind of toolpath are you using. Have you tested a different part, based on what you are saying is sounds like the target geometry isn't made up of arcs.
 
Ill try and email you a file. (have to bare with me i new to the whole file sending thing on forums)

Its a relatively simple form of three straight fingers positioned 120 degrees around a fixed Id and at the end of the fingers is a radius.

2-axis outside toolpath

same thing on other parts i've tried it on a few different parts along the same lines of this one.
 
I have your file now... It's not a spline issue, you have true arcs in your files. I am having the same results are you, the ares are being interpolated as line segments... Not sure what is causing it yet, I have to keep looking. I am thinking it's a "machine " setting or some setting in the post processors that is making this happen...
 
Code:
"N00000;"
"G90;"
"G54;"
"G92 X02309 Y-92521;"
"T89;"
"G41 H001;"
"G50 A0;"
"C00000001 WS08 WT10;"
"T84;"
"A0 H0;"
"G01 X02742 Y-92771;"
"G01 X19109 Y-64423;"
"G03 X19779 Y-61923 I-04330 J02500;"
"G01 X19779 Y-45141;"
"G03 X19109 Y-42641 I-05000 J00000;"
"G01 X02742 Y-14294;"
"G02 X16815 Y-06169 I07036 J04063;"
"G01 X33182 Y-34516;"
"G03 X35012 Y-36347 I04330 J02500;"
"G01 X49546 Y-44738;"
"G03 X52046 Y-45407 I02500 J04330;"
"G01 X84779 Y-45407;"
"G02 X84779 Y-61657 I00000 J-08125;"
"G01 X52046 Y-61657;"
"G03 X49546 Y-62327 I00000 J-05000;"
"G01 X35012 Y-70718;"
"G03 X33182 Y-72548 I02500 J-04330;"
"G01 X16815 Y-100896;"
"G02 X02742 Y-92771 I-07036 J04063;"
"G01 G40 G50 A0 X02309 Y-92521;"
"T85;"
"M02;"



Ok this is not easy to explain....

What is going on is your "machine" has your max arc set to 0. So you need to use the edmmachinssetup.exe to edit the machine settings to allow the post to post arcs.

You need to do this with BobCAD closed.

That should solve the issue.


You should find this exe in : C:\Program Files (x86)\BobCAD-CAM\BobCAD-CAM V23
 
I ran edmmachinssetup.exe but it doesn't seem to have fixed it now it wont post at all.
I changed the max arc radius to 4.0 just to see it that worked to no avail.

Could i have done something wrong?
the first few times i tried installing it said it didn't install correctly

I still only see one machine in the machine selection as well and its not the one that i need to use.
Should i try one of my other post to see if they post?
 
I had the same issue, at first when working on your file. Where I could only pick 1 machine. After I shut down the software, and ran and updated the edmsetup.exe and opened the file back up was I able to get things going.
 








 
Back
Top