here's some code
CMT1 = INPUT, ... ENTER NUMBER OF TIMES TO LOOP
ASSIGN/V1=CMT1.INPUT
.
.
.
VARI1 =LOOP/START, ID = YES, NUMBER = V1, START = 1, SKIP = ,
OFFSET: XAXIS = 0, YAXIS = 0, ZAXIS = 0, ANGLE = 0
DIM DIM1= LOCATION OF POINT POINT[VARI1] UNITS=MM ,$
GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=BOTH
AX MEAS NOMINAL +TOL -TOL DEV OUTTOL
X 19.969 20.000 0.050 0.050 -0.031 0.000 -#-------
Y 19.996 20.000 0.050 0.050 -0.004 0.000 ----#----
Z 0.005 0.000 0.050 0.050 0.005 0.000 ----#----
T 0.005 0.000 0.050 0.050 0.005 0.000 ----#----
END OF DIMENSION DIM1
LOOP/END
in the report, i only have one dimension... the last one.
i know that there must be a problem with the way i'm
using the array for the dimension ID, maybe it's not recognising
a number from the comment (string or something)...
has anyone got this to work?
maybe you've taken a different route but the same result (one that worked).
any help appreciated
CMT1 = INPUT, ... ENTER NUMBER OF TIMES TO LOOP
ASSIGN/V1=CMT1.INPUT
.
.
.
VARI1 =LOOP/START, ID = YES, NUMBER = V1, START = 1, SKIP = ,
OFFSET: XAXIS = 0, YAXIS = 0, ZAXIS = 0, ANGLE = 0
DIM DIM1= LOCATION OF POINT POINT[VARI1] UNITS=MM ,$
GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=BOTH
AX MEAS NOMINAL +TOL -TOL DEV OUTTOL
X 19.969 20.000 0.050 0.050 -0.031 0.000 -#-------
Y 19.996 20.000 0.050 0.050 -0.004 0.000 ----#----
Z 0.005 0.000 0.050 0.050 0.005 0.000 ----#----
T 0.005 0.000 0.050 0.050 0.005 0.000 ----#----
END OF DIMENSION DIM1
LOOP/END
in the report, i only have one dimension... the last one.
i know that there must be a problem with the way i'm
using the array for the dimension ID, maybe it's not recognising
a number from the comment (string or something)...
has anyone got this to work?
maybe you've taken a different route but the same result (one that worked).
any help appreciated
Comment