Syntax
TRACON(<Trafo_No>,<Par_1>,...,<Par_n>,<Par_n+1>)
...
TRAFOOF
Meaning
TRACON: Activate concatenated transformation
If another transformation was previously activated, it is implicitly dis‐
abled by means of TRACON().
<Trafo_No>: Number of the concatenated transformation:
Type: INT
Range of val‐
ues:
0 ... 2
Value: 0, 1 First/only concatenated transformation
2 Second concatenated transformation
Not
speci‐
fied
Same meaning as with 0 or 1
Note:
Values not equal to 0, 1, 2 generate an error
alarm.
<Par_1>, ..., <Par_n>,
<Par_n+1>:
Parameters for the concatenated transformations
<Par_1>, ..., <Par_n>
Parameters of the first transforma‐
tion in the chain
The actual number depends on
the transformation type:
● TRAORI: 2 parameters
● TRACYL: 1 to 2 parameters
<Par_n+1> Parameters of the second transfor‐
mation in the chain (TRAANG)
≙ angle of the inclined axis
If parameters are not set, the defaults or the parameters last used
take effect. Commas must be used to ensure that the specified pa‐
rameters are evaluated in the sequence in which they are expected,
if default settings are to be effective for previous parameters. In
particular, a comma is required before at least one parameter, even
though it is not necessary to specify <Trafo_No> - for example TRA‐
CON( , 3.7).
TRAFOOF: Deactivate the last activated (concatenated) transformation
Example
Program code Comment
...
N230 TRACON(1,45.) ; Activate first concatenated transformation.
Work preparation
3.9 Transformations
NC programming
706 Programming Manual, 12/2019, 6FC5398-2EP40-0BA0