Programmable Logic Controller: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Moved some content to a more fitting page)
 
(Added a Category to the Page)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Basics=
=Basics=
A programmable logic controller (PLC) or programmable controller is a digital computer used for automation of electromechanical processes, such as control of machinery on factory assembly lines, amusement rides, or light fixtures. PLCs are used in many industries and machines. Unlike general-purpose computers, the PLC is designed for multiple inputs and output arrangements, extended temperature ranges, immunity to electrical noise, and resistance to vibration and impact. Programs to control machine operation are typically stored in battery-backed-up or non-volatile memory. A PLC is an example of a hard real time system since output results must be produced in response to input conditions within a limited time, otherwise unintended operation will result.
*Often abbreviated as PLC
*A Digital computer used for automation of electromechanical processes, such as control of machinery on factory assembly lines, amusement rides, or light fixtures
*Unlike general-purpose computers, the PLC is designed for multiple inputs and output arrangements, extended temperature ranges, immunity to electrical noise, and resistance to vibration and impact.  
*Programs to control machine operation are typically stored in battery-backed-up or non-volatile memory.
*A PLC is an example of a hard real time system since output results must be produced in response to input conditions within a limited time, otherwise unintended operation will result.


* http://en.wikipedia.org/wiki/Programmable_logic_controller
=Internal Links=
*[[Open Source PLCs]]
 
=External Links=
*[http://en.wikipedia.org/wiki/Programmable_logic_controller The Wikipedia Page on PLCs]
*[https://youtu.be/PbAGl_mv5XI A Video by the YouTube Channel "RealPars" Titled "PLC Basics | Programmable Logic Controller" ]
*[https://youtu.be/uOtdWHMKhnw A Video by the YouTube Channel "The Engineering Mindset" Titled "Programable Logic Controller Basics Explained - automation engineering" ]
 
[[Category: Automation]]

Latest revision as of 05:26, 22 February 2022

Basics

  • Often abbreviated as PLC
  • A Digital computer used for automation of electromechanical processes, such as control of machinery on factory assembly lines, amusement rides, or light fixtures
  • Unlike general-purpose computers, the PLC is designed for multiple inputs and output arrangements, extended temperature ranges, immunity to electrical noise, and resistance to vibration and impact.
  • Programs to control machine operation are typically stored in battery-backed-up or non-volatile memory.
  • A PLC is an example of a hard real time system since output results must be produced in response to input conditions within a limited time, otherwise unintended operation will result.

Internal Links

External Links