In the following program execution on our machine which has Fanuc 0 TC system , PS 004 alarm is comming when command with # gets executed. (The machine has custom micro option. ) I don't under stand why #2=2 not getting executed & giving alarm. When G33 gets executed alarm ps 010 -invalid g code, is comming but G32 works ok . pls guide
program is as follows:
%
O0750
G54;
G0 G40 G90 G95 G97 M90;
T0606;
G97 S30 M3 M8;
G0 X190 Z50
#2 = 0
M98 P0751 L24;
G0 X190 Z20;
G0 X 194;
#6 = 7500;
M98 P0753 L12;
G0 X100 Z50;
M9;
M30;