Questoes CLP
Questoes CLP
TEST 1 . 1
1
4. Which of the following is not an advantage that PLCs 4. c
offer over the conventional relay-type of control system?
a) Smaller size c) Higher current capacity
b) Less expensive d) More reliable
2
7. PLC proprietary architecture 7. d
a) is the opposite to open architecture .
b) makes it more difficult to connect to devices made by other
PLC manufacturers.
c) does not allow programs to be interchanged between different PLC
manufacturers.
d) all of these.
3
11. The control plan stored in the PLC is called: 11. a
a) a program. c) FORTRAN.
b) a Boolean ladder. d) a microprocessor.
4
16. When a field device contact connected to the input
module closes: 16. b
a) a logic 1 is recorded in the memory location of the coil with the same
address.
b) a logic 1 is recorded in the memory location of the contact with the same
address.
c) a logic 0 is recorded in the memory location of the coil with the same
address.
d) a logic 1 is recorded in the memory location of the contact with the same
address.
17. At the start of the PLC scan the: 17. a
a) status of all inputs are read.
b) status of all outputs are updated.
c) program is executed.
d) diagnostics and communications tasks are executed.
5
d) all of the above.
6
22-3. Block No. 3 represents the: 22-3 a
a) CPU unit.
b) programming device.
c) input module.
d) output module.
7
Figure 1-1 Block diagram for question 22.
23-2. The voltage that would be present between the DC common and
terminal 4 with the pushbutton open would be approximately: 23-2 a
a) 0 volts.
b) 6 volts.
c) 12 volts.
d) 24 volts.
8
23-3. The voltage that would be present between the DC common and
terminal 4 with the pushbutton closed would be approximately: 23-3 d
a) 0 volts.
b) 6 volts.
c) 12 volts.
d) 24 volts.
9
24-1. The diagram of Figure 1-3 is that of a 24-1 a
a) hardwired relay schematic. c) input module schematic.
b) ladder logic program. d) output module schematic.
10
25-2. For there to be is a continuous logic path from left
to right across the rung: 25-2 c
a) I/1, 1/2, and 1/3 must all be at logic 1.
b) I/1, 1/2, and 1/3 must all be at logic 0.
c) I/1 and 1/2 or 1/3 must be at logic 1.
d) I/1 and 1/2 or 1/3 will be at logic 0.
11
28. Which module of the PLC connects directly to field devices 28 b
such as pilot lights, motor starters, and solenoids?
a) Input c) Power supply
b) Output d) Memory
29. ______ I/Os are typical of small PLCs that come in one 29 a
package with no separate removable units.
a) Fixed c) Digital
b) Modular d) Analog
30. PLC software that runs on a personal computer can be used to: 30 d
a) write a PLC program.
b) document a PLC program.
c) monitor the control process.
d) all of the above.
32. Which of the following is not a factor effecting the memory size 32 a
needed for a particular PLC installation?
a) Voltage rating of field devices c) Size of control program
b) Number of I/O points d) Supervisory functions required
12
CHAPTER 1
TEST 1 . 2
13
5. In a typical ladder logic program the symbols 5a. instructions
represent the (a) __ and the numbers 5b. addresses
represent the (b) ___.
6. The scan time is the time required for one complete 6. True
execution of the user program. (True or False)
12. If there is no continuous logic path from left to right on 12. zero
14
the program rung, the output coil status is set to ___.
16. Incoming control signals to a PLC are called _____. 16. Inputs
17. Signals going out from a PLC to control field 17. Outputs
devices are called _____ .
19. The term central processing unit is often used 19. processor
interchangeably with the term ___.
20. What is the name of the most common 20. Relay Ladder Logic
programming language used in PLCs?
15
21. The PLC program is stored in the 21.memory
processor module's ___.
24. When a module is slid into a PLC rack, it makes 24. backplane
electrical connection with the _____ .
26. A PLC power supply module does not normally 26. True
supply power to the field devices. (True or False)
27. Removing the programming device from the PLC 27. True
will not affect the operation of the user program.
(True or False)
29. The instruction set for a particular PLC lists the 29. True
16
types of instructions supported. (True or False)
30. When dealing with PLC memory, one K of memory 30. True
represents 1024. (True or False)
31. The number of I/O points does not affect the memory 31. False
size required for a PLC installation. (True or False)
17
Programming Assignments
For Chapter 1
1a) On a separate sheet of paper, draw an I/O wiring diagram and ladder
logic program for the relay schematic shown in Figure 1-5. Use the field
devices with the appropriate addressing for the PLC trainer you will be
working with.
b) Enter the program into the PLC and prove its operation.
2a) On a separate sheet of paper, draw a ladder logic diagram for the
modified relay ladder schematic shown in Figure 1-6.
b) Enter the program into the PLC and prove its operation.
18
Figure 1-6 Relay schematic for assignment 2.
3a. On a separate sheet of paper, draw a ladder logic program of the relay
schematic circuit altered so that the manual pushbutton, pressure switch, and
temperature switch all must be closed to permit operation of the motor.
3b. Enter the program into the PLC and prove its operation.
4a. On a separate sheet of paper, draw a modified ladder logic program for
the relay schematic circuit altered so that the motor will operate when either
the manual pushbutton, pressure switch, or temperature switch is closed.
4-b. Enter the program into the PLC and prove its operation.
19