hexagon logo

Recalling measurements

Hi,

is there a way to export or save measuring routine for every part that is measured? So we could recall a measurements for few days, weeks back?

I would like to import some older measurements to adjust tolerances.

I tried dmis output but thats not it.

I know that in Zeiss Calypso SW you can recall measurements.
Parents
  • A Visual Basic script can be written and recalled inside the program, giving each file a custom name, then deleting the CAD file after saving to save space.
    if you variablize each report name to ensure no 2 reports have the same name, you can use that same variablize name as your program file name to make it easy to find your run data.
    You can also add VB code to automatically create a folder prior to auto saving or saving reports to fully automate the process.
Reply
  • A Visual Basic script can be written and recalled inside the program, giving each file a custom name, then deleting the CAD file after saving to save space.
    if you variablize each report name to ensure no 2 reports have the same name, you can use that same variablize name as your program file name to make it easy to find your run data.
    You can also add VB code to automatically create a folder prior to auto saving or saving reports to fully automate the process.
Children
No Data