Hello,
We have an external axis endless. It can turn according to the value that give to MTE in MOVJ instruction. I use MRESET to reset the number of turn.
I have a problem, I need the axis turn more than 32767, in the default the MTE can set only 32767. for use more than this, i use MRESET to reset the axis turn and use MOVJ for turn again but there are a problem after reset. Axis stop and start again, this is bad for my work. How can solve this problem?
My Program is below:
NOP
MOVJ VJ=10
MOVJ VJ=10 MTE= 32767
MRESET
MOVJ VJ=10 MTE=32767
END