0% found this document useful (0 votes)
484 views12 pages

Department of Electrical Engineering

This document describes an experiment involving programming a Programmable Logic Controller (PLC) using an Omron PLC and programming console. The objectives are to program sequences of operations, understand programming methods using the console, understand latching circuits, and understand PLC wiring. The experiment involves converting a conventional control circuit diagram to a PLC program using four programming steps and methods including internal latching bits, latching output bits, and special function latching. Results will include programming methods, monitoring, wiring, and a timing diagram.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
484 views12 pages

Department of Electrical Engineering

This document describes an experiment involving programming a Programmable Logic Controller (PLC) using an Omron PLC and programming console. The objectives are to program sequences of operations, understand programming methods using the console, understand latching circuits, and understand PLC wiring. The experiment involves converting a conventional control circuit diagram to a PLC program using four programming steps and methods including internal latching bits, latching output bits, and special function latching. Results will include programming methods, monitoring, wiring, and a timing diagram.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 12

DEJ40033-PLC & AUTOMATION

DEPARTMENT OF ELECTRICAL ENGINEERING


POLITEKNIK IBRAHIM SULTAN

COURSE : DEJ40033 – PLC AND AUTOMATION

TOPIC : PROGRAMMABLE LOGIC CONTROLLER (PLC)


PROGRAMMING
EXPERIMENT 3
NO :
PLC PROGRAMMING BY USING OMRON
EXPERIMENT
PROGRAMMING CONSOLE / PROGRAMMING
:
SOFTWARE

1.0 OBJECTIVES.

At the end of this activity, students should be able to:


1.1 Know the conventional control circuit conversion method to sequence control PLC.
1.2 Know the programming methods using the programming console.
1.3 Know the relevance of holding circuit with latching method (Internal Bit & Special Function
Latch).
1.4 Know PLC wiring methods.

2.0 EQUIPMENTS

2.1 Power Supply (SMPU)


2.2 Push button ( START and STOP) or Sensor
2.3 OMRON Training Kit and programming Console
2.4 Electromechanical Relay.24VDC
2.5 Lamp/LED
2.6 DC motor, 24VDC

3.0 PROCEDURES

Instructions:
a) List of the specification for all equipment and components used.
b) Design sequence control system based on IEC standard.
c) Use design methods that you have learned. (Try to design and simulate using Automation
Studio)
d) Complete the programming procedure by using 4 steps PLC programming methods
e) Program and monitor the instruction by using either Programming Console or PLC software.
f) Draw a timing diagram of the circuit.
g) State the steps which have been taken for troubleshooting the circuit.
h) Provide a discussion and conclusion on these experiments.

1|Page4
DEJ40033-PLC & AUTOMATION

Figure 1

a. Convert sequence RLL/hardwire/conventional circuit in Figure 1 to the PLC system as per instructions
below.
b. Convert the conventional control circuit into a PLC program by using the following method; a. Internal
latching Bit (500-599).
b. Latching Output Bit (1000-1007).
c. KEEP latching (Special Function Latch).
d. Latching SET / RSET (Special Function Latch).
c. Show 4 programming methods for each program.
d. Write and key-in the program using Programming Console.
e. Do the proper wiring according to the PLC I/O wiring diagram.
f. Check the wiring carefully before turning on the system

3.1 CX Programmer

i. Open CX Programmer
ii. Connect communication cable to communication port USB/RS232 and RS 232C Adaptor connector.
iii. Create New Program : FILE→ New
iv. Choose :
a. Device Name
b. Device Type → Setting → CPU Type
c. Network Type → Setting → Driver
v. PLC Online : PLC → WORK ONLINE / AUTO ONLINE (COM LED Blink).
vi. To Write Instruction : PLC → Operating Mode → Program
vii. To RUN PLC : PLC → Operating Mode → RUN (RUN LED Light Up)
viii. To Monitoring : PLC → Operating Mode → Monitor or PLC → Monitor → Monitoring
ix. To Upload/Download programming : PLC → Transfer Operating Mode → To PLC / From PLC

4.0 RESULTS

i) Show 4 programming methods for each program (I/O assignment, I/O wiring, Ladder Diagram, Statement
List).
ii) Monitor and complete each table of the result
iii) Draw the related timing diagram

2|Page4
DEJ40033-PLC & AUTOMATION
Task 1
i.
Input Device Data Output Device Data
Start 00000 LED (L1) 01000
Stop 00001
Relay Coil 00500
Task 1 : Internal Latching Bit (500 – 599)

3|Page4
DEJ40033-PLC & AUTOMATION

Address Instruction Data


00000 LD 00000
00001 OR 00500
00002 AND NOT 00001
00003 OUT 00500
00004 LD 00500
00005 OUT 01000
00006 END (01)
ii.
INDICATO BIT BIT
LATC OUT INDICATOR
SUI R LD/LDNO OUTPU
I/P H BIT PUT O/P
S T T
S1 OFF 0 0 0 0 0 OFF
00 0000
(PB1) ON 1 1 1 1 1 ON
S2 OFF 1 1 1 1000 1 00 1 L1 ON
(PB2) ON 01 0 0001 0 0 0 0 OFF

iii.

4|Page4
DEJ40033-PLC & AUTOMATION

Task 2
i.
Input Device Data Output Device Data
Start 00000 LED (L1) 01001
Stop 00001
Relay Coil 01000
Task 2 : Latching Output Bit (1000 – 1007)

Address Instruction Data


00000 LD 00000
00001 OR 01000
00002 AND NOT 00001
00003 OUT 01000

5|Page4
DEJ40033-PLC & AUTOMATION
00004 LD 01000
00005 OUT 01001
00006 END (01)
ii.
INDICATO BIT BIT
LATC OUT INDICATOR
SUI R LD/LDNO OUTPU
I/P H BIT PUT O/P
S T T
S1 OFF 0 0 0 0 0 OFF
00 0000
(PB1) ON 1 1 1 1 1 ON
S2 OFF 1 1 1 1000 1 00 1 L1 ON
(PB2) ON 01 0 0001 0 0 0 0 OFF

iii.

Task 3
i.
Input Device Data Output Device Data
Start 00000 LED (L1) 01001
Stop 00001
KEEP 01000
Task 3 : KEEP Latching (Special Function Latch)

6|Page4
DEJ40033-PLC & AUTOMATION

Address Instruction Data


00000 LD 00000
00001 LD 00001
00002 KEEP 01000
00003 LD 01000
00004 OUT 01001
00005 END (01)
ii.
INDICATO BIT BIT
LATC OUT INDICATOR
SUI R LD/LDNO OUTPU
I/P H BIT PUT O/P
S T T
S1 OFF 0 0 0 0 0 OFF
00 0000
(PB1) ON 1 1 1 1 1 ON
S2 OFF 01 1 0001 1 1 1 1 ON

7|Page4
DEJ40033-PLC & AUTOMATION
(PB2) ON 0 0 0 1000 0 00 0 L1 OFF

iii.

8|Page4
DEJ40033-PLC & AUTOMATION

Task 4
i.
Input Device Data Output Device Data
Start 00000 LED (L1) 01001
Stop 00001
SET / RESET 01000
Task 4 : Latching SET / RESET (Special Function Latch)

9|Page
DEJ40033-PLC & AUTOMATION

Address Instruction Data


00000 LD 00000
00001 SET 01000
00002 LD 00001
00003 RESET 01000
00004 LD 01000
00005 OUT 01001
00006 END (01)
ii.
INDICATO BIT BIT
LATC OUT INDICATOR
SUI R LD/LDNO OUTPU
I/P H BIT PUT O/P
S T T
S1 OFF 0 0 0 0 0 OFF
00 0000
(PB1) ON 1 1 1 1 1 ON
S2 OFF 1 1 1 1000 1 00 1 L1 ON
(PB2) ON 01 0 0001 0 0 0 0 OFF

iii.

10 | P a g e
DEJ40033-PLC & AUTOMATION

5.0 DISCUSSION

i) Explain how you connect the wiring diagram ii) Describe the operation of each task
which have been carried out in the experiments. iii) How you want to do trouble shooting during
PW session. iv) What is the safety precaution being taken during PW.

6.0 CONCLUSION

Please state the important skill and knowledges that you had grab after finished this PW.

a. Internal latching Bit (500-599).

BIT
INDICATOR BIT LATC OUT INDICATOR
SUI OUTPUT
I/P LD/LDNOT H BIT PUT O/P
S
S1 OFF
(PB1) 00 0000
ON
1000 00 L1
S2 OFF
(PB2) 01 0001
ON

b. Latching Output Bit (1000-1007).

BIT
INDICATOR BIT LATC OUT INDICATOR
SUI OUTPUT
I/P LD/LDNOT H BIT PUT O/P
S
S1 OFF
(PB1) 00 0000
ON
1000 00 L1
S2 OFF
(PB2) 01 0001
ON

c. KEEP latching (Special Function Latch).

BIT
INDICATOR BIT LATC OUT INDICATOR
SUI OUTPUT
I/P LD/LDNOT H BIT PUT O/P
S
S1 OFF
(PB1) 00 0000
ON
1000 00 L1
S2 OFF
(PB2) 01 0001
ON

d. Latching SET / RSET (Special Function Latch).

INDICATOR BIT LATC BIT INDICATOR


I/P OUT

11 | P a g e
DEJ40033-PLC & AUTOMATION
SUI PUT OUTPUT
LD/LDNOT H BIT O/P
S
S1 OFF
(PB1) 00 0000
ON
1000 00 L1
S2 OFF
(PB2) 01 0001
ON

12 | P a g e

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy