INC instructions on Keyence PLC : Increment memory
Increments the memory data specified by the operand by 1.
Examples of the use of INC instructions :
1. If 0000=OFF then Value in DM0000=0.
2. If 0000=ON then Value in DM0000=1.
3. If 0000=OFF then Value in DM0000=1.
4. If 0000=ON then Value in DM0000=2.
5. If 0000=OFF then Value in DM0000=2.