1. Trang chủ
  2. » Kỹ Thuật - Công Nghệ

Logic to PLC ladder diagram

4 518 2
Tài liệu đã được kiểm tra trùng lặp

Đang tải... (xem toàn văn)

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Tiêu đề Logic to ladder diagram
Thể loại Article
Định dạng
Số trang 4
Dung lượng 94,1 KB

Các công cụ chuyển đổi và chỉnh sửa cho tài liệu này

Nội dung

The programming methods can be with Logic Ladder Diagram, mnemonic statement list, and / or function block diagram.. A ladder diagram consists of a downward line on the left side with li

Trang 1

There are some methods to do PLC programming The programming methods can be with Logic Ladder Diagram, mnemonic (statement list), and / or function block diagram One of the PLC programming methods that are very commonly used programming using PLC ladder diagram The method is practical and easy to understand The programmer in charge of writing a program should describe an electronic switch circuit It can be

designed to perform the conversion of electronic circuits that already exist, and then replace the switch function according to the functions available to software programmers

A ladder diagram consists of a downward line on the left side with lines branching to the right Existing line on the left side is called the bus bar, whereas the branching lines are lines of instructions or steps Instructions are placed along the line of a variety of conditions linked to the other instructions on the right side Logic combination of the conditions stated when and how the existing instructions on the right side are done

Figure 1 Example of ladder diagram

As shown in Figure 1 is, along the lines of instructions can branch out again and then joined again The lines of vertical pairs (such as capacitors symbol) is called the

condition The pair of vertical lines no diagonal line called the Normal Open - Normally Open or NO and related instruction LOAD (LD), AND or OR While the couples have a vertical line was a diagonal line called the Normal Closed - Normally Close or NC, and related instructions LD NOT, AND NOT or OR NOT

PLC is still used mostly as a strand of logic, as generally in strings of logic / digital solutions to these problems will be easier if each input and output components are

presented in digital logic, involving the truth table, set the output equation in the table is based on binary numbers, and then simplify the equation by using Karnaugh Map

Here are some examples of conversion from basic logic gates in the Ladder Diagram (Example given has 2 inputs and 1 output)

Logic AND

The truth table of logic AND is as follows,

Trang 2

Conversion to Ladder Diagram,

Logic OR

The truth table of logic OR is as follows,

Conversion to Ladder Diagram,

Logic NOT

The truth table of logic NOT is as follows,

Conversion to Ladder Diagram,

Trang 3

Logic NAND

Logic NAND is a development of logic AND, OR and NOT The truth table is as follows,

The truth table above have the following equation,

O = (A.B) '= A' + B '

so the conversion to Ladder Diagram,

Logic NOR

This logic is also the development of the logic AND, OR and NOT The truth table is as follows,

The truth table above have the following equation,

O = (A + B) '= A' B '

So the conversion to Ladder Diagram,

Trang 4

Logic XOR

Similarly, the logic of the previous ones This logic is also the development of AND, OR and NOT This logic is widely used in summing strand (adder) The truth table is as follows,

The truth table above have the following equation,

O = A o B = A ' B + A B'

So the conversion to Ladder Diagram,

Please Visit: program-plc.blogspot.com

Ngày đăng: 28/12/2013, 22:08

TỪ KHÓA LIÊN QUAN

w