A
Hi, I am trying to automate GRR Graph and table generation and save. the following shows my code:
How do i Save the Gage R&R Variance Components and the Gage Evaluation Tables along with the One-Way Anova Table as images and text files via code?
Code:
WOPEN "C:\Users\310217955\Documents\MinitabMacro\TestData.txt";
FTYPE;
TEXT;
FIELD;
TAB;
TDELIMITER;
DOUBLEQUOTE;
DECSEP;
PERIOD;
DATA;
IGNOREBLANKROWS;
EQUALCOLUMNS;
SHEET 1;
VNAMES 1;
FIRST 2;
NROWS 1200.
LAYOUT;
GSAVE "C:\Users\310217955\Documents\MinitabMacro\grr";
JPEG;
WTITLE "Gage 1".
GageRR;
Parts 'Part';
Opers 'Operator';
Response 'Vf2';
Studyvar 6.
ENDLAYOUT.