hi friends,
I am new to CATIA V5 Manufacturing. I have set the Coolant in the Technology tab of Tool Definition dialog.
But in the APT file, there is no COOLNT NC instruction.
I am using the IMSPPCC_MILL.pptable. I have changed the
*START_NC_INSTRUCTION NC_TOOL_CHANGE as...
Hello friends,
Now the NC data output of my post for all opeartion look like this,
----
----
G43Z50H01
S1000M3
G04X3
M8
G98G82Z-5R6F250K0
---
I am indeed of changing the sequence for Tap Cycle only like this
----
----
G43Z50H01
G04X3
M8
M29S1000
G98G84Z-5R6F250K0
---
Is this possible in the...
Hi friends,
In Post Builder, the current X, Y and Z positions are available in mom_pos(0), mom_pos(1) and mom_pos(2) respectively. Like this, Is there any MOM variable available to find the next X,Y and Z move?
In NX3, the tool path return point is set to X=0, Y=0, and Z=50. The NC...
Hello friends,
I am new to UG NX3 PostBuilder. I want a messageBox which will open when the user run the post processor from NX3. For that I made a new custom command and my simple program is
set answer [tk_messageBox -message "Really quit?" -type yesno -icon question]
switch -- $answer {...