Post builder how to write a procedure for rays and circles
Post builder how to write a procedure for rays and circles
(OP)
Hallo.
How a post builder to write a procedure that rays were generated by CR = and full circles with the I J K.
I want to full arcs were generated using vectors I J and arches not full by CR =.
How a post builder to write a procedure that rays were generated by CR = and full circles with the I J K.
I want to full arcs were generated using vectors I J and arches not full by CR =.





RE: Post builder how to write a procedure for rays and circles
On the circular move page, you can set the output to full circle or quadrants, and select the IJK Definition.
Mark Rief
NX CAM Customer Success
Siemens PLM Software
RE: Post builder how to write a procedure for rays and circles
G1 Z3.5 F5000.
Z.5 F450.
Y15.2
G3 X47. Y10.2 I5. J0.0
G2 X47. Y10.2 I0.0 J-10.2 (full circle)
G3 X52. Y15.2 I0.0 J5.
G1 Y15.409
Z3.5
Z50. F5000.
I want the code.
G01 Z3.5 F5000.
Z0.5 F450.
Y15.2
G03 X47. Y10.2 CR=5.
G02 X47. Y10.2 I=AC(47.) J=AC(0) (full circle)
G03 X52. Y15.2 CR=5.
G01 Y15.409
Z3.5
Z50. F5000.
I also need a procedure to display the warning at the beginning of the program if the feed rate exceeds 5000.
RE: Post builder how to write a procedure for rays and circles
If you don't get an answer here, I suggest you ask in the Siemens NX Manufacturing forum, as lots of post issues are discussed there.
Mark Rief
NX CAM Customer Success
Siemens PLM Software