Brother TC-32B Manual page 218

Table of Contents

Advertisement

Chapter10 Subprogram function
10
Function of Subprogram
When a program contains fixed sequences or frequently repeated patterns, these sequences or
patterns may be entered into the memory as a subprogram.
The subprogram can be called out in the memory operation mode.
A subprogram called by the main program can also call another subprograms.
Max 8 fold nesting is available.
One calling command can call a subprogram repeatedly.
10.1
Making Subprogram
10
Generally, a subprogram is made by the following format.
(Note 1)
(Note 2)
2004/01/16
main program
sub program A
calling
M99 ;
Specify M99 at the last block of subprogram.
If another G or M code is commanded in the M99 block, an alarm is
generated.
The axis movement is not available even by commanding X, Y or Z
address.
sub program A
sub program B
calling
M99;
10 - 2
TC-32B
sub program
M99
eNCPR11.01.ai
eTCOMNCPR10-1.doc

Advertisement

Table of Contents
loading

Table of Contents