Вы находитесь на странице: 1из 8

MME 4126

MANUFACTURING ENGINEERING LAB VI

EXPERIMENT 9:

PROGRAMMABLE LOGIC CONTROL

(PLC)

PREPARED BY:

SITI HAVIZAH BINTI IBRAHIM

071884

(SEC 1, GROUP 6)

PREPARED FOR:

DR. NURUL AMIN


PLC LAB EXERCISE 1

OBJECTIVES

 Create ladder logic diagrams using AND and AND NOT instructions.
 Create ladder logic diagrams using OR and OR NOT instructions.
 Combine AND and OR instructions within a ladder diagram.
 Enter, download, and run simple programs which contains AND and OR instructions.

EQUIPMENT

- SLC 500 PLC Controller System


AND, OR, and NOT Ladder Logic

RESULTS OF EXPERIMENT

1. Switch I: 1/1 : Output O: 2/1


2. Switch I: 1/0 : Output O: 2/1
3. Both Switch I: 1/1 : Output O: 2/1
Switch I: 1/0
1. Switch I: 1/0 : Output O: 2/3 & Output O: 2/5
2. Switch I: 1/2 : Output O: 2/5
3. Switch I: 1/3 : No Output
4. Both Switch I: 1/0 : Output O: 2/5
Switch I: 1/3

1. Switch I: 1/1 : Output O: 2/6


2. Switch I: 1/2 : Output O: 2/7
3. Switch I: 1/4 : No Output
4. Both Switch I: 1/1 : No Output
Switch I: 1/2
5. Both Switch I: 1/2 : Output O: 2/7
Switch I: 1/4
Questions:
1. What does OR logic do in a program?

OR Logic can have any number of inputs but only one output. OR Logic output is 1 if one or more
inputs are 1. The truth table shows the resulting output from each of the possible input
combinations:

Input 1 Input 2 Output

0 0 0

1 1 1

1 0 1

1 1 1

Table 1: OR Logic Truth Table

2. What does AND logic do in a program?


AND Logic can have 2 or more inputs and only one output. AND Logic output is 1 only if all inputs are
1. The truth table shows the resulting output from each of the possible input combinations:

Input 1 Input 2 Output

0 0 0

1 1 0

1 0 0

1 1 1

Table 2: AND Logic Truth Table


PLC LAB EXERCISE 2

OBJECTIVES

- Use external output elements and internal bits to latch and unlatch program rungs
- Use internal latching instructions to latch and unlatch rungs
- Enter and run both types of latching instructions.

EQUIPMENT

- SLC 500 PLC Controller System


Latching Logic

RESULTS OF EXPERIMENT

RESULTS -2.6 LATCHING LOGIC

Revise ladder diagram:

Figure: 2.6-6

Figure 2.6-5

1. Switch I: 1.0/1: O:2/1 AND O:2/4

2. Switch I: 1.0/2: Output O: 2.0/ 1 & Output O: 2.0/ 3 (blink)


Revise ladder diagram:

Figure 2.6-6
1. Switch I: 1.0/ 1: Output O: 2.0/ 0

2. Switch I: 1.0/ 2: Output O: 2.0/ 3

Figure 2.6-7

1. Switch I: 1.0/ 0: Output 0 & Output B3/O: 2.0/ 3(Start)


2. Switch I: 1.0/ 2 :No Output (Stop)

DISCUSSION
1. Draw two different ladder logic diagrams for the following instructions:

Figure 3: Ladder Logic 1


Figure 4: Ladder Logic 2

Вам также может понравиться