I've got two problems:
1. I want to set the lower left corner and the top plane as the origin. The Z plane is fine, but the X and Y origins are in the middle of my hits, which makes sense. However, that's not the origin I'm looking for. How would I be able to create the corner as the origin in all axises and not in the middle? Code/pic below:
2. Why am I seeing the CAD model in 1 place and the picked points in a different space? I guess the better question would be: how can I make the actual PCS match the CAD? I was told something about virtual probe, but I'm not sure how that is going to help because I would be picking points on the CAD model. This wouldn't tell the software exactly where the part actually is on the machine.
forum1.JPG
1. I want to set the lower left corner and the top plane as the origin. The Z plane is fine, but the X and Y origins are in the middle of my hits, which makes sense. However, that's not the origin I'm looking for. How would I be able to create the corner as the origin in all axises and not in the middle? Code/pic below:
2. Why am I seeing the CAD model in 1 place and the picked points in a different space? I guess the better question would be: how can I make the actual PCS match the CAD? I was told something about virtual probe, but I'm not sure how that is going to help because I would be picking points on the CAD model. This wouldn't tell the software exactly where the part actually is on the machine.
forum1.JPG
Code:
PLN1 =FEAT/PLANE,CARTESIAN,TRIANGLE THEO/<513.112,351.382,-682.952>,<0.0021768,-0.001219,0.9999969> ACTL/<513.112,351.382,-682.952>,<0.0021768,-0.001219,0.9999969> MEAS/PLANE,3 HIT/BASIC,NORMAL,<488.206,336.927,-682.915>,<0.0021768,-0.001219,0.9999969>,<488.206,336.927,-682.915>,USE THEO=YES HIT/BASIC,NORMAL,<510.822,379.466,-682.912>,<0.0021768,-0.001219,0.9999969>,<510.822,379.466,-682.912>,USE THEO=YES HIT/BASIC,NORMAL,<540.309,337.755,-683.027>,<0.0021768,-0.001219,0.9999969>,<540.309,337.755,-683.027>,USE THEO=YES ENDMEAS/ LIN1 =FEAT/LINE,CARTESIAN,UNBOUNDED THEO/<485.052,332.731,-685.882>,<0.9999978,0.0020766,0> ACTL/<485.052,332.731,-685.882>,<0.9999978,0.0020766,0> MEAS/LINE,2,ZPLUS HIT/BASIC,NORMAL,<485.052,332.731,-685.879>,<0.0020766,-0.9999978,0>,<485.052,332.731,-685.879>,USE THEO=YES HIT/BASIC,NORMAL,<549.702,332.865,-685.884>,<0.0020766,-0.9999978,0>,<549.702,332.865,-685.884>,USE THEO=YES ENDMEAS/ LIN2 =FEAT/LINE,CARTESIAN,UNBOUNDED THEO/<478.488,340.816,-685.33>,<-0.0021937,0.9999976,0> ACTL/<478.488,340.816,-685.33>,<-0.0021937,0.9999976,0> MEAS/LINE,2,ZPLUS HIT/BASIC,NORMAL,<478.488,340.816,-685.333>,<-0.9999976,-0.0021937,0>,<478.488,340.816,-685.333>,USE THEO=YES HIT/BASIC,NORMAL,<478.418,372.484,-685.327>,<-0.9999976,-0.0021937,0>,<478.418,372.484,-685.327>,USE THEO=YES ENDMEAS/ A1 =ALIGNMENT/START,RECALL:STARTUP,LIST=YES ALIGNMENT/LEVEL,ZPLUS,PLN1 ALIGNMENT/ROTATE,XPLUS,TO,LIN1,ABOUT,ZPLUS ALIGNMENT/TRANS,ZAXIS,PLN1 ALIGNMENT/TRANS,XAXIS,LIN1 ALIGNMENT/TRANS,YAXIS,LIN2 ALIGNMENT/END
Comment