Function Manual
01/2017
115
The following program "BI_SSFK_TAB_AX1_X.MPF" includes the value assignments for the parameters of the two
compensation tables (positive and negative traversing direction) of the X axis:
;Table 1 - positive traversing direction
;Table 2 - negative traversing direction
;--------------------------------------------------------------------------------------
$SN_CEC_TABLE_ENABLE[0]=0
$SN_CEC_TABLE_ENABLE[1]=0
;--------------------------------------------------------------------------------------
;1st compensation value (interpolation point 0)
;2nd compensation value (interpolation point 1)
;3rd compensation value (interpolation point 2)
;4th compensation value (interpolation point 3)
;5th compensation value (interpolation point 4)
;6th compensation value (interpolation point 5)
;7th compensation value (interpolation point 6)
;8th compensation value (interpolation point 7)
;9th compensation value (interpolation point 8)
;10th compensation value (interpolation point 9)
;last compensation value (interpolation point 10)
$AN_CEC_INPUT_AXIS[0]=(AX1)
$AN_CEC_OUTPUT_AXIS[0]=(AX1)
;interpolation point distance
;Table applies for positive traversing directions
$AN_CEC_MULT_BY_TABLE[0]=0
;no multiplication (not relevant here)
;compensation without modulo function
;--------------------------------------------------------------------------------------
;(interpolation point 10)
$AN_CEC_INPUT_AXIS[1]=(AX1)
$AN_CEC_OUTPUT_AXIS[1]=(AX1)
;interpolation point distance
;Table applies for negative traversing directions
$AN_CEC_MULT_BY_TABLE[1]=0
;no multiplication (not relevant here)
;compensation without modulo function (only for rotary axes)
;--------------------------------------------------------------------------------------
$SN_CEC_TABLE_ENABLE[0]=1
$SN_CEC_TABLE_ENABLE[1]=1
Additional tables can be set-up, e.g. for axes Y and Z:
MD18342 $MN_MM_CEC_MAX_POINTS[
] = 90 (Table
: Axis
, positive traversing direction)
MD18342 $MN_MM_CEC_MAX_POINTS[
] = 90 (Table
: Axis
, negative traversing direction)
MD18342 $MN_MM_CEC_MAX_POINTS[
] = 50 (Table
: Axis
, positive traversing direction)
MD18342 $MN_MM_CEC_MAX_POINTS[
] = 50 (Table
: Axis
, negative traversing direction)