Review Flashcards
Define a programmable logic controller.
A solid-state control device that can be programmed to control process or machine operations. It consists of 5 basic components: the processor, memory, input/output modules, the power supply, and the programming device.
(Write out Q)
In the early years of their existence, PLCs were primarily used for…
ON/OFF control
The ______ and the ______ are the two basic sections of a programmable controller.
central processing unit; I/O interface system
Fill-in Q
The ladder program in a PLC is ______ inside the PLCs CPU.
softwired
True or False:
The monitoring capability of a PLC system can easily detect and correct field device failures.
True
What is the base of these number systems:
Hexadecimal
Binary
Octal
Decimal
Hexadecimal = 16 Binary = 2 Octal = 8 Decimal = 10
(Matching Q)
Why is the binary number system used in digital devices such as programmable controllers and computers?
Easier to design in systems that can only distinguish between 2 states (such as ON/OFF)
In binary, what is one plus one?
One-zero (10)
What are the most common binary codes?
- ASCII
- BCD
- Gray
(Multiple choice Q)
What format does the thumb wheel switch provide to the PLC?
BCD
Multiple choice Q
What logic type is more conventional?
Positive logic
What are the logic functions used in PLCs?
AND, OR, NOT
Multiple choice Q
What does 1 and 0 indicate?
1 = ON, TRUE, or HIGH 0 = OFF, FALSE, or LOW
How many bits are in a 3 byte word?
24 bits (8 bits per byte)
Ladder diagrams are also called…
Contact symbology
Multiple choice Q
Each symbol in a ladder rung has a(n) ______ by which a connected device is referenced.
unique reference number, address, and I/O interface reference terminal connection
What are the three components that form the CPU?
The processor, the memory system, and the power supply
Multiple choice Q
What encompasses all the elements that form the intelligence of a PLC system?
The CPU
Multiple choice Q
Software instructions that allow the interruption of a scan to receive inputs or to update outputs are known as…
immediate instructions