Hello
I'm trying to get macro's working on some on the Fanuc OT controlled machines, some of which work.

The parameters I have already changed are 912 / 913 to 10000000.

But on some machines when I put a program from my PC into it, i.e.

%
:1000(TEST MACRO PROG)
#18=5
WHILE[#18GT0]DO1
N1
#18=#18-1
END1
M99
%

It inputs perfectly and runs, but on some it crashes with alarm
004 or 006

I have noticed this happens when a character like [ ] ( ) are trying to go in, as they do not display on the Fanuc program screen either.

Does anybody know why this could be, or how to enable the other characters.

pinguS