
B–62073E–2/03
4.CONVERSATIONAL MACRO FUNCTION
73
Error
The following program data is housed from #100 which is specified
by housed variable number #8522, if you execure the above described
instruction;
#100=7 Address “G”
#101=90 Number
#102=7 Address “G”
#103=0 Number
#104=24 Address “X”
#105=10.5 Number
#106=13 Address “M”
#107=5 Numbew
#108=27 Address “EOB”
EOR (28) is housed as an address, if EOB is not at the end block of the
program or EOR position is specified with block number.
Reading is not conducted as the end code becomes “255”, if you
specify a block No. in addition to the block of EOR.
Example:
If
O0004 ;
G92 X0. M08 ;
M02
%
#100=13 Address “M”
#101=2 Number
#102=28 Address “EOR”
Example:
If
O0004 ;
G92 X0. M08 ;
%
#100=28 Address “EOR”
(5) Block writing
G376 (Pp) ;
Prepared program data can be written in the variable area after the
block specified by the program number and block number. Specify
the maximum series of variable data by address P. If address “EOR”
is present within the specified data, write to “EOR”; if “EOR” is
present, write to the immediately preceding data; and if neither
“WOR” nor “EOR” is present, write data specified by address “P”.
Example:
If
O0004 ;
G92 X0. M08 ;
G90 G00 X10.5 M05 ;
#8520=4 ;
#8521=2 ;