+ Post New Thread
Results 1 to 5 of 5

Thread: Basic difference between PLC & uC

  1. #1
    Advanced Member level 3
    Points: 6,863, Level: 19

    Join Date
    Dec 2004
    Posts
    755
    Helped
    111 / 111
    Points
    6,863
    Level
    19

    difference between plc and microcontroller

    Hi all,

    What is the basic difference between PLC & uC?

    Thanks

    •   Alt 

      advertising

        
       

  2. #2
    Advanced Member level 3
    Points: 5,345, Level: 17
    Achievements:
    7 years registered
    hr_rezaee's Avatar
    Join Date
    Oct 2004
    Location
    Iran-Mashhad
    Posts
    751
    Helped
    100 / 100
    Points
    5,345
    Level
    17

    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.



    •   Alt 

      advertising

        
       

  3. #3
    Full Member level 5
    Points: 3,504, Level: 13

    Join Date
    Sep 2005
    Location
    Malaysia
    Posts
    309
    Helped
    30 / 30
    Points
    3,504
    Level
    13

    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.



    •   Alt 

      advertising

        
       

  4. #4
    Advanced Member level 5
    Points: 155,530, Level: 94
    Achievements:
    7 years registered
    Awards:
    Helpful silver

    Join Date
    Oct 2004
    Location
    West Coast
    Posts
    7,776
    Helped
    2130 / 2130
    Points
    155,530
    Level
    94

    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



  5. #5
    Newbie level 4
    Points: 921, Level: 6

    Join Date
    Nov 2005
    Posts
    6
    Helped
    1 / 1
    Points
    921
    Level
    6

    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)



+ Post New Thread