omron cp1e.pdf

45
CP1E CP1L CP1H POWER SUPPLY : 100~220VAC , 24VDC I/O : 10, 14, 20, 30 and 40 CPU type : E type (basic model) and N/NA (application model) Output : transistor and relay type Program capacity : 2K steps for E type and 8K steps for N/NA type Programming method : Ladder diagram POWER SUPPLY : 100~220VAC , 24VDC I/O : 10, 14, 20, 30, 40 and 60 CPU type : CP1L Output : transistor and relay type Program capacity : 10K steps and 20K steps Programming method : mnemonic code, ladder diagram, function block POWER SUPPLY : 100~220VAC , 24VDC I/O : 10, 14, 20, 30, 40 and 60 CPU type : CP1H Output : transistor and relay type Program capacity : 20K steps Programming method : mnemonic code, ladder diagram, function block

Upload: suzaini-supingat

Post on 12-Apr-2015

112 views

Category:

Documents


3 download

DESCRIPTION

introduction to plc omron CP1E

TRANSCRIPT

Page 1: OMRON CP1E.pdf

CP1E

CP1L

CP1H

• POWER SUPPLY : 100~220VAC , 24VDC• I/O : 10, 14, 20, 30 and 40 • CPU type : E type (basic model) and N/NA (application model) • Output : transistor and relay type• Program capacity : 2K steps for E type and 8K steps for N/NA type•Programming method : Ladder diagram

• POWER SUPPLY : 100~220VAC , 24VDC• I/O : 10, 14, 20, 30, 40 and 60 • CPU type : CP1L• Output : transistor and relay type• Program capacity : 10K steps and 20K steps• Programming method : mnemonic code, ladder diagram, function block

• POWER SUPPLY : 100~220VAC , 24VDC• I/O : 10, 14, 20, 30, 40 and 60 • CPU type : CP1H• Output : transistor and relay type• Program capacity : 20K steps• Programming method : mnemonic code, ladder diagram, function block

Page 2: OMRON CP1E.pdf

CX-Programmer V9.3 made in Japan

•Improvements on 87 points•Designed to operate with MS Windows XP, Windows Vista and Windows 7Recommended: Windows 7

•New PLC ranges supported:- CJ1M- CS1H- CS1D- CP1E / L / H

Page 3: OMRON CP1E.pdf

Small selection:

RS01 Key-function allocationRS03 Open CX-P with default environmentRS05 On-line default state: Monitoring RS06 Auto on-line functionRS10 Improvement to address formatting:

A-AR, H-HR, L-LR, T-TIM, C-CNT, D-DM, E-EMRS11 Enable pasting of Symbol data created using MS-Excel and CX-P V1.2.

RS16 Automatically generate an “END” instruction in a new section

RS19 Fast connection across empty cells: [Ctrl] + arrow keysRS24 Connection and division of rungsRS35 Jump to corresponding contact / coilRS56 Rung WrapRS86 Block / Network Manager

Page 4: OMRON CP1E.pdf
Page 5: OMRON CP1E.pdf
Page 6: OMRON CP1E.pdf
Page 7: OMRON CP1E.pdf
Page 8: OMRON CP1E.pdf

100.00000.00 000.01

000.02

000.03

LD 000.00AND 000.01OR 000.02AND 000.03OUT 100.00

100.00000.00 000.01

000.02

000.01

Page 9: OMRON CP1E.pdf

100.00000.00

000.02

000.01

000.03

LD 000.00AND 000.01OR 000.02AND 000.03OUT 100.00

100.00000.00 000.01

000.02

000.03

100.00000.00

000.02

000.01

000.03

LD 000.00AND 000.01LD 000.02AND 000.03OR LDOUT 100.00

Page 10: OMRON CP1E.pdf

000.06

000.04 000.05

000.07

100.01

LD 000.04OR 000.06LD 000.05OR 000.07AND LDOUT 100.01

000.05

000.07

000.06

000.04 000.05

000.07

100.01

Page 11: OMRON CP1E.pdf

100.02000.00 000.02000.01 000.03

000.04 000.05 100.03

Page 12: OMRON CP1E.pdf

100.02000.00 000.02000.01 000.03

000.04 000.05 100.03

TEMPORARY RELAY

LD 000.00AND 000.01OUT TR 0AND 000.02AND 000.03OUT 100.02LD TR 0AND 000.04AND 000.05OUT 100.03

*

Page 13: OMRON CP1E.pdf

TRY...

Page 14: OMRON CP1E.pdf

1.

2.

3.

4.

5.

6.

7.

Define the purpose

Problem Splitting

Working out

Design

Writing

Testing

Finishing

Page 15: OMRON CP1E.pdf

1.

Products on the inputbelt are transported to PES 0.00. This belt stops if there is another product

under work. Otherwise the product is transported to the next belt and stops if PES 0.01 detects

the product. The drill is in the upper position and will be started by output 100.02.

The drill goes down to limitswitch 0.02. The output 100.02 is set to off and the drill is returning

to the upper position. If upperlimitswitch 0.03 detects the drill, the inputbelt, the transportbelt and

the outputbelt is started. PES 0.04 detects the product and stops the outputbelt on the backside

of the product . After five products the pusher is activated and pushes the products from the belt

by output 100.04. If the pusher is in the out position (limitswitch 0.05) the output goes off and

the pusher returns. During this period no belt is running except the inputbelt.

Page 16: OMRON CP1E.pdf

2.

In-take transport

Drilling station

Transport and ejecting

the products

Page 17: OMRON CP1E.pdf

2.

In-take transport Transport

Drilling station Transport

Drilling

Transport & ejection Transport

Ejection of the products

Page 18: OMRON CP1E.pdf

3. Working out (I/O list)

000.00 FInput Sensor on input belt

000.01 FTransp Sensor on transport belt

000.02 CilOut Cylinder out

000.03 CilIn Cylinder in

000.04 FOutput Sensor on output belt

000.05 PusIn Pusher in

000.06 PusOut Pusher out

100.00 Minput Motor input belt

100.01 MTransport Motor transport belt

100.02 ACyl Cylinder

100.03 MOutput Motor output belt

100.04 APus Pusher

099.15 PUW Product under work

099.14 PUWR Product under work ready

099.13 MP Move products

099.12 MPR Move products ready

Page 19: OMRON CP1E.pdf
Page 20: OMRON CP1E.pdf

„Global symbols‟and„Local symbols‟

Page 21: OMRON CP1E.pdf
Page 22: OMRON CP1E.pdf
Page 23: OMRON CP1E.pdf

TRY...

Page 24: OMRON CP1E.pdf

XYZ(99)

S

P1

R

Condition 1

Condition 2

Condition 3

Ladder symbol Operand Data-area

S: Source word

IR, SR, AR, HR, LR, T/C, DM, #

P1: Parameter word

IR, AR, HR, LR

R: Result word

IR, AR, HR, LR, T/C, DM

Page 25: OMRON CP1E.pdf

P1 = 1 - 9999

Time = 0.1 - 999.9 sec

Contact = TIM0

SV SV

INPUT

TIMER OUTPUT

TIM

N

SV

Condition 1

Ladder symbol Operand Data-area

N: TC number

# (000-511)

SV: Set value (BCD)

IR, AR, DM, HR, LR, #

Page 26: OMRON CP1E.pdf

SV SV

000.00

100.00

Page 27: OMRON CP1E.pdf

SV1

000.01

100.01

SV1

Page 28: OMRON CP1E.pdf

SV3

000.02

100.02

SV3

SV2 SV2

Page 29: OMRON CP1E.pdf

SV3

000.03

100.03

SV3

Page 30: OMRON CP1E.pdf

SV = 1 - 9999

Time = 0.01 - 99.99 sec

Contact = TIM0

SV SV

INPUT

TIMER OUTPUT

TIMH(15)

N

SV

Condition 1

Ladder symbol Operand Data-area

N: TC number

# (000-511)

SV: Set value (BCD)

IR, AR, DM, HR, LR, #

Page 31: OMRON CP1E.pdf

SV = 1 - 9999

Contact = CNT511

RESET

PULSE

COUNTER OUTPUT

5 4 3 2 1 0 0 5 4 3 5 5 4

CNT

N

SV

Pulse

Reset

Ladder symbol Operand Data-area

N: Counter number

# (000 – 511)

SV: Set value (BCD)

IR, AR, DM, HR, LR, #

Page 32: OMRON CP1E.pdf

SV = 1 - 9999

Contact = CNT511

RESET

DI-

COUNTER OUTPUT

0 1 2 3 0 1 1 0 3

II+

2 3 2 0 3 0 1

CNTR(12)

N

SV

II+

DI-

Ladder symbol Operand Data-area

N: Counter number

# (000 – 511)

SV: Set value (BCD)

IR, AR, DM, HR, LR, #

Reset

Page 33: OMRON CP1E.pdf
Page 34: OMRON CP1E.pdf

Try…

Manipulation of numbers and bits

ON-LINE edit

Page 35: OMRON CP1E.pdf

SET

RESET

BIT

100.00000.00 000.01

100.00

000.00

000.01

KEEP(11)

100.00

KEEP(11)

B

S

Ladder symbol Operand Data-area

B: Bit

IR, AR, HR, LRR

Page 36: OMRON CP1E.pdf

SET

B

S

Ladder symbol Operand Data-area

B: Bit

IR, AR, HR, LR

RSET

B

R B: Bit

IR, AR, HR, LR

Page 37: OMRON CP1E.pdf

CYCLUS

DIFU(13)

B

Signal

Ladder symbol Operand Data-area

B: Bit

IR, AR, HR, LR

DIFD(14)

B

Signal B: Bit

IR, AR, HR, LR

Page 38: OMRON CP1E.pdf

IL(02)Signal

Ladder symbol

ILC(03)Signal

Page 39: OMRON CP1E.pdf

PROGRAM

WITHOUT

INTERLOCK

Page 40: OMRON CP1E.pdf

PROGRAM

WITH

INTERLOCK

Page 41: OMRON CP1E.pdf

000.00

000.01

DIFU(13)

10.00

ILC(03)

IL(02)

000.00

000.01

010.00

OFF

ON

OFF

ON

OFF

ON

A

Page 42: OMRON CP1E.pdf
Page 43: OMRON CP1E.pdf

Try…

Page 44: OMRON CP1E.pdf

1 min pulse

0.02 sec pulse

0.1 sec pulse

0.2 sec pulse

1.0 sec pulse

Output inhibit

Battery alarm

Always on

First scan

Always off - 253.14

Page 45: OMRON CP1E.pdf

Thank you for you attention

if you have any question…