Detailed Description   
2.4 Frames 
  Axis Types, Coordinate Systems, Frames (K2) 
2-92  Function Manual, 08/2005 Edition, 6FC5397-0BP10-0BA0 
$TC_DP3[1,1]= 10. ; (z) length compensation vector 
$TC_DP4[1,1]= 0. ; (y) 
$TC_DP5[1,1]= 0. ; (x) 
$TC_DP6[1,1]= 2. ; Radius 
 
T1 D1 
 
g0 x0 y0 z0 f10000 
 
G54 
 
$P_CHBFRAME[0] = crot(z,45) 
 
$P_IFRAME[x,tr] = -sin(45) 
$P_IFRAME[y,tr] = -sin(45) 
 
$P_PFRAME[z,rt] = -45 
 
; Measure corner with four measuring points 
$AC_MEAS_VALID = 0 
 
; Approach measuring point 1 
g1 x-1 y-3 
 
; Store measuring point 1 
$AC_MEAS_LATCH[0] = 1 
 
; Approach measuring point 2 
g1 x5 y-3 
 
; Store measuring point 2 
$AC_MEAS_LATCH[1] = 1 
 
; Approach measuring point 3 
g1 x-4 y4 
 
; Store measuring point 3 
$AC_MEAS_LATCH[2] = 1 
 
; Approach measuring point 4 
g1 x-4 y1 
 
; Store measuring point 4 
$AC_MEAS_LATCH[3] = 1