1. G Function Description
1.2.28 G65: SIMPLE CALL
Command form:
G65 P L ;
P: number of the program to call
L: repetition count
Description:
After calling macro, P is called to execute and L__ indicates
repeating times. But it is enable only in the block with G65.
Example:
G65 P10 L20 X10.0 Y10.0
//Call sub-program O0010 continuously 20 times, and set X=10.0 and
Y=10.0 into sub-program.
74
    "