Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Basic difference between PLC & uC

Status
Not open for further replies.

Jack// ani

Advanced Member level 3
Joined
Dec 2, 2004
Messages
757
Helped
107
Reputation
222
Reaction score
58
Trophy points
1,308
Activity points
5,006
difference between plc and microcontroller

Hi all,

What is the basic difference between PLC & uC?

Thanks
 

difference between microcontroller and plc

hi
plc is a industrial mcu.
it has industrial properties such as isolated IO, high voltage power supply and etc.
noise of environment can't effect on PLC.
and many properties.
 

difference between pic and microcontroller

Microcontroller has more powerful functions, as the programming of microcontroller is more complicated than PLC. PLC has high voltage but microcontroller has small voltage, usually 3V-5V.
 

difference between plc and computer

A PLC is a modular device which one can program using Ladder diagrams (relay logic) or Statement List (a bit like assembly). It is optimized to handle several digital inputs and outputs, and is more rugged for use in industrial applications. Basically it scans the inputs, and determines the outputs based on the logical conditions programmed into it by the user. It internally uses a microcontroller to handle all input, output and logic scans. Application area is mostly industrial automation.
Microcontrollers are cores that will do anything you program them to do. They probably can be used in each of the above applications, but with varying effectiveness. As always, your work is in discerning which option will work best in a given situation.
...
Regards,
IanP
 

difference plc microcontroller

My opinion is that basic difference between PLC and microcontrollers is only the way of programming. Most common way of PLC programming is with graphical language – Lader logic programming which looks a little similar more to electrical schematics than a computer programming language. There is and some not so mass ways like functional block diagrams, as well Mnemonic (like assembler), stages etc. Second significant characteristic is the infinite loop (cycling) through the lader start-to-end and again from start… Normally the algorithm is read inputs-solve the logic – update outputs and again. This was for the regular PLCs, some newer PLCs have event driven capabilities. Also PLCs are more restricted in calculations (as they normally dont need it)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top