Originally Posted by
cbayram7
Dear All,
We have 1998 year B12 machine. (With pneumatic sub chuck and no live tool version).
We created sub program for bar feeder to change the bar. Then, we added the sub program into the main program with M8 and M9. Like below;
M8;
M98 P15;
M9;
But we had an alarm message "078 NUMBER NOT FOUND".
P15
N10 M6;
N20 G97 G99 M3 S600;
N30 U13.0 W-60.0 F2.0;
N40 S150;
N50 M53;
N60 M7;
N70 M55;
N80 M6;
N90 M3 S600;
N100 G1 W60.0 F2.0;
N110 M3 S2500;
N120 X-0.1 F0.03;
N130 M7;
N140 M99;
%
Can anybody tell me which code should ı use?
Thanks in advance.