Description For M Codes3
Description For M Codes3
M08 Coolant ON
M08 turns the Coolant on.
COMMANDS DESCRIPTION
These commands are available in the machine side
The robot inputs can be switched on by sending the output signal
from machine side to robot side as a input signal.
Note: M66/67/77
These M codes are available in the machine side. The machine side
Inputs can be switched on by transferring the output signal from robot side
to machine side as an input signal.
The machine Inputs can be switched on by transferring the high
signal, which comes from the Robot side. The machine inputs can be
switched off by transferring the low signal, which comes from the robot
side.
DESCRIPTION OF G CODES
G04 Dwell
A Dwell of up to 500 seconds can be programmed.
Example: G04 X10
G71 U R
U
-depth of cut in mm
G71 P Q U W F
P
-feed rate
G72 W R
W
-depth of cut in mm
G72 P Q U W F
P
-feed rate
G73 U W R
U
-difference in radius in mm
G73 P Q U W F
P
-feed rate
G74 R
R
G74 X Z P Q F
X
-feed rate
G75 R
R
G75 X Z P Q F
X
G76 X Z P Q F
G76 P Q R
P
- finishing allowance in mm
Ex: G76 P031560 Q150 R0.15
G76 X Z R P Q F
X
- must be zero
DIFINITION
Billet Definition
The directive allows the billet in the simulation window to be given a
size.
The billet definition should be placed at the start of the program, after the
measure has optionally been set.
Example: G21
Sets the measure to metric
[BILLET X30.0 Z50.0
Defines the billet as 50mm long with a diameter of 30mm.
Subprogram directive
This directive allows a program with a non-numeric name to be called as a
subprogram.
Example: [subprogram 2222
M987 P0012222
Clear Directive
This directive clears the tutorial message windows.
Example: [CLEAR
Step Directive
This directive switches over to single step execution on-screen and
when linked to the Fanuc machine.
This directive switches off single step execution on-screen and when
linked to the Fanuc machine.
Example : [NOSTEP
Show Directive
This directive allows the operations to be simulated.
Example : [SHOW
Enable simulation
This directive allows the operations to be simulated.
Example : [SHOW
Disable simulation
This directive stops the operations being simulated.
Example: [NOSHOW
Tutorial Message
Tutorial message instructions being with the ! Exclamation mark
which is followed by some text.
When the CNC program is executed your text will appear in the
Tutorial window at the bottom of the screen.
Example: ! Using tool 2
Tutorial pause.
Comments
Use the (as the first character to specify a comment)
Tutorials
Interactive lessons can be developed through the Tutorials facility,
messages and questions can be embedded within the CNC program.
! Displays message without stopping
? Displays message but stops for key press.
**********