Digital Dream Standalone Motion Controller DDCS V3.1
DDCS V3.1 Users Manual
Page -75
Command
Description
Example of use
Description of
the example
G0, G00
X Y Z A
Options
Moves the axes to the point X Y Z A, at the speed
specified in # 80
Quickly moves the axes to
the point X10 Y10 Z1
G0 X10 Y10 Z1
G1, G01
X Y Z A
Moves the axes to the point X Y Z A, at the speed
specified in F. If F is not specified, the speed from
parameter # 76 is used.
Moves the axes to the point
X10 Y10 Z1 at a speed of 100
G0 X10 Y10 Z1 F100
G2, G02
(mode1)
X Y Z I J K
Draws half the circle, D =
100, from 0 to 180 degrees,
clockwise, at a speed of 100
G0 X0.00 Y-50.00
----------------------------
G2 X100.00 Y-50.00
I50.00 J0 F100
Moving along the arc, clockwise, specified the
center, at the speed specified in F. I, J, K are the
coordinates of the arc center (x, y, z), relative to the
end point (for G91.1) or in absolute coordinates
G90.1), K can be omitted. X, Y is the end point of the
arc. Z - for plunging into a spiral (end infeed). The
starting point of the arc is given by the preliminary
movement of the axes into it.
G3, G03
(mode1)
X Y Z I J K
Draws half the circle, D =
100, 180 to 0 degrees,
counter-clockwise, at a
speed of 100
G0 X100.00 Y-50.00
------------------------
G3 X0.00 Y-50.00
I-50.00 J0 F100
Moving along the arc, counterclockwise, specified
the center, at the speed specified in F. I, J, K are the
coordinates of the arc center (x, y, z), relative to the
end point (for G91.1) or in absolute coordinates
G90.1), K can be omitted. Z - for plunging into a
spiral (end infeed). The starting point of the arc is
given by the preliminary movement of the axes into
it.
G3, G03
(mode2)
X Y Z R
Draws half the circle, D =
100, 180 to 0 degrees,
counter-clockwise, at a
speed of 100
G0 X100.00 Y-50.00
------------------------
G3 X0.00 Y-50.00 R50
F100
The movement along the arc, counterclockwise,
specified the radius, with the speed specified in F. R
is the radius of the arc. X, Y is the end point of the
arc. Z - for plunging into a spiral (end infeed). The
starting point of the arc is given by the preliminary
movement of the axes into it.
G4, G04
P
I
I
Stops processing for 10
seconds
G4 P10000
Stops processing for the number of milliseconds
specified after P. In this case, the machine does not
stop the spindle and does not pick up the tool
G12
Draws a circle with a
diameter of 20 mm,
clockwise
G12 I10
Draws a circle clockwise, around the current
location XY, with the speed F. Without correction for
the diameter and without moving Z. I - is the radius
of the circle.
G13
Draws a circle with a
diameter of 20 mm,
counter-clockwise
G13 I10
Draws a circle counter-clockwise, around the
current location XY, with a speed F. Without
correction for the diameter and without moving Z.
I - is the radius of the circle
G17
Select the working plane X-Y
G17
Selecting the working plane X-Y
G18
Select of working plane Z-X
G18
Selection of working plane Z-X
G19
Select of working plane Y-Z
G19
Selection of working plane Y-Z
G20
Inch system selection
G20
Inch system selection
G21
Metric system selection
G21
Choice of metric system
G2, G02
(mode2)
X Y Z R
Draws half the circle, D =
100, from 0 to 180 degrees,
clockwise, at a speed of 100
G0 X0.00 Y-50.00
----------------------------
G2 X100.00 Y-50.00
R50 F100
Moving along an arc, clockwise, specified the
radius, at the speed specified in F. R is the radius of
the arc. X, Y is the end point of the arc. Z - for
plunging into a spiral (end infeed). The starting
point of the arc is given by the preliminary
movement of the axes into it.
5 G Code and M Code