How do I export the theoretical and ijk values from my program in pcdmis to excel?
Export theo values to excel
Collapse
X
-
Do you use the PDC2excel, excel print output, or writelines or something else?
If your output is tied to report window, you could spit them out on a report comment.
Comment/Report
"Feature 1 X Theo=" + FEAT_1.TX
"Feature 1 Y Theo=" + FEAT_1.TY
"Feature 1 Z Theo=" + FEAT_1.TZ
"Feature 1 I Theo=" + FEAT_1.TI
"Feature 1 J Theo=" + FEAT_1.TJ
"Feature1 K Theo=" + FEAT_1.TK
Related Topics
Collapse
-
by venkat9Hello,
I have a lengthy program. For repeatability check I want to export all evaluations to excel from the program.Can any one suggest...-
Channel: PC-DMIS for CMMs
09-11-2012, 08:16 AM -
-
by hammerIs it possible to export comment variable values to Excel I am trying to export comment variable value from a operator input to excel along with the dimensional...
-
Channel: PC-DMIS for CMMs
01-19-2016, 09:28 AM -
-
Hello,
I have a strange issue on one of my program.
Everytime I execute it, it creates an excel export file.
Even if I...-
Channel: PC-DMIS for CMMs
06-11-2018, 02:52 AM -
-
by thomasswayaRequesting the procedure to export data from PC-DMIS into a file that can be copied and pasted into Excel.
Thank you,
...-
Channel: PC-DMIS for CMMs
06-11-2010, 09:28 AM -
Comment