Digital Dream Standalone Motion Controller DDCS V3.1
DDCS V3.1 Users Manual
Page -77
G99
After drilling, the tool will be
in position 0 to Z
G99
-------
G1 Z1 F1000
-------
G81 X0 Y0 Z-7 R0 K1
F300
After the drilling cycles, the tool returns to the
point R (along the Z axis). Raises the Z axis to a
safe height.
G90
No
G90 G1 X10 Y0
G90 G2 X20 I5
G2 X10 I-5
For G0/G1:Specifying absolute coordinates; For
G2/G3:The main coordinates are absolute and the
centers of the arcs are relative.
G91
No
G90 G1 X10 Y0
G91 G2 X10 I5
G2 X-10 I-5
For G0/G1:Specifying relative coordinates; For
G2/G3:The main coordinates are relative and the
centers of the arcs are relative.
This path will be completed in
10s. (Considering the speed
limit of each axis and the
acceleration/deceleration
time, the actual time may be
longer than 10s)
This path will move at a
synthetic speed of no more
than 3000 units/min.
Command
Description
Example of use
Description of
the example
Options
G92
X Y Z A
Zero all axes
G90G92X0Y0Z0A0
Setting new current coordinates
G90.1
No
G90 G1 X10 Y0
G90.1 G2 X20 I15
G2 X10 I15
For G0/G1:Specifying absolute coordinates; For
G2/G3:The main coordinates are absolute and the
centers of the arcs are absolute.
G91.1
No
G90 G1 X10 Y0
G90.1 G2 X20 I15
G2 X10 I15
For G0/G1:Specifying relative coordinates; For
G2/G3:The main coordinates are relative and the
centers of the arcs are absolute.
G93
G94
F
No
No
No
G93 G01 X5 Y5 A180
F6
G94 G01 X5 Y5 A180
F3000
Inverse time feed mode,This G code specifies that
all F (feedrate) values are interpreted as strokes per
minute. In other words the time (in seconds) to
complete the programmed motion using G93 is, 60
(seconds) divided by the F value.
The units per minute feed mode,In units per minute
feed rate mode, an F word (no, not that F word; we
mean feedrate) is interpreted to mean the
controlled point should move at a certain number
of millimeters per minute, or degrees per minute,
depending upon what length units are being used
and which axis or axes are moving.
G98
After drilling, the tool will be
in position 1 to Z
G98
-------
G1 Z1 F1000
-------
G81 X0 Y0 Z-7 R0 K1
F300
After drilling cycles, the tool returns to the Z
position, before the start of the cycle. Raises the Z
axis to a safe height..
A) G93 : When G93 is used, feedrate (F) is mandatory for all interpolated motion blocks. Therefore each non-rapid motion
block must have its own feedrate (F) specification. Requires version 2019-05-27-111 or later