Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lewimt

    UG Shop Docs

    Turn on the debug tool and see if it is even a declared variable.
  2. lewimt

    UG Shop Docs

    What version of UG-NX & Postbuilder are you using?
  3. lewimt

    UG CAM

    To see all of the variables that are available when you process shop docs add this proc to your *.tcl file that you are running, and call it from: proc MOM_End_Part_Documentation {} { #============================================================================= proc get_globals_and_commands...
  4. lewimt

    UG Shop Docs

    To calcualte tape length add this to your end of program block: MOM_output_literal "#3006=1(PTP file size = $ptp_size bytes [format "%5.1f" $ptp_feet] feet)" You can use this to calculate the machine run time: MOM_output_literal "#3006=1(TOTAL Machine Time: [format "%.0f" $mom_machine_time]...
Back
Top