| Author |
Message |
welove8051
Joined: 16 Jul 2009 Posts: 12 Location: india
|
07 Sep 2009 17:39 build your own plc |
|
|
|
|
hi guys, i am working on micro controllers for three years. i create lots of projects in MC for students. some of the students asking me to do project in PLC. i see no different between MC and PLC. a PLC functions same as micro controller. then what is the basic different these two. where can we prefer plc than MC and vice versa.
what is adv and dis adv between these two.
looking forward for the replies
regards
kj
|
|
| Back to top |
|
 |
haker_fox
Joined: 24 Jun 2009 Posts: 51 Helped: 4 Location: Russia, Irkutsk
|
08 Sep 2009 1:28 microcontroller vs. plc |
|
|
|
|
Hello! "Naked" microcontroller is needed in some external devices and necessities like power supply, protected I/O, PCB and etc. You also have to write some code from low level to high level.
PLC includes most of the said. You just take it and connect with your equipment then write program in SCADA, debug it adn... Done! It's working!
PLC also is safe and fault-tolerant. It means that some actions (noises, EMI)) don't harm your equipment. Of course you can do the same on the microcontroller! The price of both is significant.
|
|
| Back to top |
|
 |
elrayes
Joined: 03 Jun 2008 Posts: 164 Helped: 8 Location: Egypt
|
10 Sep 2009 2:12 microcontroller vs plc |
|
|
|
|
In my opinion the PLC is just a microcontroller with extra peripherals and serious protection circuits, if you are aware of these peripherals design and how to protect your circuit, beside good knowledge of some interfaces like RS-232, RS-485, CAN, GPIB then you can build your own PLC, if you are good enough in programming then you can a GUI interface to convert a ladder diagram to a C or BASIC code suitable for the microcontroller to create a hex file.
some of the engineering stuff PLC used doesn't need a PLC at all.
|
|
| Back to top |
|
 |
haker_fox
Joined: 24 Jun 2009 Posts: 51 Helped: 4 Location: Russia, Irkutsk
|
10 Sep 2009 5:28 plc vs microcontroller |
|
|
|
|
| elrayes wrote: |
In my opinion the PLC is just a microcontroller with extra peripherals and serious protection circuits, if you are aware of these peripherals design and how to protect your circuit, beside good knowledge of some interfaces like RS-232, RS-485, CAN, GPIB then you can build your own PLC, if you are good enough in programming then you can a GUI interface to convert a ladder diagram to a C or BASIC code suitable for the microcontroller to create a hex file.
some of the engineering stuff PLC used doesn't need a PLC at all. |
Partly agreed. PLC includes some microcontorller like AVR, ARM or CPU like i80xxx. But! PLC are done devices. I mean that a manufacturer did all by itself.
|
|
| Back to top |
|
 |
Google AdSense

|
10 Sep 2009 5:28 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
welove8051
Joined: 16 Jul 2009 Posts: 12 Location: india
|
10 Sep 2009 8:57 build plc using microcontroller |
|
|
|
|
| thanks for your replies
|
|
| Back to top |
|
 |