V3.7MR3 CAD++
I am programming scans offline and when I run my parts none of the scans are correct. I have a family of parts (6 sizes) and am programming all offline and for each part I write the prg, save as next part name, import my new CAD, deselect surfaces for each scan, select the surfaces ,pick my points and all looks good until I run it on the CMM. I have to go into the prg and re-select all surfaces,the start, dir and end point and then re-generate the scan. Why is this happening?
There are 10 individual scans on each part and this is a royal pain to do twice for each part. What am I missing when I program offline?
All my scans are done in workplane orientation and here is a sample of the code I am using.
Any and all help would be greatly appreciated.
Duane
SCN_DR1 =FEAT/SCAN,LINEAROPEN,SHOWHITS=NO,SHOWALLPARAMS=YES
EXEC MODE=NORMAL, NOMS MODE=FINDNOMS,CLEARPLANE=NO,SINGLEPOINT=NO,THICKNE SS=0
FINDNOMS=0.0787,SELECTEDONLY=NO,USEBESTFIT=NO,PROB ECOMP=YES,AUTO MOVE=NO,DISTANCE=0,CADCompensation=NO
DIR1=LINE,INCR=0.05
HITTYPE=VECTOR
INITVEC=0,-0.2666382,0.9637967
DIRVEC=0,0.9390152,-0.3438756
CUTVEC=1,0,0
ENDVEC=0,0.2556216,0.9667769
PLANEVEC=-0.0069538,-0.9667463,0.2556427
POINT1=0.232,0.007,1.3548
POINT2=0.232,0.006,1.0851
MEAS/SCAN
BASICSCAN/LINE,SHOWHITS=NO,SHOWALLPARAMS=YES
0.232,0.007,1.3548,0.232,0.006,1.0851,CutVec=1,0,0 ,DirVec=0,0.9390152,-0.3438756
InitVec=0,-0.2666382,0.9637967,EndVec=0,0.2556216,0.9667769,T HICKNESS=0
FILTER/DISTANCE,0.05
EXEC MODE=NORMAL
BOUNDARY/PLANE,0.232,0.006,1.0851,PlaneVec=-0.0069538,-0.9667463,0.2556427,Crossings=2
HITTYPE/VECTOR
NOMS MODE=MASTER
ENDSCAN
ENDMEAS/
I am programming scans offline and when I run my parts none of the scans are correct. I have a family of parts (6 sizes) and am programming all offline and for each part I write the prg, save as next part name, import my new CAD, deselect surfaces for each scan, select the surfaces ,pick my points and all looks good until I run it on the CMM. I have to go into the prg and re-select all surfaces,the start, dir and end point and then re-generate the scan. Why is this happening?

All my scans are done in workplane orientation and here is a sample of the code I am using.
Any and all help would be greatly appreciated.
Duane
SCN_DR1 =FEAT/SCAN,LINEAROPEN,SHOWHITS=NO,SHOWALLPARAMS=YES
EXEC MODE=NORMAL, NOMS MODE=FINDNOMS,CLEARPLANE=NO,SINGLEPOINT=NO,THICKNE SS=0
FINDNOMS=0.0787,SELECTEDONLY=NO,USEBESTFIT=NO,PROB ECOMP=YES,AUTO MOVE=NO,DISTANCE=0,CADCompensation=NO
DIR1=LINE,INCR=0.05
HITTYPE=VECTOR
INITVEC=0,-0.2666382,0.9637967
DIRVEC=0,0.9390152,-0.3438756
CUTVEC=1,0,0
ENDVEC=0,0.2556216,0.9667769
PLANEVEC=-0.0069538,-0.9667463,0.2556427
POINT1=0.232,0.007,1.3548
POINT2=0.232,0.006,1.0851
MEAS/SCAN
BASICSCAN/LINE,SHOWHITS=NO,SHOWALLPARAMS=YES
0.232,0.007,1.3548,0.232,0.006,1.0851,CutVec=1,0,0 ,DirVec=0,0.9390152,-0.3438756
InitVec=0,-0.2666382,0.9637967,EndVec=0,0.2556216,0.9667769,T HICKNESS=0
FILTER/DISTANCE,0.05
EXEC MODE=NORMAL
BOUNDARY/PLANE,0.232,0.006,1.0851,PlaneVec=-0.0069538,-0.9667463,0.2556427,Crossings=2
HITTYPE/VECTOR
NOMS MODE=MASTER
ENDSCAN
ENDMEAS/
Comment