PLCs Flashcards
How are PLCs usually selected?
According to the number of input and output points they can service.
What side of an I/O point are switches and sensors connected to on a PLC?
Input
What might be connected to the output of an IO point within a PLC?
Pilot lights
Contactors and relays
True or false: the programming, memory, and communication requirements on a PLC remain the same regardless of size.
False. In larger systems, these requirements increase.
How many IO points could you expect to see in a “Large” system?
120 000
What devices comprise a control system?
Input devices
Controller
Output devices
What device receives information from an input device and decides upon a response?
Controller
What device of a control system would a solenoid be? (In/out/control)
Output device
What device in the control system would a thermostat be? (In/out/control)
Input
What are the advantages of using PLCs?
Lower overall cost
Programmability
Reliability
Expandability
What factors contribute to the cost advantages of a PLC? (Vs. Control panels using relays)
- less maintenance (no mechanical parts wearing out)
- troubleshooting is easier and reduces down time
- physically smaller
- smaller energy requirements
What factors contribute to the programmability of PLCs?
- using software increases level of process automation
- can be updated without changes in hardwiring
- program can be revised while system in operation
- one program can be used for several identical processes
What factors contribute to the reliability of PLCs?
solid state technology
- able to operate in many environments - static electronic switching (no movingparts)
What is a communication data highway?
A link between two PLC systems (as in adding another system to expand, and linking the two with a communication data highway)
What are the major hardware components of a modular PLC system?
Power supply
Backplane
Processor (CPU)
I/O modules
What type of power is supplied to the PLC and its components?
DC power
Which specific devices does the power supply feed power to? Which devices does it NOT?
Supplies power to the processor (CPU) and I/O modules.
Does NOT supply power to field I/O devices
True or false:
I/O devices are electrically isolated from backplane, and CPU but connected to I/O modules and PLC power supply
False. electrically isolated from backplane, CPU, and PLC power supply
Connected to IO modules
What is the function of a backplane?
1) Allows communication btwn CPU and and other components
2) Distributes power for internal operation of processor and IO modules
What hardware component is the power and communication bus for PLC components?
Backplane
If the PLC does not have a chassis, how is the continuity of the backplane maintained?
By connectors on the sides of the modules and at the end plates which snap together.
What kind of PLC is not designed to be readily taken apart and replaced?
Shoebox PLC
What is a common application of shoebox PLCs?
Often used to replace small relay control systems.
What makes a shoebox PLC unique?
Do not have separate power, processor, or I/O modules
What are the primary functions of a PLC processor?
1) read and store status of all input devices
2) execute user program by solving programs logic
3) update status of all the outputs
What a processor scan?
The sequence by which a processor carries out its functions
what are the types of memory used in PLCs?
RAM, ROM, EEPROM
What type of memory requires backup battery supply to keep stored data or to keep programs in tact when power is removed?
Volatile
Which type of memory is considered permanent?
Non-volatile
Which type of memory is easily altered to update or change programs?
Volatile