My company has two types of dimensions I need to report. MIS and IMS. They're literally the same features from the same alignments, just different tolerances (ex: IMS_1 might be Datum -A- Ø5.000±0.002 and MIS_1 might be Datum -A- Ø5.000±0.0015).
Usually these dimensions are measured in separate program, but not for this one part.
How can I (running the program once):
1) Auto-print inspection report showing ONLY MIS dimensions & tolerances
2) In the background with no operator interaction, save PDF copy of the inspection report showing ONLY IMS dimensions & tolerances
3) In the background with no operator interaction, output ONLY IMS dimensions via CSV format to a local folder on my computer
**I know how to auto-print, I know how to save PDFs while making file path names & stuff, I have a system for my CSV saving setup already.. i just don't know how to make THIS program do all of this stuff "cleanly"/in the right order/the way I want it to. Hope this made sense.**
Usually these dimensions are measured in separate program, but not for this one part.
How can I (running the program once):
1) Auto-print inspection report showing ONLY MIS dimensions & tolerances
2) In the background with no operator interaction, save PDF copy of the inspection report showing ONLY IMS dimensions & tolerances
3) In the background with no operator interaction, output ONLY IMS dimensions via CSV format to a local folder on my computer
**I know how to auto-print, I know how to save PDFs while making file path names & stuff, I have a system for my CSV saving setup already.. i just don't know how to make THIS program do all of this stuff "cleanly"/in the right order/the way I want it to. Hope this made sense.**
Comment