Previous in Forum: Digital voltmeters   Next in Forum: How to work out the motor speed of a DC motor?
Close
Close
Close
15 comments
Rate Comments: Nested
Power-User
Engineering Fields - Electrical Engineering - New Member Engineering Fields - Power Engineering - New Member Technical Fields - Technical Writing - New Member Engineering Fields - Construction Engineering - New Member India - Member - New Member Engineering Fields - Nanoengineering - New Member Safety - Hazmat - New Member

Join Date: Mar 2006
Location: Chennai, India
Posts: 312
Good Answers: 3

Industrial control systems

05/06/2007 5:19 AM

I wish to seek the help of CR4 forum to prepare a table showing relative merits and disadvantages,in the below listed two control philosophies for industrial control systems:
1.Programmable Logic Controller 2. PC based systems .

Please advise

__________________
nvmani
Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Guru
Popular Science - Weaponology - New Member

Join Date: Feb 2006
Posts: 962
#1

Re: Industrial control systems

05/06/2007 8:16 PM

Prog logic is good for production of machine controls where limited function is acceptable. PC control allows for a more flexible solution but takes up more space and requires trained people to use it.

__________________
There's them that knows and them that just thinks they know, whitch are you? Stir the pot and see what rises up. I have catalytic properties I get a reaction going.
Register to Reply
Guru
Canada - Member - New Member

Join Date: May 2006
Location: Montreal, Canada
Posts: 632
Good Answers: 11
#3
In reply to #1

Re: Industrial control systems

05/06/2007 11:27 PM

The PLC may be smaller, unless you use a PC-104 form factor for the PC controller.

To make the distinction even more difficult, the PC-104 could run a soft PLC program and behave mostly like a PLC.

Sme PLC's have quite a lot of features, and in fact can be as large and complex as PCs.

To me, the main difference is that the PLC is a closed (proprietary) platform, and the PC may be an open platform.

__________________
''What the hell has my a** got to do with magic?" Don Quixote
Register to Reply
Guru
Engineering Fields - Control Engineering - New Member China - Member - New Member

Join Date: Sep 2006
Location: CHINA
Posts: 2945
Good Answers: 14
#2

Re: Industrial control systems

05/06/2007 11:15 PM

not too different from the two sysstem.

the front is considered as a special tool for control engineering, the later as universal tool.

They are all based on cpu inner. ram, rom and i/o termilal.

I was told the front is envoloped from relay program, and easy, flexible, use. more i/o terminers.

and pc can be used for system control

both of them are using in China engineering.

most devices are bought from usa, germany.

Register to Reply
Active Contributor

Join Date: May 2007
Posts: 11
#4

Re: Industrial control systems

05/06/2007 11:48 PM

PC based systems are upgradeable and / or flexible in application.

Maintenance cost is less as PC maintenance is cheaper. Faulty PC itself can be replaced by another in shortest time.

Register to Reply
Power-User

Join Date: Nov 2006
Location: SE MI USA
Posts: 105
#8
In reply to #4

Re: Industrial control systems

05/07/2007 6:27 AM

A PC is expected to only have a lifetime of a couple of years where a PLC can easily last ten to twenty.

A new PLC can be installed in its rack and the program downloaded in a matter of a minute or two where it can take a half hour plus to install just a new PC's operating system let alone the application; ever hear of down-time?.

A PC's real-time characteristic change with its CPU clock speed and I've seen many a application behave erratically when installed in a newer faster PC than what it was developed in. Again, ever hear of down-time?

A PC is susceptible to viruses, a PLC isn't.

Many PLCs support a hot backup feature where a backup PLC module takes over for a failed primary CPU without a hiccup. I've yet to see a PC rated for for any type of Safety Integrity Level; many industrial applications can't be handled with anything less.

There are many reasons PLCs are used in manufacturing instead of PC. I agree, PC are great data collectors for SCADA. I've yet to see any longevity out of a PC based system (Steeplechase as an example) and have replaced many of these system with PLCs over the last 25 years.

Register to Reply
Guru
United States - Member - New Member Engineering Fields - Power Engineering - New Member

Join Date: Sep 2006
Location: California, USA, where the Godless live next door to God.
Posts: 4665
Good Answers: 804
#11
In reply to #4

Re: Industrial control systems

05/08/2007 12:14 AM

I would argue the exact opposite.

PLCs are designed from the ground up to operate in rugged, noisy, hot, humid, high vibration industrial applications. You can change out components and swap operating memory modules without ever looking at a screen or finding a boot disk or accessing a keyboard. You can add analog modules, motion modules, all kinds of I.O modules and industrial communication systems without having to reconfigure the CPU with drivers etc,. that may or may not be compatible with whatever you already have installed.

PCs were designed to view pornography.

__________________
** All I every really wanted to be, was... A LUMBERJACK!.**
Register to Reply Score 1 for Good Answer
Anonymous Poster
#5

Re: Industrial control systems

05/07/2007 12:17 AM

Go to Opto22.com and check out the white papers. You might find something helpful there.

mitchc1970@yahoo.com

Register to Reply
Anonymous Poster
#6

Re: Industrial control systems

05/07/2007 2:42 AM

At the risk of stating the obvious, the traditional PLC is a special purpose system used for building industrial quality machines. They have industrially toughened inputs & outputs that tolerate electrical noise, static, humidity, temperature, vibration and other insults. The programming language, while usually limited, is designed for real machines, so it's easy to write a robust program that always works (and if done properly, easy to fault find). Most manufacturers produce a wide range of sizes speeds and display types. Oh yes, and they don't get stolen. In short, a PLC is tough, deterministic, easily adapted to most tasks and incredibly reliable, a good choice for most machines. However if you need large data handling, statistical comps or a pretty GUI go for a PC based system. There's no global solution, it depends on the project and the available money/time, so I design and build machines using both systems. Jeff

Register to Reply
Associate
Spain - Member - New Member

Join Date: Mar 2007
Posts: 29
Good Answers: 1
#7

Re: Industrial control systems

05/07/2007 4:50 AM

In general I would say:

PLC is deterministic in time and relyable. I would definitively use a PLC if my sampling time is smaller than one second, and if there are safety related matters associated to your control system.

A Pc is not deterministic in time, and relyability depends on the sysop. I would suggest ussing a PC only for SCADA purposes.

http://en.wikipedia.org/wiki/SCADA

Statistical post-treatment of the data is better handled by a PC, and automatic reporting is not always feasible with a PLC :)

I hope this will help in with your table

__________________
If you only have a hammer, you tend to see every problem as a nail. Abraham Maslow
Register to Reply
Associate

Join Date: Feb 2007
Posts: 43
#9

Re: Industrial control systems

05/07/2007 7:40 AM

Everyone has given good advice and the choice isn't always easy to make because the line differentiating PLC and PC controls has blurred in recent years. They have both borrowed each other's strengths and many of the larger installations are a combination of each.

My advice is to total your point count for analog I/O used for proportional control compared to what you need for digital or discrete I/O. If the system is heavy on proportional and the discrete are mostly permissives, the PC is probably going to be less expensive and the OS more attuned. On the other hand, if it's more ladder logic, a PLC may be better. It greatly depends on the overall size, purpose, redundancy requirements. Is it a distributed system? And operator interface requirements are key too.

Really, the "merits" can only be analyzed in reference to a specific purpose.

Register to Reply
Guru
United States - Member - New Member Engineering Fields - Control Engineering - New Member

Join Date: Mar 2006
Location: Washington USA
Posts: 566
Good Answers: 53
#10

Re: Industrial control systems

05/07/2007 12:00 PM

Why are you discriminating against DCS and Hybrid control systems?

Register to Reply
Guru
Engineering Fields - Control Engineering - New Member China - Member - New Member

Join Date: Sep 2006
Location: CHINA
Posts: 2945
Good Answers: 14
#12

Re: Industrial control systems

05/09/2007 12:29 AM

different people like different tools. so you cannt say which one is better than another one? it depends on workers favourite. I think.

plc is also a cpu basiced. inside it there is a micro centre control chip as well. and it was designed as a special tools, and easy use in practice.

industry pc can also use in bad circumstance and work condition

some survey shows some country's people like plc and others like pc or simple microchip or dsc etc.

I prefer to design a control system by myself with microchip, I think its also convenient to expand its i/o with IC

Register to Reply
Power-User

Join Date: Dec 2006
Location: Buffalo, New York
Posts: 142
Good Answers: 1
#13

Re: Industrial control systems

05/09/2007 7:38 AM

All of you have made a good point on PLC vs. PC. I just want to add one more: the setup cost of PLC is high compare to a PC. However, a PLC can last a lot longer (in general) than a PC.

MidniteFighter

__________________
My mind is full of useful knowledge, I just don't know how it applied.
Register to Reply
Power-User

Join Date: May 2007
Location: Hurst, Texas
Posts: 178
Good Answers: 4
#14

Re: Industrial control systems

05/09/2007 10:12 AM

Don't forget that a PC doesn't have to run Windows XX... The are other OS's which enable real-time processes. PLC's are great, but just like every other piece of electronics, they are subject to change. I have yet to understand why my company will spend lots of money on destop computers about every 5 yrs, but will not upgrade the computerized equiptment that makes the products/profits. Some of our controls are 80's vintage!

__________________
Bill H.
Register to Reply
Anonymous Poster
#15
In reply to #14

Re: Industrial control systems

05/09/2007 12:15 PM

Bosses only count their money with the production being generated, otherwise the engineers or the production heads get the stick and sometimes some cooking! They don't know about the machines or controls after they have bought them to do production and only production of finished products that they can count cares. Probably the PLC manufactureres did too well to have manufacturted reliable, dependable and durable logic and control components.

Engineers or not, we all have accept the norm of that PCs are excusable to be less lasting less reliable and they are probably manufacutured with a predated life span. The manufacturers got away mainly they are going to the consumers and not engineers. There was never a good durable engineering in PCs....

Any one really building a reliable, robust, reliable industrial PC?... Have yet to hear or know an industrial PC that last the threshold of 5 years.

Will some one do it ? .. then we all may slowing going into PCs from PLCs.

Until now, PLC is still bloddy good!!!

YT Lim

Register to Reply
Register to Reply 15 comments

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Copy to Clipboard

Users who posted comments:

Ace Boeringa (1); Anonymous Poster (3); Bill H. (1); BrainWave (1); cnpower (2); gigaconcept.com (1); gogatedn (1); JRaef (1); jstolaruk (1); MidniteFighter (1); qfteer (1); Zippy2 (1)

Previous in Forum: Digital voltmeters   Next in Forum: How to work out the motor speed of a DC motor?

Advertisement