3.12 Transformation with kinematic chains
3.12.1 Activating a transformation (TRAFOON)
A transformation defined with kinematic chains is activated with the predefined TRAFOON
procedure. The call must be alone in a block.
Note
Alternatively, a transformation defined with kinematic chains can also be activated via
conventional NC commands, such as TRAORI or TRANSMIT. For this purpose, an appropriate
value, not equal to zero, must be entered in the $NT_TRAFO_INDEX system variable.
For further information on $NT_TRAFO_INDEX see "System Variables List Manual".
Syntax
TRAFOON(<Trafoname>,<Diameter>,<k>)
Meaning
TRAFOON: Procedure for activating a transformation defined with kinematic chains
<Trafoname>: Name of the transformation data set
Data type: STRING
Range of val‐
ues:
All names of transformation data sets defined via $NK_NAME
Note:
The name of the transformation data set must be unique. It must only occur once
in $NT_NAME.
<Diameter>: Reference or working diameter (TRACYL only)
Data type: REAL
The value must be > 1.
<k>: Defines the use of the groove side offset (TRACYL only).
Data type: BOOL
Value:
FALSE Without groove side offset
TRUE With groove side offset
Corresponds to the TRACYL transformation type 514 (groove side offset can be
programmed). If <k> is not specified, the parameterized setting of bit 10 in
$NT_CNTRL[<n>] applies.
Example
Program code Comment
TRAFOON["Trans_1"] Activates the transformation with the name Trans_1.
Work preparation
3.12 Transformation with kinematic chains
NC programming
730 Programming Manual, 12/2019, 6FC5398-2EP40-0BA0