Chapter Three Programming
17
Part 1 Programming
G00 X50 . 123
Three digits following with the decimal point
Five digits before the decimal point is 00050.
Leading zero is omitted
G00 can not be omitted (G00 specifies a rapid feed) even if the
leading zero is omitted.
Note 3: When an address is specified twice at one block, in principle, the last command is enabled, and
the alarm does not perform.
For example: G01 M03 S200 M08
;
In this case, M08 is enabled, and the M03 is invalid. G code of each group in a block is valid which is
specified at last. G90/G91 is in a block, which is separately valid in its specified place. (See the Section 3.3.8)
For example: G90 X10.0 G91 Y20.0
;
Absolute Incremental
R is always valid when the R and I, J or K are specified simultaneously in circular arc interpolation
command, which is regardless of the command sequence.
Note 4: F050 can be changed into F051 in metric input format. Refer to the [Section 3.4.3 for the feedrate x
1/10].
Note 5: P or Q is omitted in the above-mentioned format due to it owns several meanings.
Note 6: When inputting in decimal point, refer to the [Section 3.2.4 for the decimal point input].
Note 7: The number input in metric, namely, X, Y, Z, A, B, C, U, V, W, I, J, K, Q, and R are set by parameter
which multiplies 10 times.
RD052
XL+052·YL+052·ZL+052·
α
L+052·
β
L+052·
ID052·JD052·KD052
(
α
or
β
is A, B, C, U, V or W) (input in metric), refer to the [Section 3.3.2.2, the input unit multiplies 10]
Note 8: Refer to the [Section 3.3.2.2, the input unit multiplies 10].
3.2.4 Decimal point programming
Numerical values can be entered with a decimal point for this device. A decimal point is used for
the number of which is regarded as a unit of the distance, time or speed. However, some addresses
can not input in decimal point, the position of decimal points are indicated the one of the mm, inch,
degree or second.
X15.0 X15mm or x15inch
F10.0 10mm/min or 10inch/min
G04X1. Dwell 1s
B90.0 B90deg
Decimal points can be inputted the following address:
X
、
Y
、
Z
、
A
、
B
、
C
、
U
、
V
、
W
、
I
、
J
、
K
、
R
、
Q
、
F
X, Y, Z, A, B, C, U, V, W, I, J, K, R, Q, F
Note 1: When the dwell is specified, X, but P, can be input in the decimal point. (Because the P can be
specified in the sequence number)
Note 2: Change the position of decimal point using the G code, the G code should be specified in
advance even in the same block. G20: (Specify in metric)
X1.0G04
;
……The X1.0 does not indicate a time instead of a movement distance (inch), as for the
X10000G04, its dwell time of the consequence is 10 seconds.
When G04 is inputted, the display becomes 10.0 from 1.0.
G04X1.0: …… is regarded as G04X1000, the dwell time of its consequence is 1 second.
Note 3: Note that it is a large difference with or without decimal point; the program is different from the
electronic-computer.
G21: (Specify a metric)
X1.……X1
mm
X1……X0.001
mm
G20: (Specify an inch)
X1.……X1inch
X1……X0.0001inch
Summary of Contents for GSK983Ma
Page 124: ......
Page 143: ......
Page 185: ......
Page 209: ...Chapter Four Operation 197 Part 2 Operation ...
Page 239: ...Chapter Four Operation 227 Part 2 Operation ...
Page 242: ......
Page 279: ......
Page 296: ...GSK983Ma Milling Machine Center CNC System User Manual 284 Part 2 Operation ...
Page 371: ...Appendix 11 USB Interface Parameter Transfer Operation ...