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...
Hi joycejo,
I am using NX3 and the Post Buider version is 3.2.1. I have checked the MOM variables but there is no mom_nxt_pos.
Is there anyway to find the next X, Y and Z values ?
Kindest Regards,
Srinivasan C
Japan.
Thanks joycejo.
This way also useful while making the O number. But the file name also the same as O number.
I want to specify separate file name and the O number. So i need to open an input box.
Thank you in adavance.
Kindest Regards,
Srinivasan C
Japan.
Thank you for your information. I have customized the TAP cycle and got the result like this
-------------------
G43Z50H01
S1000M3 -- dont need this line
G04X3
M8
M29S1000
G98G84Z-5R6F250K0
------------------------
In my post i have defined the Spindle speed and Spindle rotation in the Operation...
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...
Hi kukelyk & jelmera,
Thanks a lot for your information. Sorry for my delayed reply. I was out of station for the last two weeks.
I inserted your run wish script into my simple tk_messageBox
program. But the NX produced some error. I tried many times and finally i got the output.
First i...
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 {...