How can you post the machine code file to the OS in Teamcenter?
Solution
If you want to use the CAM templates from the OS and you want to save the posted files in the OS, the best approach would be to change the nxdm_ugs_manufacturing_templates.pax located in the
C:\Program Files\Siemens\NX 10.0\UGII\templates\ directory.
Change the line in that file:
( FROM )<Configuration>${UGII_CAM_CONFIG_DIR}cam_part_planner_library.dat</Configuration>
( TO )<Configuration>${UGII_CAM_CONFIG_DIR}cam_general.dat</Configuration>
nxdm_ugs_manufacturing_templates.pax
__________________________________
<?xml version="1.0" encoding="utf-8"?>
<Palette xmlns="http://www.ugsolutions.com/Schemas/2001/UGPalettes" schemaVersion="1.0">
<Presentation name="Manufacturing Templates" bitmap="sheet_and_block.bmp" FileNewTab="Manufacturing" application="All" UsesMasterModel="Yes" Environment="Managed"/>
<PaletteEntry id="d1">
<References/>
<Presentation name="General Setup" description="NX CAM General Setup">
<PreviewImage type="UGPart" location="${UGII_CAM_TEMPLATE_PART_ENGLISH_DIR}mill_planar_assy.jpg"/>
</Presentation>
<ObjectData class="CamTemplate">
<Filename>@DB/mill_planar_assy_inch/A</Filename>
<Configuration>${UGII_CAM_CONFIG_DIR}cam_part_planner_library.dat</Configuration>
<LibraryClassPath>SETUP_TEMPLATE;GENERAL</LibraryClassPath>
<Units>English</Units>
<UsesMasterModel>Yes</UsesMasterModel>
<ItemType>MENCMachining</ItemType>
<RelationType>master</RelationType>
</ObjectData>
</PaletteEntry>
If you just want to make available the option to post the machine code file to the OS edit the
cam_part_planner_library.dat located at:
C:\Program Files\Siemens\NX 10.0\MACH\resource\configuration
( FROM ) LIBRARY_CAM_OUTPUT,${UGII_CAM_LIBRARY_TEMPLATE_DIR}cam_output.def,${UGII_CAM_LIBRARY_TEMPLATE_DIR}cam_output.tcl
( TO ) #LIBRARY_CAM_OUTPUT,${UGII_CAM_LIBRARY_TEMPLATE_DIR}cam_output.def,${UGII_CAM_LIBRARY_TEMPLATE_DIR}cam_output.tcl
Notes