COMPLETE Programmable Logic Controllers (Petruzella) exams(all chapters) with Expert curated questions and answers + rationales (WITH DIAGRAMS)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/385

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

386 Terms

1
New cards

What is a PLC (programmable logic controller)?

industrial grade computer that is capable of being programmed to perform control functions

2
New cards

What are some benefits of PLC's?

1. Increased reliability

2. More flexibility

3. Lower cost

4. Communications capability

5. Faster response time

6. Easier to troubleshoot

7. Easier to test field devices

3
New cards

The _________ is designed for multiple input and output arrangements, extended temperature ranges, immunity to electrical noise, and resistance to vibration and impact

PLC

4
New cards

What makes a PLC a real-time system?

The outputs of the system controlled by the PLC depend on the input condition

5
New cards

What was the PLC initially designed to replace?

Relay logic

6
New cards

A PLC is capable of not only performing relay switching tasks but also performing .....?

timing, counting, calculating, comparing, and processing of analog signals

7
New cards

What are the different parts of a PLC?

central processing unit (cpu, processor)

input/output (I/O) section

power supply

programming device

8
New cards

What constitutes an open architecture PLC?

a system that allows compatibility for devices and programs between manufacturers

9
New cards

What constitutes a closed architecture (proprietary) PLC?

a system that is proprietary which means you need to use the same manufacturer for parts (AB with AB) (Siemens with Siemens) (Most all PLC systems are proprietary)

10
New cards

What two ways are I/O systems incorporated into the PLC?

Fixed I/O

Modular I/O

11
New cards

What is Fixed I/O?

It is typical of small PLC's. The unit is non separable and has a fixed number of I/O terminals.

12
New cards

What is Modular I/O?

It is divided by compartments into which separate modules can be plugged into. (most PLC's)

13
New cards

When a modules is slid into the rack it makes an electrical connection with a series of contacts on the ______________?

backplane

14
New cards

What does the power supply supply power to?

In most cases ONLY the modules that plug into the rack, not the field devices

15
New cards

The _______ controls all PLC activity.

CPU

16
New cards

The PLC program is executed as part of a repetitive process referred to as a _________?

scan

17
New cards

What does a scan consist of?

1. Read inputs

2. Execute program

3. Update outputs

4. Diagnostics & communication

18
New cards

What are some examples of input devices?

pushbuttons, limit switches, sensors

19
New cards

What are some examples of output devices?

Motor starters, solenoid valves, indicator lights

20
New cards

What is a field device?

an external device physically wired in the field

21
New cards

What is a programming device?

a device used to enter the desired program into the memory of a processor. (usually a PC or a hand-held device)

22
New cards

What is a program?

a user-developed series of instructions that directs the PLC to execute actions (Relay ladder logic, function block logic)

23
New cards

What do the individual symbols represent on a program?

instructions

24
New cards

What do the numbers represent above the symbols in ladder logic?

the instruction location address

25
New cards

What mode does the controller need to be in, in order to run?

RUN mode

26
New cards

How do you measure the speed of response of a PLC?

how fast it takes to complete one scan cycle

27
New cards

What are the two categories in which software associated with a PLC operates on a PC?

HMI

PLC software program on computer

28
New cards

What is a PAC (programmable automation controller)?

It is a newer device that is a combination of a PC and PLC. It has the PLC ruggedness with PC functionality.

29
New cards

What criteria is used for categorizing PLC's?

functionality, number of inputs/outputs (Most Important), cost, physical size

30
New cards

What are the three major types of PLC application?

1. Single-ended/stand-alone PLC which involves one PLC controlling one process

2. Multitask PLC which involves one PLC controlling several processes

3. Control management PLC which involves one PLC controlling several others

31
New cards

What factors affect memory size needed for a particular PLC installation?

Number of I/O inputs used

Sized of control program

Data-collecting requirements

Supervisory functions required

Future expansion

32
New cards

What is the instruction set for a PLC?

instructions that are supported for a particular PLC

33
New cards

What is a PLC (programmable logic controller)?

industrial grade computer that is capable of being programmed to perform control functions

34
New cards

What are some benefits of PLC's?

1. Increased reliability

2. More flexibility

3. Lower cost

4. Communications capability

5. Faster response time

6. Easier to troubleshoot

7. Easier to test field devices

35
New cards

The _________ is designed for multiple input and output arrangements, extended temperature ranges, immunity to electrical noise, and resistance to vibration and impact

PLC

36
New cards

What makes a PLC a real-time system?

The outputs of the system controlled by the PLC depend on the input condition

37
New cards

What was the PLC initially designed to replace?

Relay logic

38
New cards

A PLC is capable of not only performing relay switching tasks but also performing .....?

timing, counting, calculating, comparing, and processing of analog signals

39
New cards

What are the different parts of a PLC?

central processing unit (cpu, processor)

input/output (I/O) section

power supply

programming device

40
New cards

What constitutes an open architecture PLC?

a system that allows compatibility for devices and programs between manufacturers

41
New cards

What constitutes a closed architecture (proprietary) PLC?

a system that is proprietary which means you need to use the same manufacturer for parts (AB with AB) (Siemens with Siemens) (Most all PLC systems are proprietary)

42
New cards

What two ways are I/O systems incorporated into the PLC?

Fixed I/O

Modular I/O

43
New cards

What is Fixed I/O?

It is typical of small PLC's. The unit is non separable and has a fixed number of I/O terminals.

44
New cards

What is Modular I/O?

It is divided by compartments into which separate modules can be plugged into. (most PLC's)

45
New cards

When a modules is slid into the rack it makes an electrical connection with a series of contacts on the ______________?

backplane

46
New cards

What does the power supply supply power to?

In most cases ONLY the modules that plug into the rack, not the field devices

47
New cards

The _______ controls all PLC activity.

CPU

48
New cards

The PLC program is executed as part of a repetitive process referred to as a _________?

scan

49
New cards

What does a scan consist of?

1. Read inputs

2. Execute program

3. Update outputs

4. Diagnostics & communication

50
New cards

What are some examples of input devices?

pushbuttons, limit switches, sensors

51
New cards

What are some examples of output devices?

Motor starters, solenoid valves, indicator lights

52
New cards

What is a field device?

an external device physically wired in the field

53
New cards

What is a programming device?

a device used to enter the desired program into the memory of a processor. (usually a PC or a hand-held device)

54
New cards

What is a program?

a user-developed series of instructions that directs the PLC to execute actions (Relay ladder logic, function block logic)

55
New cards

What do the individual symbols represent on a program?

instructions

56
New cards

What do the numbers represent above the symbols in ladder logic?

the instruction location address

57
New cards

What mode does the controller need to be in, in order to run?

RUN mode

58
New cards

How do you measure the speed of response of a PLC?

how fast it takes to complete one scan cycle

59
New cards

What are the two categories in which software associated with a PLC operates on a PC?

HMI

PLC software program on computer

60
New cards

What is a PAC (programmable automation controller)?

It is a newer device that is a combination of a PC and PLC. It has the PLC ruggedness with PC functionality.

61
New cards

What criteria is used for categorizing PLC's?

functionality, number of inputs/outputs (Most Important), cost, physical size

62
New cards

What are the three major types of PLC application?

1. Single-ended/stand-alone PLC which involves one PLC controlling one process

2. Multitask PLC which involves one PLC controlling several processes

3. Control management PLC which involves one PLC controlling several others

63
New cards

What factors affect memory size needed for a particular PLC installation?

Number of I/O inputs used

Sized of control program

Data-collecting requirements

Supervisory functions required

Future expansion

64
New cards

What is the instruction set for a PLC?

instructions that are supported for a particular PLC

65
New cards

radix

dsf

66
New cards

immediate

next to or very close to a particular place or time

67
New cards

chassis

the frame that a vehicle is built on

<p>the frame that a vehicle is built on</p>
68
New cards

modular

consisting of separate parts or units that can be joined together

69
New cards

reserve

to keep something for somebody/something, so that it cannot be used by any other person or for any other reason

70
New cards

reside

to live in a particular place

71
New cards

cumbersome

slow and complicated

72
New cards

notation

a system of signs or symbols used to represent information, especially in mathematics, science and music

73
New cards

Thumbwheel

74
New cards

dial

to use a telephone by pushing buttons or turning the dial to call a number

75
New cards

alphanumeric

containing both letters and numbers

76
New cards

interface

to be connected with something using an interface; to connect something in this way

77
New cards

peripheral

a piece of equipment that is connected to a computer

78
New cards

Interface

79
New cards

protocol

a set of rules that control the way data is sent between computers

80
New cards

parity

81
New cards

carry

82
New cards

minuend

A number from which another number is subtracted.

83
New cards

subtrahend

The number that is to be subtracted.

84
New cards

decimal point

a dot or point used to separate the whole number from the tenths, hundredths, etc. of a decimal, for example in 0.61

85
New cards

whole number

a number that consists of one or more units, with no fractions (= parts of a number less than one)

<p>a number that consists of one or more units, with no fractions (= parts of a number less than one)</p>
86
New cards

Match the standard time delay symbols.

1. a

2. c

3. b

4. d

87
New cards

The amount of time for which a timer is programmed is called the:

a. preset.

b. set point.

c. desired time (DT).

d. all of the above.

a. preset

88
New cards

As scan time increases, so does the accuracy of any programmed timers. T

F

F

89
New cards

When the timing of a device is not reset due to a loss of power, the timer is said to be:

a. holding.

b. secured.

c. retentive.

d. continuous.

c. retentive

90
New cards

When more time is needed than can be programmed with one timer, two or more timers can be programmed together. This programming technique is called:

a. stacking.

b. cascading.

c. doubling.

d. synchronizing.

b. cascading

91
New cards

When using Allen-Bradley timers, which mnemonic status bit will act as an instantaneous contact?

a. DN

b. TT

c. EN

d. IN

c. EN

92
New cards

When the accumulated time is equal to the preset time, which mnemonic status bit in the Allen-Bradley timer will be true?

a. DN

b. TT

c. EN

d. IN

a. DN

93
New cards

When programming a Logix 5000 timer, what preset value would be entered to create a 23-minute timer?

23000

94
New cards

An Allen-Bradley off-delay timer (TOF) has been programmed for a delay time of 30 seconds. If the timer is enabled (true) for 15 seconds and then becomes disabled (false) for 45 seconds, show a timing chart for the enable (EN), timer timing (TT), and done (DN) status bits of the timer.

Drawing.

95
New cards

#1 What is the function of a PLC input interface module?

To accept signals from the machine or process devices and to convert them into signals that can be used by the controller

96
New cards

#2 What is the function of a PLC output interface module?

To convert controller signals into external signals that are used to control the machine or process

97
New cards

#3 With reference to a PLC:

What is a remote rack?

Why are remote racks used?

a) A rack that is located away from the processor module near the field devices

b) To minimize the amount of wiring required

98
New cards

#4 How does the processor identify the location of a specific input or output device?

By its address

99
New cards

#5 List the three basic elements of rack/slot-based addressing.

Type refers to an input or output

Slot refers to the physical location of the I/O module

Word and bit refers to the actual module terminal connection

100
New cards

#6 Compare bit level and word level addressing.

Bit level addressing specifies a discrete device that is connected to a specific terminal. Word level addressing specifies an analog device connected to a module that uses a word of information.