- 168 -
Chapter 9. Standard Input/ Output Signal
9.4 Example of using an MC input/output flag for manual operation
1) JOG operation
The input contacts X0.5 and X0.6 command the X axis jog movement, and the input contacts X0.7
and X0.8 command the Y axis jog operation. All the input contacts are executed when ‘1’.
LOAD X0.5
OR X0.6
OR X0.7
OR X0.8
AND NOT M50.9 Æ M50.9[JOG] JOG mode state bit
OUT M80.9 Æ M80.9[JOG] JOG mode commanding bit
LOAD X0.5
AND M50.9 Æ M50.9[JOG] JOG mode state bit
OUT M80.C Æ M80.C[A1+] X axis manual feed +direction commanding bit
LOAD X0.6
AND M50.9 Æ M50.9[JOG] JOG mode state bit
OUT M80.D Æ M80.D[A1-] X axis manual feed – direction commanding bit
LOAD X0.7
AND M50.9 Æ M50.9[JOG] JOG mode state bit
OUT M80.E Æ M80.E[A2+] Y axis manual feed +direction commanding bit
LOAD X0.8
AND M50.9 Æ M50.9[JOG] JOG mode state bit
OUT M80.F Æ M80.F[A2-] Y axis manual feed -direction commanding bit
JOGX+ 이송지령
JOGX- 이송지령
JOGY- 이송지령
JOGY+ 이송지령
X0.6
M80.C
M50.9
M80.9
X0.8
X0.7
M80.D
X0.5
M80.E
M80.F
JOGX+ feed commanding
JOGX- feed commandin