How to change output dir
How to change output dir
(OP)
Hi,sorry for my English.Do you know,how to change the CAM output file forever?Example- C:\data\abc.cl
I do not want to give a file to the original directory with the name of part
Thanks
I do not want to give a file to the original directory with the name of part
Thanks





RE: How to change output dir
Have you try to set the "Customer defaults" :
File > Ultilities > Customer Defaults
>Gateway>General>Direstories
Best regards.
MERMET Sebastien
Mecanical & Product Designer
SolidEdge ST2 & Unigraphics NX4 & 6
Dell precision 490 & Dell precision M6300
RE: How to change output dir
I need to set the output file "C:\data\abc.cl" be there everytime.For all parts.
RE: How to change output dir
RE: How to change output dir
ugii_env.dat
you have a "section" for " Manufacturing Environment Variables"
Best regards
MERMET Sebastien
Mecanical & Product Designer
SolidEdge ST2 & Unigraphics NX4 & 6
Dell precision 490 & Dell precision M6300
RE: How to change output dir
## When dbc_customize_output_dir is set to 0, a default directory structure will be created and
## all files will be output to related directory based on clsf, ptp, or shop doc
## When dbc_customize_output_dir is set to 1, all CAM files will be outputted to the same as part
## file directory
set dbc_customize_output_dir 0
## program name
## dbc_output_root_name is set in C function
set dbc_program_name [string tolower $dbc_program_name]
set dbc_output_path $dbc_output_root_name
append dbc_output_path $dbc_program_name
I can not change it to make it work
RE: How to change output dir
Also read about UGII_CAM_SETUP_ROOT_DIR
This topic has been discussed in the past in the customer forum.
Mark Rief
Product Manager
Siemens PLM
RE: How to change output dir
someone tell me how to do it step by step?
Thanks