I know, but I don´t have the contour_start event.
In the attached image, you can see the event in the siemens postprocessor in the right of the image, but in my new postprocessor, in the left, I don´t have...
I just tried, but it doesn´t work!!!!
I tried to setup the operation in machine cycle, and creating a new postprocessor, in the .tcl code I wrote:
#=============================================================
proc MOM_contour_end { } {...
Debuging this post, I can see that it listen the event MOM_contour_start, and when it occurs, saves the trayectory and doesn´t print. When MOM_contour_end occurs, it prints the next line:
"N80 CYCLE95("G95:G95_END",60.,0.5,0.7,0.,0.7,0.5,0.7,2,0.,0.,0.)"
as you can see, the trayectory will be...
Yes, I saw the postprocessor from Siemens. It uses the contour_start and contour_end events, however, I don´t know how to activate this events.
Do you know how to activate it?
Hi,
I am learning the use of NX.
To learn about postprocessor, I am creating a lathe postprocessor, and I want the generated code with cycles.
If I am correctly, the fist thig I should do is create a custom cycle in NX to generate the event.
Is this correct? Is there any other way to do it...