Found a solution for my "problem"...
In the end of Postbuilder i set folowing custom command:
#############################
global ptp_file_name
if {[file exists [string toupper $ptp_file_name]_DMU_5A.h]} {
MOM_remove_file [string toupper $ptp_file_name]_DMU_5A.h
}
file copy $ptp_file_name...
Sorry for double-posting...
With the variable "$mom-output_file_base_name" i get desired filename from nx-cam.
For example:
#############################################
global mom_output_file_basename
global ac_part_name
set mom_output_file_basename [string toupper...
Hello.
Thanks for your reply.
Yes. I want to get a filename like "programmname_VPC-3AX.h"
But the given name in NX CAM should be "programmname" and the postprocessor adds the "_VPC-3AX.h" specific for each PP i have.
The double period was the fastets way to realize that through the function...
Hello,
Hi,
first of all: sorry for my bad english :)
I am using NX postbuilder since a few weeks.
We get some new machines and i edited some postprocessors.
We have some different Heidenhain TNC 530i-Controls on different machines.
DMC 104V linear, DMU 80 monoblock, AXA VPC-40U and AXA DBZ...