Chapter 6 Instruction Details
XBC E-Type Main Unit 6-272 Ve r. 1
2) Program Example
LIMIT D00010 300 -400 D00040
P00010
If D00010 is -500, D00040 = -400
If D00010 is -400, D00040 = -400
If D00010 is -300, D00040 = -300
If D00010 is -200, D00040 = -200
If D00010 is 0, D00040 = 0
If D00010 is 200, D00040 = 200
If D00010 is 300, D00040 = 300
If D00010 is 400, D00040 = 300
If D00010 is 500, D00040 = 300