I have a text file which include some parameter that need to be in range
example below, the AT (71654.423000, 71388.499000) need to be in the range of +/- 500.00 of a example reference value 72000, how can I achieve this kind of compare using BC3.0?
example below, the AT (71654.423000, 71388.499000) need to be in the range of +/- 500.00 of a example reference value 72000, how can I achieve this kind of compare using BC3.0?
Code:
DO: Workpiece AT (71654.423000, 71388.499000) .end .proclist .endproclist .pattlist .patt: Workpiece .ref frame: 71654.423000, 71388.499000, 0.000000
Comment