Mitsubishi Electric Q Series Programming Manual page 189

Motion controller
Hide thumbs Also See for Q Series:
Table of Contents

Advertisement

6 MOTION PROGRAMS FOR POSITIONING CONTROL
(2) Block
A block is a collection of several words. It includes information necessary to
perform a single specific operation of a machine and acts as a complete
command on a block basis.
A block is ended by the EOB (End of Block) code to indicate separation.
<Block composition>
1)
N100
Word
1) N100 ··········· Sequence No.
2) G01 ············· Preparatory code
3) X250. ·········· Coordinate position data
4) Y-123.4 ······· Coordinate position data
5) F1500. ········· Feed speed
6) ; ····················EOB (End of Block)
(Note) : There are following two methods in the coordinate position data.
Absolute value command ········· G90: Method to travel the specified
Incremental value command ···· G91: Method to command the next
2)
3)
G01
X250.
Y-123.4
Word
Word
Word
Block
(Note)
(Note)
6 - 2
4)
5)
6)
F1500.
Word
E0B
: It is used to identify a program
block, and it is indicated by a
number (up to 4 digits) after
alphabet N.
: The basic instruction which
commands the movement of
motion control is indicated.
(G-code)
: The command for coordinate
position of X-axis is indicated.
This word commands 250[mm]
of X-axis.
: The command for coordinate
position of Y-axis is indicated.
This word commands
-123.4[mm] of Y-axis.
: The command of feed speed in
linear or circular interpolation is
indicated. (F-code)
This word indicates the speed of
1500[mm] per minute.
: The end (separation) of program
block is indicated.
coordinate position regardless of
the current position.
target position based on the
current position.
;

Advertisement

Table of Contents
loading

This manual is also suitable for:

Q173hcpuQ172hcpu

Table of Contents