![]() |
|
Site Map
Home
Dick's Resume Course Offerings Student Comments Articles Step Up To the FX PLC Poor Man's Analog Dear Mr. Wizard (Q&A) PC: History and Tech. Definitions. What is a PLC Scan Times V.10
Contact
Richard A. Profitt
95 Bramble Bush Springboro, OH 45066 Ph: 937.748.1052 Cell: 513.465.1326 EMail:
Copyright
|
What is a PLCPLC is short for Programmable Logic Controller. A more common name would be industrial computer. The PLC is at the heart of most modern factories using automation to produce goods efficiently. The PLC does not look like a desktop computer but has many of the same features. Power supply, microprocessor chip, ram memory, input/output, and com ports would be common to both. However, The PLC is different in three important ways.
2. The PLC was designed to sense a large number of inputs and control a large number of outputs all in a matter of milliseconds. 3. The PLC uses a symbolic programming language that
makes it easier to understand and change how
all those inputs will influence all those outputs. Germany first used ladder Logic in the 1930's to show in a symbolic way how an electrical sequence would work. This type of schematic looks like the rails and rungs of a ladder. The rails are symbolic of the electrical power source. On the left side of a rung would be the inputs - normally open and closed contacts symbolic of the limit switches, timer contacts, push buttons, etc. On the right side of a rung would be the output coil symbolic of the electric solenoid, motor, electric valve, etc. that would be influenced by the inputs. Power from the left rail could flow through the input contacts to the output coil connected to the right rail. Ladder Logic helped in understanding the "sequence of operation" but thousands of hours would be required to make changes in the sequence to produce next year's car model. The relay, timer, and counter contacts had to be disconnected and reconnected in a different way for every model change! The PLC concept of manufacturing put a stop to all this
rewiring from one model year to the next. The assembly line was made
flexible by routing all inputs to the PLC and all outputs from the PLC. To
change the sequence, you change the Ladder Logic program that's running in the
PLC! - A Software Change Instead of a Hardwire
Change! The PLC also did away with all the electro-mechanical
timers and counters that were required by using the computer clock and math
functions contained within the PLC. This reduced down time on the assembly
line by a factor of 10 because most of the mechanical devices previously used in
affecting the sequence were replaced by a Software Program! ![]() ![]()
If you were given the task to specify a PLC for an application, what are two key questions you need to answer first?
2. How much program memory is needed to run the PLC for that application? Most PLCs have a fixed amount of memory where you store the ladder logic program. Some PLCs have interchangeable memory.
2. Link distributed I/O systems allow hundreds of feet of separation between each I/O station using coax, twisted pair of fiber optic connections between stations. This saves a lot of labor and wire costs. 3. Fixed base PLCs have a fixed amount of I/O built into the same housing as the CPU and power supply. Some fixed base (and modular) can be linked also. You can specify different methods of output: a. Relay contact b. Transistor (solid state DC) c. Triac (solid state AC)
2. Dedicated manufactures programming unit. These units have a screen to show a page of ladder logic at one time. You can use these units to monitor the PLC while it is running in addition to edit of the program. 3. IBM compatible software to allow a desktop or laptop
computer to be the programming device. Most of the features of the
dedicated units plus good documentation features make this the more popular
method of programming. |