Interpolation of tracked axes in inserted TRC blocks (P-AXIS-00427)
P-AXIS-00427 | Interpolation of tracked axes in inserted TRC blocks | |
Description | The active TRC generates new additional motion blocks in the NC program for motion in corner areas. If motions of (several) tracked axes are also programmed in the corners, the motions of these tracked axes can be executed in combination with new inserted motion blocks when the parameter P-AXIS-00427 is active. | |
Parameter | kenngr.cax_output_with_generated_nc_block | |
Data type | BOOLEAN | |
Data range | 0/1 | |
Axis types | T, R, S | |
Dimension | T: ---- | R,S: ---- |
Default value | 0 | |
Drive types | ---- | |
Remarks |
Excerpt from NC program:
N10 G26
N20 G41 (TRC selection)
…
N110 G01 X100
N120 G01 C90
N130 G01 Y0
…
N200 G40 (TRC deselection)
Excerpt from NC program:
N10 G25
N20 G41 (TRC selection)
…
N110 G01 X100
N120 G01 C90
N130 G01 Y0
…
N200 G40 (TRC deselection)
Programming Example
Case 1: N100 X100
N110 C90
N120 B50
N130 C180
N150 Y0
| |
Case 2: N100 X100
N110 C90 B100 A23
N150 Y0
| |
Case 3: N100 X100
N120 B50
N130 C90
N150 Y0
|
Case 4: N100 X100
N110 C90
N120 B50
N150 Y0
| |
Case 5: N90 Z0
N100 X100
N110 C90
N120 Z50 (relevant motion)
N150 Y0
| |
Case 6: N90 Z50
N100 X100
N110 C90
N120 Z50 (non relevant)
(motion)
N150 Y0
| |
Case 7: N90 Z0
N100 X100
N110 Z50 (relevant motion)
N120 C90
N150 Y0
|