engtipsuser100
Mechanical
- Jun 14, 2014
- 13
Greeting everyone!
I would like to simulate the surface roughness of peripheral milling in NX.
This means I have to deal with cycloids in order to get the accurate roughness values, because the cutting edges of the tool are moving on a cycloid path.
I created a few of them using the law curve command, and then created a point at one of the intersections (see on fig. 1).
My goal is that, by changing the parameters of the law curves, get the actual roughness values by reading the y coordinates of my created point. I would like to repeat this in an automated way, to get the a roughness funcion.
My first thought was to use GRIP or NX Journal, because a saw a few solved examples on the forum:
#for k 1 to 1000 do
#[law curve parameter] := 0.1*k
#read point(x,y)
#write xls [k,law curve parameter,y coordinate]
#end
I scanned through the documentation of GRIP and NX Journal, and found myself a little bit lost in those languages. Could you give me a little help, how should I create a program like this?
Thanks in advance!
I would like to simulate the surface roughness of peripheral milling in NX.
This means I have to deal with cycloids in order to get the accurate roughness values, because the cutting edges of the tool are moving on a cycloid path.
I created a few of them using the law curve command, and then created a point at one of the intersections (see on fig. 1).
My goal is that, by changing the parameters of the law curves, get the actual roughness values by reading the y coordinates of my created point. I would like to repeat this in an automated way, to get the a roughness funcion.
My first thought was to use GRIP or NX Journal, because a saw a few solved examples on the forum:
#for k 1 to 1000 do
#[law curve parameter] := 0.1*k
#read point(x,y)
#write xls [k,law curve parameter,y coordinate]
#end
I scanned through the documentation of GRIP and NX Journal, and found myself a little bit lost in those languages. Could you give me a little help, how should I create a program like this?
Thanks in advance!