
I There
In Code the simple way i found is doing like this example:
1.003 VSET NMEAS = 3
1.004 TOL 2%
1.005 MATH reading = 0
1.006 TARGET -m
1.007 MEMI Insert Reading:
1.008 MATH reading = reading + 1
1.009 IF reading == 1
1.010 MATH M[10] = MEM
1.011 ELSEIF reading == 2
1.012 MATH M[11] = MEM
1.013 ELSEIF reading == 3
1.014 MATH M[12] = MEM
1.015 RSLT = Reading 1 = [M10], Reading 2 = [M11], Reading 3 = [M12]
1.016 ENDIF
1.017 MEME
1.018 MEMC 10V TOL
But should be other ways maybe more simple than this, but at first look this should work for what you need.
Compliments and good work
Luis
16 comments