Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: PROGRAMMBLE LOGICAL DEVICE (PLC) AT AUTOMATION SYSTEM PPT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
PROGRAMMBLE LOGICAL DEVICE (PLC) AT AUTOMATION SYSTEM


[attachment=38257]


COMPANY INTRODUCTION

M/s Automation Systems is permoted under the brand name of schneider electric, with it’s Head Office in Ludhiana Incorporated in the year 1995 with aim to establish a professionally managed corporate in the key areas of :
Company provide solution for:-
turnkeys project
Home automation
Industry automation
Automation Systems has been devoted to the development of innovative solutions for over 12 years.

WHAT IS AUTOMATION

To analyze and control all the process, parameters in the plant by the help of automation devices.
Automation device is a system, which on the basis of information fed in it, performs predefined actions with a bearing on its environment.

HISTORY OF PLC

In 1968 GM Hydramatic issued a request for proposal for an electronic replacement for hard wired relay systems. PLC were first created to serve the automobile industry, and the first PLC project was developed in 1968 for general motors to replace hard wired relay systems.

PROGRAMMBLE LOGICAL DEVICES

PLC (Programmable Logic Controller) is a solid state device designed to perform the logic functions previously accomplished by components such as electromechanical relays, drum switches, mechanical timers/ counters etc. for the control and operation of manufacturing process equipment and machinery.

AC DRIVES

AC drive, is able to supply the required level of current and voltage in a form that motor required. The controls is provide to the user with necessary adjustments such as minimum and maximum speed settings, so that the drive can be adapted to the user's process. The drive can shut itself down when detecting either an internal or an external problem. The drive components are all packaged in a single enclosure to aid in installation but that's about it.

NEED OF HMI

To work with a system, users have to be able to control the system and assess the state of the system. For example, when driving an automobile, the driver uses the steering wheel to control the direction of the vehicle, and the accelerator pedal, brake pedal and gear stick to control the speed of the vehicle. The driver perceives the position of the vehicle by looking through the windscreen and exact speed of the vehicle by reading the speedometer. The user interface of the automobile is on the whole composed of the instruments the driver can use to accomplish the tasks of driving and maintaining the automobile.
A programmable logic device (PLD) is an electronic component used to construct reconfigurable digital circuits. Unlike a logic gate, which has a fixed function, a PLD has an indefinite function at the time of manufacture. Before you can use the PLD in a circuit, it must be programmed, that is, reconfigured.

Before inventing PLDs, read-only memory chips (ROMs) were used to create arbitrary combinatorial logic functions of several inputs. Consider a ROM with m inputs (the address lines) and n outputs (the data lines). When used as memory, the ROM contains 2m words of n bits each.

Now imagine that the inputs are driven not by an m-bit address, but by m independent logic signals. Theoretically, there are 22m possible boolean functions of these m input signals. By Boolean function in this context is meant a single function that assigns each of the 2m possible combinations of the m boolean inputs to a single Boolean output. There are 22 different ways of assigning each of the 2m inputs to a Boolean value, which explains why there are 22m of such boolean m inputs.

Now, consider that each of the output n pins acts, independently, as a logic device that is specially selected to sample only one of the 22m possible functions. At any given time, only one of the 2m possible input values ​​may be present in the ROM, but over time, since input values ​​span all of their possible domain, each output pin will map its particular function to the 2m values of possible inputs, among the possible 22m of such functions. Note that the structure of the ROM allows that only n of the 22m can produce such boolean functions in the output pins. Therefore, the ROM becomes equivalent to n separate logic circuits, each of which generates a chosen function of the m inputs.

The advantage of using a ROM in this manner is that any conceivable function of all possible combinations of the m inputs can be made to appear in any of the n outputs, making it the most general combinational logic device available for m input and output jacks.
PROMs (Programmable ROMs), EPROMs and EEPROMs (electrically erasable PROMs) are also available which can be programmed using a standard PROM programmer without the need for specialized hardware or software. However, there are several disadvantages:
• are often much slower than dedicated logic circuits,
• can not necessarily provide secure "covers" for asynchronous logic transitions, so PROM outputs may fail as the inputs switch,
• consume more energy,
• are often more expensive than programmable logic, especially if high speed is required.

Since most ROMs do not have input or output registers, they can not be used independently for sequential logic. An external TTL record was often used for sequential designs such as state machines. Common EPROMs, for example the 2716, are still sometimes used this way by amateur circuit designers, who often have something to lie about. This use is sometimes called "PAL of the poor man".