arc fitting output on nx7.5?
arc fitting output on nx7.5?
(OP)
Does nx7.5 supports arc fitting output which is similar to nurbs but not same,arc fitting converts linear small steps in surface machining to arc curves which represents surfaces more accurately and fast





RE: arc fitting output on nx7.5?
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: arc fitting output on nx7.5?
when we use multi axis milling the program represents the surface with small lines especially if we are milling a sphere
there will be a lot of small lines and machine can not reach faster feed rates but machine has 60m/min cutting feed and 1G acc. so if can represent a sphere with g2 g3 circular code instead of small lines we reach faster feedrates.
Shortly What i want is how i can combines several small linear segments into circular output in the same direction (see the attched picture )
RE: arc fitting output on nx7.5?
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: arc fitting output on nx7.5?
When I developed my post for a new AgieCharmilles Wire-EDM, I started working on a function that would transform the linear moves into a circular arc because there is a function called Heteromorphism which allows you to command a G2/G3 arc as a profile for both the lower and upper head, simultaneously in a block on the same line. You can even have a G2 on the lower profile and a G3 on the upper profile at the same time.
This is very nice, however, NX will only output linear moves for 4 axis Wire-EDM. In my post processor, I started working on an algorithm to fit arcs between 3 and 4 points, which I have been successful in testing but it has actually taken a back-seat for now and remains unfinished. It will take a lot of work to try and determine if these linear moves are actual linear moves or if they are part of an arc/spline move and that is why it remains unfinished.
The main problem is that NX is transforming the arcs to linear-moves and does not allow me any access at all to the spline/arc information so I have to backwards calculate between 3 and 4 points what the radius might be and compare it to the last 3 or 4 points etc etc.
I have thought about using a simulated machine but NX actually lacks native support for Wire-EDM in this regard. I have explored the possibility of tricking NX into using a Milling machine ISV for Wire-EDM use but this isn't ideal.
I don't mean to hijack your thread but I would like to point out that Wire-EDM in NX is a bit disappointing, especially for 4 axis work. Half the time I feel like tricking NX into believing it's doing milling work with a very small tool than to have NX believe it is Wire-EDM that I'm doing.
RE: arc fitting output on nx7.5?
I can also develop post proc. in my posts and some short algorthms,if you can send your project i can share my ideas with you
RE: arc fitting output on nx7.5?
RE: arc fitting output on nx7.5?
RE: arc fitting output on nx7.5?
Under the Machine Control group, Motion output has several options for linear, various circular, nurbs, and spline. Be sure this is set to what you want.
In 3 axis milling, if the underlying geometry is analytic (plane/cylinder/cone) then the output path should be pure, without fitting or approximation.
Mark Rief
Product Manager
Siemens PLM
RE: arc fitting output on nx7.5?
In 3ax machining there is no need any fitting you are correct
the output is pure arc.
But in 5ax or 4ax machining there are a lot of small line segments.For example i am machining a hemisphere which tool is tangent to the sphere and tool is moving in 4ax which is in normal to the bottom face of the hemisphere.
According to this all the toolpaths should be circular not line , but i got some circular some linear segments,the cycle time is very important i give 5000mm/min feedrate for the toolpath, but machine can only reach 3000mm/min,I have tested machine for small single arc machine can reach 10000mm/min (fanuc16imb,risc cnc 60m/min cutting speed)
there are too many linear command so machine cant accelerate too much.
What i want is i replace these several linear segments into a arc segments.I tried to change tolerance but it does not solve the problem.
How ican replace these several linear segments into circular segments.
Mastercam,Icam,powermill has arc fitting output i think but not sure, it uses g02 g03 instead of g01 linear segments.
Can i use maple integration to arc fit linear segments, since maple has arc fit function ,how can i call maple from post builder?
Please help
RE: arc fitting output on nx7.5?
RE: arc fitting output on nx7.5?
"When you filter a toolpath, The system replaces multiple small toolpath moves that lie within a specified tolerance with a single tool move. You can also optionally replace multiple linear tool moves with an arc move of a specified minimum and maximum radius"
RE: arc fitting output on nx7.5?
And why nx doesnot support arc filter,even there are some small cam softwares having arc filter support??
RE: arc fitting output on nx7.5?
Ray S
NX 7.0.1.7
www.appliedprecisionproducts.com
RE: arc fitting output on nx7.5?
Sorry but the functions are very different. ARC fitting is filtering the toolpath to a specific tolerance that has been set by the user. This is very different to just enabling ARC output
RE: arc fitting output on nx7.5?
These functions are not same ,mastercam converts linear motion to arc motion nx gives arc motion if toolpath has arc toolpath.
Bugie have you tried cimco,if you have a demo version can u share with me
I requested a demo from cimco but doesnot get any reply yet.
thanx
RE: arc fitting output on nx7.5?
The CIMCO product is called CIMCOfilter. I have tried it for 3D work, the results were quiet good. If you have a file you want to test with this filter, let me know.
RE: arc fitting output on nx7.5?
Thanks alot
RE: arc fitting output on nx7.5?
RE: arc fitting output on nx7.5?
Ray S
NX 7.0.1.7
www.appliedprecisionproducts.com