Programming manual
CNC 8070
STATEMENTS AND
IN
STRUCTI
O
NS
Pr
ogr
am
m
ing st
at
em
ent
s
15.
(S
OFT
V02.0
X
)
431
15.1.8 Axis swapping
Initially, each channel has some axes assigned to it as set by the
machine parameters. While executing a program, a channel may
release its axes or request new axes. This possibility is determined by
machine parameter
AXISEXCH
, which establishes whether an axis
can change channels or whether this change is permanent or not.
A permanent change is maintained after the end of the program, after
a reset and on power-up. The original configuration may be restored
either by validating the general parameters and restarting or by a part-
program that undoes the changes.
Knowing if an axis can change channels
Machine parameter
AXISEXCH
may be consulted using the following
variable.
V.MPA.AXISEXCH.Xn
Replace "Xn" with the name or logic number of the axis.
Knowing in which channel the axis is
It is possible to know in which channel the axis is by using the following
variable.
V.[n].A.ACTCH.Xn
Replace "Xn" with the name or logic number of the axis.
Replace the "n" letter with the channel number.
Commands for modifying the axis configuration via program
The following instructions are used to modify the configuration of the
axes. It is possible to add or remove axes, change their names and
even redefine the main axes of the channel by swapping their names.
Changing the configuration of the axes cancels the active polar origin,
the pattern rotation, the mirror image and the scaling factor.
In the configuration of the axes (if G17 is active), the axis that occupies
the first position must be the abscissa axis, the second will be the
ordinate axis, the third will be the axis perpendicular to the work plane,
the forth will be the first auxiliary axis and so on.
It also restore the machine parameter settings if a checksum error
occurs when powering up the CNC. .
Value
Meaning
0
It cannot change channels.
1
The change is temporary.
2
The change is permanent.
Value
Meaning
0
It is not in any channel.
1-4
Channel number.
Summary of Contents for CNC 8070
Page 1: ...CNC 8070 REF 0504 SOFT V02 0X PROGRAMMING MANUAL Soft V02 0x Ref 0504...
Page 2: ......
Page 4: ......
Page 6: ......
Page 12: ......
Page 14: ......
Page 16: ......
Page 22: ......
Page 26: ......
Page 28: ......
Page 30: ......
Page 32: ......
Page 34: ......
Page 62: ...Programming manual 28 CNC 8070 2 MACHINE OVERVIEW Home search SOFT V02 0X 28...
Page 178: ...Programming manual 144 CNC 8070 7 GEOMETRY ASSISTANCE General scaling factor SOFT V02 0X 144...
Page 360: ...Programming manual 326 CNC 8070 12 CYCLE EDITOR Random multiple machining SOFT V02 0X 326...
Page 556: ...CNC 8070 16 PROBING CANNED CYCLES SOFT V02 0X 522 Programming manual...