
PROGRAMMING
14. FUNCTIONS TO SIMPLIFY
PROGRAMMING
B–63684EN/01
158
When it is desired to repeatedly use a pattern with the same figure among
the pattern functions, this function can store it in memory with a given
number and access it as needed. Programs other than those using the
pattern functions can be stored in memory and can be called.
1) Memory
When a one-digit numeral from 1 to 5 subsequent to address A is given
before the G code of the pattern function, the pattern function
according to the G-code is stored in the memory.
(Example) A2G76I300J3000K5;
2) Call
By giving a one-digit numeral from 1 to 5 subsequent to address B, it
is possible to call the pattern function stored previously with address
A.
(Example) B2;
3) Example
When bolt hole circles with the same figure having a center in (100,
100), (200, 100), (250, 200), and (150, 200) are present:
(250, 200)(150, 200)
(200, 100)(100, 100)
:
G72X100.Y100. ;
A2G26I50.J0K4 ; ²
G72X200.Y100. ;
B2 ; ²
G72X250.Y200. ;
B2 ;
G72X150.Y200. ;
B2 ;
:
Designated for storage
after execution
Recall of
pattern A2
WARNING
1 Do not give the same number because the pattern function
differs. At this time, the previous memory is erased.
2 Only a block with up to 192 characters can be stored in
memory.
14.2
MEMORY AND CALL
BY A/B MACRO