Delta CFP2000 Series User Manual page 621

Ip55 fan and pump drive
Table of Contents

Advertisement

Chapter 16 PLC Function Applications│CFP2000
Command
Connect/release a common series contact
MC/MCR
Operand
N0–N7
MC is the main control initiation command, and any commands between MC and
MCR will be executed normally. When the MC command is OFF, any commands
between MC and MCR will act as follows:
Determination of commands
Coil driven by OUT command None receive power
Elements driven by SET, RST
Applications commands
MCR is the main control stop command, and is placed at the end of the main control
program. There may not be any contact commands before the MCR command.
The MC-MCR main control program commands support a nested program structure
with a maximum only 8 levels; use in the order N0-N7, please refer to the following
program:
Ladder diagram:
X0
X1
X2
X3
X10
X11
Ordinary timer
Counter
commands
MC
N0
Y0
MC
N1
Y1
N1
MCR
MCR
N0
MC
N0
Y10
N0
MCR
Function
Description
The timing value will revert to 0, the coil will lose
power, and the contact will not operate
The coil will lose power, and the count value and
contact will stay in their current state
Will remain in their current state
None are actuated
Command
code:
LD
X0
Load Contact a of X0
Connection of N0 common series
MC
N0
contact
LD
X1
Load Contact a of X1
OUT
Y0
Drive Y0 coil
:
LD
X2
Load Contact a of X2
Connection of N1 common series
MC
N1
contact
LD
X3
Load Contact a of X3
OUT
Y1
Drive Y1 coil
:
Release N1 common series contact
MCR
N1
:
Release N0 common series contact
MCR
N0
:
LD
X10 Load Contact a of X10
Connection of N0 common series
MC
N0
contact
LD
X11
Load Contact a of X11
OUT
Y10 Drive Y10 coil
:
Release N0 common series contact
MCR
N0
16-48
Description:

Advertisement

Table of Contents
loading

Table of Contents