good afternoon
I always start my program with a headpiece to fill in the customer and drawing number and so on as below
I always start my program with a headpiece to fill in the customer and drawing number and so on as below
my question is, I have to refill verything every time I can save the variable numbers that I input and then call them back again when I start measuring again
if I only have to change a 1 or a 2, that is a waste of time
Assign variables
****************************************
ASSIGN / CUSTOMER = ""
ASSIGN / BATCH = ""
ASSIGN / PROCESS = ""
ASSIGN / PARTNO = ""
ASSIGN / SERIAL = ""
ASSIGN / INSPECTOR = ""
ASSIGN / REMARK = ""
$$ NO,
****************************************
Calling Form and Parameters
describe the Form.
ATTENTION TO ADJUST TO THE LOCATION WHERE
YOUR FORM IS STANDING
****************************************
CS1 = FORM / FILENAME = C: \ USERS \ PUBLIC \ DOCUMENTS \ HEXAGON \ PC-DMIS \ 2017 R1 \ REPORTING \ FORM \
PARAM / A.TEXT = CUSTOMER
PARAM / B.TEXT = BATCH
PARAM / C.TEXTVALUE = PROCESS
PARAM / D.TEXT = PARTNO
PARAM / E.TEXT = SERIAL
PARAM / F.TEXTVALUE = INSPECTOR
PARAM / G.TEXTVALUE = REMARK
PARAM / =
END FORM /
NOTE / OPER, NO, FULL SCREEN = YES, AUTO. CONTINUE = NO,
Place the product according to photo
RETURN / ALIGNMENT, EXTERNAL, ZERO POINT 4