·86·
Installation manual
CNC 8060
CNC 8065
2.
MACHINE PARAMETERS.
(REF: 1402)
General machine parameters. Execution channels.
However, the smoother the system's response, the slower the movements. Linear
acceleration provides the fastest movements and the square sine the slowest.
The figure below shows the graphs for velocity (v), acceleration graph (a) and jerk (j) for each
case. As acceleration represents the velocity change per time unit, the jerk represents the
acceleration change per time unit.
IPLANE
Main plane (G17/G18) by default.
Possible values: G17 / G18.
Default value: G17.
Associated variable: (V.)[ch].MPG.IPLANE
This parameter indicates the main work plane assumed by the CNC by default. The axes
that form the work plane depend on machine parameter CHAXISNAME.
To change the work plane via part-program, use function G17, G18, G19 or G20.
ISYSTEM
Type of coordinates (G90/G91) by default.
Possible values: G90 / G91.
Default value: G90.
Associated variable: (V.)[ch].MPG.ISYSTEM
This parameter indicates the type of coordinates assumed by the CNC by default. The
coordinates of a point may be defined either in absolute coordinates (G90) referred to part
zero or in incremental coordinates (G91) referred to the current position.
To change the type of coordinates via part-program, use function G90 or G91.
IMOVE
Type of movement (G0/G1) by default..
Possible values: G0 / G1.
Default value: G01.
Associated variable: (V.)[ch].MPG.IMOVE
This parameter indicates the type of movement assumed by the CNC by default. Movements
in G0 are carried out in rapid as set by parameter G00FEED. Movements in G1 are carried
out at the feedrate active at the CNC.
To change them from the part-program, use function G0 or G1.
Plane. Abscissa axis. Ordinate axis.
G17 CHASIXNAME1 CHASIXNAME2
G18 CHASIXNAME3 CHASIXNAME1
G19 CHASIXNAME2 CHASIXNAME3
t
v
t
a
t
j
t
v
t
a
t
j
t
v
t
a
t
j
LINEAR TRAPEZOIDAL SQUARE SINE