Delta CFP2000 Series User Manual page 625

Ip55 fan and pump drive
Table of Contents

Advertisement

Chapter 16 PLC Function Applications│CFP2000
Command
No action
NOP
Operand
The command NOP does not perform any operation in the program. Because
execution of this command will retain the original logical operation results, it can be
used in the following situation: the NOP command can be used to replace a command
that is deleted without changing the program length.
Ladder diagram:
Command
Inverse of operation results
INV
Operand
Saves the result of the logic inversion operation prior to the INV command in the
cumulative register.
Ladder diagram:
Command
Index
P
Operand
Pointer P is used to subprogram call command API 01 CALL. Use does not require
starting from zero, but the number cannot be used repeatedly, otherwise an
unpredictable error will occur.
Ladder diagram:
P10
NOP command will be simplified and not
displayed when the ladder diagram is
displayed.
X0
NOP
X0
X0
CALL
X1
Y1
Function
N/A
Command code:
LD
NOP
OUT
Y1
Function
N/A
Command code:
LD
Y1
INV
OUT
Function
P0–P255
Command code:
LD
P10
CALL
P10
LD
OUT
16-52
Description:
X0
Load Contact b of X0
No action
Y1
Drive Y1 coil
Description:
X0
Load Contact a of X0
Inverse of operation
results
Y1
Drive Y1 coil
Description:
X0
Load Contact a of X0
P10
Call command CALL to
P10
Pointer P10
X1
Load Contact a of X1
Y1
Drive Y1 coil

Advertisement

Table of Contents
loading

Table of Contents