Chapter 16 PLC Function ApplicationsMH300
INC
BIN add one
INC
Continuous
execution type
INCP
DINC
Continuous
execution type
DINCP
Flag signal: none
*
*
*
*
*
Notes on operand usage: none
If a command is not the pulse execution type, adds 1 to the content of device D
during each scanning cycle.
Generally use this command as a pulse execution type command (INCP).
During 16-bit operation, 32,767 +1 rolls over to -32,768. During 32 bit operation,
2,147,483,647 +1 rolls over to -2,147,483,648.
When X0 switches from OFF to ON, adds 1 to the content of D0.