Hi,
I am using external endless function, i need the external axis turn always. I write two type of jobs.
JOB1:
NOP
MOVJ VJ=10 MTE=20
MOVJ VJ=10 MTE=20
MOVJ VJ=10 MTE=20
MRESET
END
JOB2: // use MOVJ with EX variables
NOP
MOVJ EX000 VJ=10 MTE=20
MOVJ EX000 VJ=10 MTE=20
MOVJ EX000 VJ=10 MTE=20
MRESET
END
When i use program 2, external axis turn without any problem.
But when i run job 1 it give alarm 4490 subcode 3.
Do anyone where is the problem and how it can solve?