Hey everyone,
I have been writing macro and complex macro programming, and have come into a issue with our Tsugami SS-32 with 31i control. This is a quick through together test that has failed and I can not understand why.
If I put 42 or 0042 in #120 the process works but when I try to put 334 or 0334 in #120 it does not work and I don't know why. Is there a parameter that is blocking any thing more than 2 digits in the argument? I just cant find the problem if there is 1.


O9510(TEST ARGUMENT)

#120=42

IF[#120EQ0042]THEN#142=12.5
IF[#142GT0]GOTO300
IF[#120EQ0046]THEN#142=15
IF[#142GT0]GOTO300
IF[#120EQ0357]THEN#142=0
IF[#142EQ0]GOTO200
IF[#120EQ0037]THEN#142=7.5
IF[#142GT0]GOTO300
IF[#120EQ0334]THEN#142=2.5
IF[#142GT0]GOTO300
IF[#120EQ0351]THEN#142=2.5
IF[#142GT0]GOTO300
IF[#120EQ0204]THEN#142=2.5
IF[#142GT0]GOTO300



N200

M00

GOTO3

N300

M00

N3

#120=0
#142=0

M30

Thanks,