Example

Initialisation

Compensation is activated in the X axis by the following settings:

lr_param.temp_comp                      1
lr_param.temp_comp_position_0         100 [0.1µm]
lr_param.temp_comp_offset_0            40 [0.1µm]
lr_param.temp_comp_coefficient       4000 [µm/m]
lr_param.temp_comp_n_cycles            20

Programming Example

NC program

N10: G90 G01 X0 F1000
G04 1
N10 X100
G04 1
N10 X80
G04 1
N10 X50
G04 1
N20 X-200
G04 1
$GOTO [N10]
M30
Example 1:
Logged compensation values dependent on axis position.