Programmable Logic Controllers Flashcards
How do you usually select a PLC?
PLC’s are usually selected according to the number of input and output points (I/O points) they have
What would you connect to the input points of a PLC?
Switches and sensing devices would be connected to the inputs of a PLC
What would be connected to the output terminals of a PLC?
Pilot lights, relays, or contactors that operate motors, valves or other equipment would be connected to the output points of a PLC
What does a Control System consist of?
- Input Devices - switches, limits, thermostats or other devices that sense specific conditions of a process or environment
- A Controller - a controller that receives this information from the input devices and decides what to do with it by using a hard-wired circuit arrangement or by a software program
- Output Devices - relays, contactors, solenoids, or other devices that control operating devices like motors, pumps, heaters, fans or valves to bring about an appropriate change in the system that is being monitored by the input devices
What several advantages do PLC’s have over relay control?
- Lower Overall Cost - smaller installation and labour costs, fewer componets to install, maintenance costs are lower because there are no mechanical parts to wear out, trouble-shooting is easier which reduces down-time costs, and they operate more economically with a smaller energy requirement that a relay control panel
- Programmability - PLC programs can be changed or updated without any changes to the hard-wiring, a program can be revised while the system is still in operation, the program can also be tested for proper logical function before it is implemented which reduces downtime, one program can be used for multiple identical processes
- Reliability - Utilizes solid-state technology which is very reliable and allows them to be used in many different environments, uses static switching which means it requires no moving parts, these devices have long life spans and offer high speed switching
- Expandability - Typically offered in a modular format or with some expansion capabilities so that additional componets may be added to the system. One way of expanding a PLC system is to add another PLC and link the two together with a Communication Data Highway
What are the main hardware componets of a modular PLC system?
- Power Suppy
- Backplane
- Processor (CPU)
- Input/Output (I/O) Modules
Which componets does the Power Supply of a PLC supply power to?
- The Processor (CPU)
- The Input and Output (I/O) Modules
Does the PLC Power Supply provide power for the field I/O devices?
No, they require their own power supply. The PLC Power Supply provides power for the Processor (CPU) and the I/O Modules, not the field devices
What does the Backplane of a Modular PLC do?
- The Backplane is the power and communication bus for the PLC componets
What are the primary functions of a PLC Processor (CPU)?
- Read and store the status of all the input devices
- Execute the user program by solving the program’s logic
- Update the status of all the outputs
What does the Processor (CPU) of a PLC do?
- The brain of the PLC
- Governs the system activities regarding receiving, analyzing, processing, and transmitting data
- Contains a memory area for data storage, performs or executes user programs and communicates with other devices
Whare the types of memory are used in PLC’s?
- RAM - Random Access Memory
- ROM - Read Only Memory
- EEPROM - Electrically Erasable Programmable Memory
What is the difference between the types of memory in a PLC?
- The Memory may be Volatile or Non Volatile
- Volatile memory is cleared of all data when it loses its electrical power supply, these devices require a backup battery to keep their stored data
- Non-Volatile memory retains its memory when it loses its power suppy
What is Random Access Memory (RAM)?
- Designed so that information is easily stored and retrieved
- Most RAM is volatile memory and requires a battery backup to retain its stored data when the power supply is shut off
- Non-volatile RAM memory has a self-contained backup battery within the package of the memory chip
What is Read-Only Memory (ROM)?
- Read-Only Memory is non-volatile memory and is designed to permanently store data and programs
- This information is designed to be read, not altered. The data or program is fixed at the time of manufacture
- The basic input/output system is stored in ROM memory so that the PLC recognizes its componets when it is turned on