All Topics  
Programmable logic controller

 
Programmable Logic Controller

   Email Print
   Bookmark   Link






 

Programmable logic controller



 
 
A programmable logic controller (PLC) or programmable controller is a digital computer used for automation
Automation

Automation or industrial automation or numerical control is the use of control systems such as computers to control industry machinery and industrial processes, reducing the need for human intervention....
 of electromechanical processes, such as control of machinery on factory assembly line
Assembly line

An assembly line is a manufacturing process in which parts are added to a product in a sequential manner using optimally planned logistics to create a finished product much faster than with handcrafting-type methods....
s, control of amusement rides, or control of lighting fixtures.






Discussion
Ask a question about 'Programmable logic controller'
Start a new discussion about 'Programmable logic controller'
Answer questions from other users
Full Discussion Forum



Encyclopedia


Automate Siemens Codeur Analyseur De Trame
A programmable logic controller (PLC) or programmable controller is a digital computer used for automation
Automation

Automation or industrial automation or numerical control is the use of control systems such as computers to control industry machinery and industrial processes, reducing the need for human intervention....
 of electromechanical processes, such as control of machinery on factory assembly line
Assembly line

An assembly line is a manufacturing process in which parts are added to a product in a sequential manner using optimally planned logistics to create a finished product much faster than with handcrafting-type methods....
s, control of amusement rides, or control of lighting fixtures. PLCs are used in many different industries and machines such as packaging and semiconductor machines. Unlike general-purpose computers, the PLC is designed for multiple inputs and output arrangements, extended temperature ranges, immunity to electrical noise, and resistance to vibration and impact. Programs to control machine operation are typically stored in battery-backed or non-volatile memory. A PLC is an example of a real time
Real-time computing

In computer science, real-time computing is the study of Computer hardware and computer software systems that are subject to a "real-time constraint"?i.e., operational deadlines from event to system response....
 system since output results must be produced in response to input conditions within a bounded time, otherwise unintended operation will result.

Features

The main difference from other computers is that PLCs are armored for severe conditions (dust, moisture, heat, cold, etc) and have the facility for extensive input/output
Input/output

In computing, input/output, or I/O, refers to the communication between an information processing system , and the outside world ? possibly a human, or another information processing system....
 (I/O) arrangements. These connect the PLC to sensor
Sensor

A sensor is a device that measures a physical quantity and converts it into a signal which can be read by an observer or by an instrument. For example, a mercury thermometer converts the measured temperature into expansion and contraction of a liquid which can be read on a calibrated glass tube....
s and actuator
Actuator

An actuator is a mechanical device for moving or controlling a mechanism or system....
s. PLCs read limit switch
Switch

In electronics, a switch is an electrical component which can break an electrical circuit, interrupting the Electric current or diverting it from one conductor to another....
es, analog process variables (such as temperature and pressure), and the positions of complex positioning systems. Some even use machine vision
Machine vision

Machine vision is the application of computer vision to industry and manufacturing. Whereas computer vision is mainly focused on machine-based image processing, machine vision most often requires also digital input/output devices and computer networks to control other manufacturing equipment such as robotic arms....
. On the actuator side, PLCs operate electric motor
Electric motor

An electric motor uses electrical energy to produce mechanical energy, nearly always by the interaction of magnetic fields and current-carrying conductors....
s, pneumatic or hydraulic cylinders, magnetic relay
Relay

A relay is an electrical switch that opens and closes under the control of another electrical circuit. In the original form, the switch is operated by an magnet to open or close one or many sets of contacts....
s or solenoid
Solenoid

A solenoid is a three-dimensional coil. In physics, the term solenoid refers to a loop of wire, often wrapped around a metallic core, which produces a magnetic field when an electric current is passed through it....
s, or analog outputs. The input/output arrangements may be built into a simple PLC, or the PLC may have external I/O modules attached to a computer network that plugs into the PLC.

System scale

A small PLC will have a fixed number of connections built in for inputs and outputs. Typically, expansions are available if the base model does not have enough I/O.

Modular PLCs have a chassis (also called a rack) into which are placed modules with different functions. The processor and selection of I/O modules is customised for the particular application. Several racks can be administered by a single processor, and may have thousands of inputs and outputs. A special high speed serial I/O link is used so that racks can be distributed away from the processor, reducing the wiring costs for large plants.

User interface


PLCs may need to interact with people for the purpose of configuration, alarm reporting or everyday control.

A Human-Machine Interface
User interface

The user interface is the aggregate of means by which people—the User s—Interaction with the system—a particular machine, device, computer program or other complex tools....
 (HMI) is employed for this purpose. HMIs are also referred to as MMIs (Man Machine Interface) and GUI (Graphical User Interface). A simple system may use buttons and lights to interact with the user. Text displays are available as well as graphical touch screens. More complex systems use a programming and monitoring software installed on a computer, with the PLC connected via a communication interface.

Communications

PLCs have built in communications ports usually 9-Pin RS232, and optionally for RS485 and Ethernet
Ethernet

Ethernet is a family of Data frame-based computer networking technologies for local area networks . The name comes from the physical concept of the Luminiferous aether....
. Modbus
Modbus

Modbus is a serial communications protocol published by Modicon in 1979 for use with its programmable logic controllers . It has become a de facto Standardization communications protocol in industry, and is now the most commonly available means of connecting industrial Electronics devices....
 or DF1 is usually included as one of the communications protocols. Others' options include various fieldbus
Fieldbus

Fieldbus is the name of a family of industrial computer network protocols used for real-time distributed control, now standardized as IEC 61158....
es such as DeviceNet
DeviceNet

DeviceNet is a communication protocol used in the automation industry to interconnect control devices for data exchange. It uses Controller Area Network as the backbone technology and defines an application layer to cover a range of device profiles....
 or Profibus
Profibus

PROFIBUS is a standard for field bus communication in automation technology and was first promoted by BMBF . It should not be confused with the PROFINET standard for industrial Ethernet....
. Other communications protocols that may be used are listed in the List of automation protocols
List of automation protocols

This includes list of communication network protocols used for process or industrial automation, building automation and substation automation applications....
.

Most modern PLCs can communicate over a network to some other system, such as a computer running a SCADA
SCADA

SCADA stands for Supervisory Control And Data Acquisition. It generally refers to an industrial control system: a computer system monitoring and controlling a process....
 (Supervisory Control And Data Acquisition) system or web browser.

PLCs used in larger I/O systems may have peer-to-peer (P2P) communication between processors. This allows separate parts of a complex process to have individual control while allowing the subsystems to co-ordinate over the communication link. These communication links are also often used for HMI
User interface

The user interface is the aggregate of means by which people—the User s—Interaction with the system—a particular machine, device, computer program or other complex tools....
 (Human-Machine Interface) devices such as keypads or PC
Personal computer

A personal computer is any general-purpose computer whose original sales price, size, and capabilities make it useful for individuals, and which is intended to be operated directly by an end user, with no intervening computer operator....
-type workstations. Some of today's PLCs can communicate over a wide range of media including RS-485, Coaxial, and even Ethernet
Ethernet

Ethernet is a family of Data frame-based computer networking technologies for local area networks . The name comes from the physical concept of the Luminiferous aether....
 for I/O control at network speeds up to 100 Mbit/s.

PLC compared with other control systems

PLCs are well-adapted to a range of automation
Automation

Automation or industrial automation or numerical control is the use of control systems such as computers to control industry machinery and industrial processes, reducing the need for human intervention....
 tasks. These are typically industrial processes in manufacturing where the cost of developing and maintaining the automation system is high relative to the total cost of the automation, and where changes to the system would be expected during its operational life. PLCs contain input and output devices compatible with industrial pilot devices and controls; little electrical design is required, and the design problem centers on expressing the desired sequence of operations in ladder logic
Ladder logic

Ladder logic is a philosophy of drawing electrical logic schematics. It is now a graphical language very popular for programming Programmable Logic Controllers ....
 (or function chart) notation. PLC applications are typically highly customized systems so the cost of a packaged PLC is low compared to the cost of a specific custom-built controller design. On the other hand, in the case of mass-produced goods, customized control systems are economic due to the lower cost of the components, which can be optimally chosen instead of a "generic" solution, and where the non-recurring engineering charges are spread over thousands or millions of units.

For high volume or very simple fixed automation tasks, different techniques are used. For example, a consumer dishwasher
Dishwasher

A dishwasher is a mechanical device for cleaning dishware and cutlerys. Dishwashers can be found in restaurants and private homes....
 would be controlled by an electromechanical cam timer
Cam timer

A cam timer is an electromechanical system for controlling a sequence of events automatically....
 costing only a few dollars in production quantities.

A microcontroller
Microcontroller

A microcontroller is a small computer on a single integrated circuit consisting of a relatively simple CPU combined with support functions such as a crystal oscillator, timers, watchdog, serial and analog I/O etc....
-based design would be appropriate where hundreds or thousands of units will be produced and so the development cost (design of power supplies and input/output hardware) can be spread over many sales, and where the end-user would not need to alter the control. Automotive applications are an example; millions of units are built each year, and very few end-users alter the programming of these controllers. However, some specialty vehicles such as transit busses economically use PLCs instead of custom-designed controls, because the volumes are low and the development cost would be uneconomic.

Very complex process control, such as used in the chemical industry, may require algorithms and performance beyond the capability of even high-performance PLCs. Very high-speed or precision controls may also require customized solutions; for example, aircraft flight controls.

Programmable controllers are widely used in motion control, positioning control and torque control. Some manufacturers produce motion control units to be integrated with PLC so that G-code
G-code

G-Code, or preparatory code or function, are functions in the Numerical control programming language. The G-codes are the codes that position the tool and do the actual work, as opposed to M-codes, that manages the machine; T for tool-related codes....
 (involving a CNC machine) can be used to instruct machine movements.

PLCs may include logic for single-variable feedback analog control loop, a "proportional, integral, derivative" or "PID controller
PID controller

A proportional?integral?derivative controller is a generic control loop feedback mechanism widely used in industrial control systems. A PID controller attempts to correct the error between a measured process variable and a desired Setpoint by calculating and then outputting a corrective action that can adjust the process accordingly....
." A PID loop could be used to control the temperature of a manufacturing process, for example. Historically PLCs were usually configured with only a few analog control loops; where processes required hundreds or thousands of loops, a distributed control system
Distributed control system

A distributed control system refers to a control system usually of a manufacturing system, process or any kind of dynamic system, in which the controller elements are not central in location but are distributed throughout the system with each component sub-system controlled by one or more controllers....
 (DCS) would instead be used. However, as PLCs have become more powerful, the boundary between DCS and PLC applications has become less clear-cut.

PLCs have similar functionality as Remote Terminal Units. An RTU, however, usually does not support control algorithms or control loops. As hardware rapidly becomes more powerful and cheaper, RTUs, PLCs and DCS
Distributed control system

A distributed control system refers to a control system usually of a manufacturing system, process or any kind of dynamic system, in which the controller elements are not central in location but are distributed throughout the system with each component sub-system controlled by one or more controllers....
s are increasingly beginning to overlap in responsibilities, and many vendors sell RTUs with PLC-like features and vice versa. The industry has standardized on the IEC 61131-3 functional block language for creating programs to run on RTUs and PLCs, although nearly all vendors also offer proprietary alternatives and associated development environments.

Digital and analog signals

Digital or discrete signals behave as binary switches, yielding simply an On or Off signal (1 or 0, True or False, respectively). Push buttons, limit switches, and photoelectric sensor
Photoelectric sensor

A photoelectric sensor, or photoeye, is a device used to detect the presence of an object by using a light transmitter, often infrared, and a photoelectric effect receiver....
s are examples of devices providing a discrete signal. Discrete signals are sent using either voltage
Voltage

Electrical tension is the potential difference between two points of an electrical or electronic circuit, expressed in volts. It is the measurement of the potential for an electric field to cause an electric current in an electrical conductor....
 or current, where a specific range is designated as On and another as Off. For example, a PLC might use 24 V DC I/O, with values above 22 V DC representing On, values below 2VDC representing Off, and intermediate values undefined. Initially, PLCs had only discrete I/O.

Analog signals are like volume controls, with a range of values between zero and full-scale. These are typically interpreted as integer values (counts) by the PLC, with various ranges of accuracy depending on the device and the number of bits available to store the data. As PLCs typically use 16-bit signed binary processors, the integer values are limited between -32,768 and +32,767. Pressure, temperature, flow, and weight are often represented by analog signals. Analog signals can use voltage
Voltage

Electrical tension is the potential difference between two points of an electrical or electronic circuit, expressed in volts. It is the measurement of the potential for an electric field to cause an electric current in an electrical conductor....
 or current with a magnitude proportional to the value of the process signal. For example, an analog 4-20 mA or 0 - 10 V input would be converted
Analog-to-digital converter

An analog-to-digital converter is a device which converts continuous signal to Discrete signal digital numbers. The reverse operation is performed by a digital-to-analog converter ....
 into an integer value of 0 - 32767.

Current inputs
Current loop

A current loop describes two different electrical signalling schemes....
 are less sensitive to electrical noise (i.e. from welders or electric motor starts) than voltage inputs.

Example

As an example, say a facility needs to store water in a tank. The water is drawn from the tank by another system, as needed, and our example system must manage the water level in the tank.

Using only digital signals, the PLC has two digital inputs from float switch
Float switch

A float switch is a device used to sense the level of liquid within a tank. The switch may actuate a pump, an indicator, an alarm, or other device....
es (Low Level and High Level). When the water level is above the switch it closes a contact and passes a signal to an input. The PLC uses a digital output to open and close the inlet valve
Valve

A valve is a device that regulates the flow of a fluid by opening, closing, or partially obstructing various passageways. Valves are technically pipe Piping and plumbing fittings, but are usually discussed as a separate category....
 into the tank.

When the water level drops enough so that the Low Level float switch is off (down), the PLC will open the valve to let more water in. Once the water level rises enough so that the High Level switch is on (up), the PLC will shut the inlet to stop the water from overflowing. This rung is an example of seal in logic. The output is sealed in until some condition breaks the circuit.

|     |
|   Low Level      High Level Fill Valve      |
|------[/]------|------[/]----------------------(OUT)---------|
|       |     |
|       |     |
|       |     |
|   Fill Valve  |     |
|------[ ]------|     |
|     |
|     |


An analog system might use a water pressure sensor
Pressure sensor

A pressure sensor measures pressure, typically of gases or liquids. Pressure is an expression of the force required to stop a fluid from expanding, and is usually stated in terms of force per unit area....
 or a load cell
Load cell

A load cell is an electronic device that is used to convert a force into an electrical signal. This conversion is indirect and happens in two stages....
, and an adjustable (throttling) dripping out of the tank, the valve adjusts to slowly drip water back into the tank.

In this system, to avoid 'flutter' adjustments that can wear out the valve, many PLCs incorporate "hysteresis
Hysteresis

A system with hysteresis can be summarized as a system that may be in any number of states, independent of the inputs to the system. To be exact, a system with hysteresis exhibits path-dependence, or "rate-independent memory"....
" which essentially creates a "deadband
Deadband

A Deadband is an area of a Signalling range or band where no action occurs . Deadband is used in voltage regulators and other controllers. The purpose is common, to prevent oscillation or repeated activation-deactivation Periodicitys ....
" of activity. A technician adjusts this deadband so the valve moves only for a significant change in rate. This will in turn minimize the motion of the valve, and reduce its wear.

A real system might combine both approaches, using float switches and simple valves to prevent spills, and a rate sensor and rate valve to optimize refill rates and prevent water hammer
Water hammer

Water hammer is a pressure surge or wave resulting when a fluid in motion is forced to stop or change direction suddenly . Water hammer commonly occurs when a valve is closed suddenly at an end of a pipeline transport system, and a pressure wave propagates in the pipe....
. Backup and maintenance methods can make a real system very complicated.

Programming

PLC programs are typically written in a special application on a personal computer, then downloaded by a direct-connection cable or over a network to the PLC. The program is stored in the PLC either in battery-backed-up RAM
Ram

Ram, ram, or RAM as a non-acronymic wordAs a non-acronymic word Ram, ram, or RAM may refer to:...
 or some other non-volatile flash memory
Flash memory

Flash memory is a non-volatile memory computer storage that can be electrically erased and reprogrammed. It is a technology that is primarily used in memory cards and USB flash drives for general storage and transfer of data between computers and other digital products....
. Often, a single PLC can be programmed to replace thousands of relay
Relay

A relay is an electrical switch that opens and closes under the control of another electrical circuit. In the original form, the switch is operated by an magnet to open or close one or many sets of contacts....
s.

Under the IEC 61131-3
IEC 61131-3

IEC 61131-3 is the third part of the open international standard IEC 61131, and was first published in December 1993 by the International Electrotechnical Commission....
 standard, PLCs can be programmed using standards-based programming languages. A graphical programming notation called Sequential Function Chart
Sequential function chart

Sequential function chart is a graphical programming language used for Programmable logic controller. It is one of the five languages defined by IEC 61131-3 standard....
s is available on certain programmable controllers.

Recently, the International standard IEC 61131-3
IEC 61131-3

IEC 61131-3 is the third part of the open international standard IEC 61131, and was first published in December 1993 by the International Electrotechnical Commission....
 has become popular. IEC 61131-3 currently defines five programming languages for programmable control systems: FBD (Function block diagram
Function block diagram

A function block diagram is a diagram, that describes a function between input variables and output variables. A function is described as a set of elementary blocks....
), LD (Ladder diagram
Ladder logic

Ladder logic is a philosophy of drawing electrical logic schematics. It is now a graphical language very popular for programming Programmable Logic Controllers ....
), ST (Structured text
Structured text

Structured text is one of the 5 languages supported by the IEC 61131-3 standard. It is designed for Programmable logic controllers . It is a high level language that is block structured and syntactically resembles Pascal ....
, similar to the Pascal programming language), IL (Instruction list
Instruction list

Instruction List is one of the 5 languages supported by the IEC 61131-3 standard. It is designed for programmable logic controllers . It is a Low-level programming language and resembles assembly language....
, similar to assembly language
Assembly language

An assembly language is a low-level language for programming computers. It implements a symbolic representation of the numeric machine codes and other constants needed to program a particular CPU architecture....
) and SFC (Sequential function chart
Sequential function chart

Sequential function chart is a graphical programming language used for Programmable logic controller. It is one of the five languages defined by IEC 61131-3 standard....
). These techniques emphasize logical organization of operations.

While the fundamental concepts of PLC programming are common to all manufacturers, differences in I/O addressing, memory organization and instruction sets mean that PLC programs are never perfectly interchangeable between different makers. Even within the same product line of a single manufacturer, different models may not be directly compatible.

History


Origin

The PLC was invented in response to the needs of the American automotive manufacturing industry. Programmable controllers were initially adopted by the automotive industry where software revision replaced the re-wiring of hard-wired control panels when production models changed.

Before the PLC, control, sequencing, and safety interlock logic for manufacturing automobiles was accomplished using hundreds or thousands of relay
Relay

A relay is an electrical switch that opens and closes under the control of another electrical circuit. In the original form, the switch is operated by an magnet to open or close one or many sets of contacts....
s, cam timer
Cam timer

A cam timer is an electromechanical system for controlling a sequence of events automatically....
s, and drum sequencers and dedicated closed-loop controllers. The process for updating such facilities for the yearly model change-over
Changeover

Changeover in manufacturing is the Process of converting a line or machine from running one product to another. Changeover times can last from a few minutes to as much as several weeks in the case of automobile manufacturers retooling for new models....
 was very time consuming and expensive, as the relay systems needed to be rewired by skilled electricians.

In 1968 GM Hydramatic (the automatic transmission division of General Motors
General Motors

General Motors Corporation , founded in 1908, is the world's second-largest automaker after Toyota, ranked by 2008 global unit sales. GM was the global sales leader for 77 consecutive calendar years from 1931 to 2008....
) issued a request for proposal for an electronic replacement for hard-wired relay systems.

The winning proposal came from Bedford Associates of Bedford, Massachusetts
Bedford, Massachusetts

Bedford is a town in Middlesex County, Massachusetts, Massachusetts, United States. It is within the Greater Boston area, some north-west of the city of Boston, Massachusetts....
. The first PLC, designated the 084 because it was Bedford Associates' eighty-fourth project, was the result. Bedford Associates started a new company dedicated to developing, manufacturing, selling, and servicing this new product: Modicon, which stood for MOdular DIgital CONtroller. One of the people who worked on that project was Dick Morley
Dick Morley

Dick Morley is known as the "father" of the programmable logic controller since he was involved with the production of the first PLC for General Motors Corporation, the Modicon, at Bedford and Associates in 1968....
, who is considered to be the "father" of the PLC. The Modicon brand was sold in 1977 to Gould Electronics
Gould Electronics

Gould Electronics Inc. -- founded in 1884 and based in Chandler, Arizona -- is a company involved in the electronics and semiconductor industries....
, and later acquired by German Company AEG
AEG

AEG was a Germany producer of electronics and electrical equipment. AEG was founded in 1883 by Emil Rathenau who had bought some patents from American inventor Thomas Edison....
 and then by French Schneider Electric
Schneider Electric

Schneider Electric is a France global company. It was founded in 1836 by two brothers, Eug?ne I and Adolphe Schneider.In the first part of the 20th century, Schneider et Cie associated itself with Westinghouse Electric Corporation who were a major international electrical group at the time....
, the current owner.

One of the very first 084 models built is now on display at Modicon's headquarters in North Andover, Massachusetts
North Andover, Massachusetts

North Andover is a New England town in Essex County, Massachusetts, Massachusetts, United States. The population was 27,202 at the 2000 census....
. It was presented to Modicon by GM
General Motors

General Motors Corporation , founded in 1908, is the world's second-largest automaker after Toyota, ranked by 2008 global unit sales. GM was the global sales leader for 77 consecutive calendar years from 1931 to 2008....
, when the unit was retired after nearly twenty years of uninterrupted service. Modicon used the 84 moniker at the end of its product range until the 984 made its appearance.

The automotive industry is still one of the largest users of PLCs.

Development

Early PLCs were designed to replace relay logic systems. These PLCs were programmed in "ladder logic
Ladder logic

Ladder logic is a philosophy of drawing electrical logic schematics. It is now a graphical language very popular for programming Programmable Logic Controllers ....
", which strongly resembles a schematic diagram of relay logic. Modern PLCs can be programmed in a variety of ways, from ladder logic to more traditional programming languages such as BASIC and C. Another method is State Logic
State logic

A State logic control system is a programming method created for programmable logic controllers.A state logic control system uses a State diagram as a model of reality, thus using the fundamentals of finite state machine theory as the basis of a programming language....
, a Very High Level Programming Language designed to program PLCs based on State Transition Diagram
State diagram

A state diagram is a type of diagram used in computer science and related fields to describe the behavior of systems. State diagrams require that the system described is composed of a finite number of state s; sometimes, this is indeed the case, while at other times this is a reasonable abstraction....
s.

Many of the earliest PLCs expressed all decision making logic in simple ladder logic
Ladder logic

Ladder logic is a philosophy of drawing electrical logic schematics. It is now a graphical language very popular for programming Programmable Logic Controllers ....
 which appeared similar to electrical schematic diagrams. This program notation was chosen to reduce training demands for the existing technicians. Other early PLCs used a form of instruction list
Instruction list

Instruction List is one of the 5 languages supported by the IEC 61131-3 standard. It is designed for programmable logic controllers . It is a Low-level programming language and resembles assembly language....
 programming, based on a stack-based logic solver.

Programming

Early PLCs, up to the mid-1980s, were programmed using proprietary programming panels or special-purpose programming terminals
Computer terminal

A computer terminal is an electronic or electromechanical computer hardware device that is used for entering data into, and displaying data from, a computer or a computing system....
, which often had dedicated function keys representing the various logical elements of PLC programs. Programs were stored on cassette tape cartridges. Facilities for printing and documentation were very minimal due to lack of memory capacity. The very oldest PLCs used non-volatile magnetic core memory
Magnetic core memory

Magnetic core memory, or ferrite-core memory, is an early form of random access computer memory. It uses small magnetic ceramic rings, the cores, through which wires are threaded to store information via the Polarity of the magnetic field they contain....
.

Functionality

The functionality of the PLC has evolved over the years to include sequential relay control, motion control, process control
Process control

Process control is a statistics and engineering discipline that deals with architectures, Mechanism s, and algorithms for controlling the output of a specific process....
, distributed control system
Distributed control system

A distributed control system refers to a control system usually of a manufacturing system, process or any kind of dynamic system, in which the controller elements are not central in location but are distributed throughout the system with each component sub-system controlled by one or more controllers....
s and networking
Computer network

A computer network is a group of interconnected computers. Networks may be classified according to a wide variety of characteristics. This article provides a general overview of some types and categories and also presents the basic components of a network....
. The data handling, storage, processing power and communication capabilities of some modern PLCs are approximately equivalent to desktop computer
Desktop computer

A desktop computer is a personal computer in a form intended for regular use at a single location, as opposed to a mobile laptop or portable computer....
s. PLC-like programming combined with remote I/O hardware, allow a general-purpose desktop computer to overlap some PLCs in certain applications.

Suppliers

Well known PLC brands include Siemens
Siemens AG

Siemens Aktiengesellschaft is Europe's largest engineering Conglomerate . Siemens' international headquarters are located in Berlin and Munich, Germany....
, Allen-Bradley
Allen-Bradley

Allen-Bradley is the brand-name of a line of Factory Automation Equipment manufactured by Rockwell Automation . The company, with revenues of approximately US$4.5 1,000,000,000 in 2006, manufactures programmable automation controllers , human-machine interfaces, sensors, safety components and systems, software, drives and drive systems, co...
, IDEC
IDEC

IDEC Corporation , formerly IDEC Izumi Corporation, is a manufacturer of Automation and Control products. The company was founded in Osaka Japan in 1945....
, ABB, Mitsubishi
Mitsubishi

The , Mitsubishi Group of Companies, or Mitsubishi Companies is a Japanese Conglomerate consisting of a range of autonomous businesses which share the Mitsubishi brand, trademark and legacy....
, Omron
OMRON

is a Japan electronics company based in Kyoto, Kyoto.Omron was established by Kazuma Tateishi in 1933 and incorporated in 1948. Omron's primary business is the manufacture and sale of automation components, equipment and systems, but it is generally known for medical equipment such as digital medical thermometers, sphygmomanometers and nebuli...
, Honeywell, Schneider Electric
Schneider Electric

Schneider Electric is a France global company. It was founded in 1836 by two brothers, Eug?ne I and Adolphe Schneider.In the first part of the 20th century, Schneider et Cie associated itself with Westinghouse Electric Corporation who were a major international electrical group at the time....
, Saia-Burgess Controls, and General Electric
GE Fanuc Automation North America, Inc.

GE Fanuc Intelligent Platforms, a joint venture between FANUC Robotics of Japan and General Electric, is a business unit of GE Enterprise Solutions....
.

External links