Chapter 15 - Sequencers

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/74

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:40 PM on 4/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

75 Terms

1
New cards

1. You can use register N7:0 as a control register in a sequencer output (SQO) instruction. T/F

F

2
New cards

2. The normally open contact R6:0/DN will close whenever the sequencer output (SQO) instruction is enabled. T/F

F

3
New cards

3. The normally open contact R6:0/FD will close whenever the sequencer compare (SQC) instruction is enabled. T/F

F

4
New cards

4. File B3 may be used to hold the sequencer output (SQO) instruction’s patterns. T/F

T

5
New cards

5. The length parameter specifies the number of words in the sequencer file. T/F

F

6
New cards

6. You can step two or more sequencer instructions simultaneously. T/F

T

7
New cards

7. You must use the reset (RES) instruction to reset the SQO instruction’s position to zero. T/F

T

8
New cards

8. The .LEN and .POS can hold numbers up to 256 since an SQO can have up to 256 steps. T/F

T

9
New cards

9. There are 255 sixteen-bit words in file B3. T/F

F

10
New cards

10. There are 255 sixteen-bit words in file B10. T/F

F

11
New cards

11. The ______________________________ instruction transfers data from the sequencer source file to the

output destination module.

SQO

12
New cards

12. The ______________________________ instruction is used to control several outputs with multiple step

patterns.

sequencer

13
New cards

13. PLC manufacturers use the ______________________________ instruction instead of the sequencer

instruction.

table-to-reg/file-to-word

14
New cards

14. The normally open ______________________________ input must be closed to energize the sequencer

instruction.

enable

15
New cards

15. A low-to-high pulse on the ______________________________ input causes the sequencer to advance to the

next output pattern.

step

16
New cards

16. When the normally open ______________________________ input is closed, the sequencer instruction

resets to the first output pattern.

reset

17
New cards

17. The number of ______________________________ indicates the number of data patterns the sequencer

instruction must step through.

steps

18
New cards

18. The ______________________________ register holds the first data pattern.

starting

19
New cards

19. The ______________________________ register points to the step that the instruction is on.

step pointer

20
New cards

20. The ______________________________ register is an output group register that indicates the output

terminals on which data is placed.

destination

21
New cards

21. The ______________________________ parameter in the sequencer block holds the total number of steps

that must be completed before the sequencer done status bit (R6:0/DN) coil is energized.

sequencer length

22
New cards

22. The ______________________________ parameter indicates the step that is desired to start the sequencer

instruction.

sequencer position

23
New cards

23. The ______________________________ instruction reads input data from an input module or register and

then compares the input data to the step patterns in a bit data file (B3 or B10) or integer data file (N7).

SQC

24
New cards

24. The ______________________________ instruction is used to read the PLC input module and store the input

data in a file.

SQL

25
New cards

25. The number of sequencer steps can be increased by connecting two sequencers in series, which is called

______________________________ sequencers.

cascading

26
New cards

26. The number of outputs that are controlled by the sequencer system can be increased by connecting sequencers

in ______________________________.

parallel

27
New cards

27. Name the three types of sequencer instructions of an Allen-Bradley SLC 500 series PLC.

SQC,SQL,SQO

28
New cards

28. Name the control registers used by sequencer functions SQO, SQL, and SQC.

R6:0, R6:255,

29
New cards

29. How do you reset a sequencer function?

RES

30
New cards

30. Name the data files that can be used for the source in a sequencer output (SQO) instruction.

B3, B10 and N7

31
New cards

1. The sequencer instruction is also referred to as the ____ instruction.

A. data transfer

B. drum sequencer

C. register to table

D. All of the above.

B

32
New cards
<p>2. In the following SQO instruction block, which parameter holds the starting address?</p><p>A. File</p><p>B. Source</p><p>C. Position</p><p>D. Mask</p>

2. In the following SQO instruction block, which parameter holds the starting address?

A. File

B. Source

C. Position

D. Mask

C

33
New cards
<p>3. In the following SQO instruction block, which parameter is used to hide some of the bit patterns?</p><p>A. File</p><p>B. Source</p><p>C. Position</p><p>D. Mask</p><p></p>

3. In the following SQO instruction block, which parameter is used to hide some of the bit patterns?

A. File

B. Source

C. Position

D. Mask

D

34
New cards
<p>4. In the following SQO instruction block, which parameter holds the address of the output port?</p><p>A. File</p><p>B. Source</p><p>C. Position</p><p>D. Destination</p><p></p>

4. In the following SQO instruction block, which parameter holds the address of the output port?

A. File

B. Source

C. Position

D. Destination

D

35
New cards
<p>5. In the following SQC instruction block, which parameter holds the address of the input port?</p><p>A. File</p><p>B. Source</p><p>C. Position</p><p>D. Destination</p><p></p><p></p>

5. In the following SQC instruction block, which parameter holds the address of the input port?

A. File

B. Source

C. Position

D. Destination

B

36
New cards

6. Which status bit indicates whether the data on the input port matches the data stored in the sequencer data

file?

A. DN

B. FD

C. EN

D. ER

B

37
New cards
<p>7. In the following drum sequencer, the bit pattern for Step 5 is ____.</p><p>A. 0000 0001</p><p>B. 0100 0000</p><p>C. 1001 0000</p><p>D. 0100 1010</p>

7. In the following drum sequencer, the bit pattern for Step 5 is ____.

A. 0000 0001

B. 0100 0000

C. 1001 0000

D. 0100 1010

C

38
New cards

8. In PLC applications where the sequencer needs to control more than 16 ports, the sequencers are connected

____.

A. simultaneously

B. in series

C. in parallel

D. in a cascading arrangement

C

39
New cards
<p>9. In the following SQL instruction block, which parameter holds the data table?</p><p>A. File</p><p>B. Source</p><p>C. Position</p><p>D. Length</p><p></p><p></p>

9. In the following SQL instruction block, which parameter holds the data table?

A. File

B. Source

C. Position

D. Length

A

40
New cards
<p>10. The following figure displays the operation of the ____.</p><p>A. SQO instruction</p><p>B. SQL instruction</p><p>C. SQC instruction</p><p>D. All of the above.</p><p></p><p></p>

10. The following figure displays the operation of the ____.

A. SQO instruction

B. SQL instruction

C. SQC instruction

D. All of the above.

B

41
New cards
<p>11. For the SQO instruction’s operation in the following image, which outputs are energized in Step 5?</p><p>A. 0:2/0 and 0:2/3</p><p>B. 0:2/15 and 0:2/3</p><p>C. 0:2/16 and 0:2/4</p><p>D. 0:2/15 and 0:2/4</p>

11. For the SQO instruction’s operation in the following image, which outputs are energized in Step 5?

A. 0:2/0 and 0:2/3

B. 0:2/15 and 0:2/3

C. 0:2/16 and 0:2/4

D. 0:2/15 and 0:2/4

B

42
New cards
<p>12. What sequencer instruction does the following schematic diagram represent?</p><p>A. SQO</p><p>B. SQC</p><p>C. SQL</p><p>D. SQI</p><p></p>

12. What sequencer instruction does the following schematic diagram represent?

A. SQO

B. SQC

C. SQL

D. SQI

A

43
New cards
<p>13. How many sequencer steps are there in the following LLD?</p><p>A. 255</p><p>B. 100</p><p>C. 521</p><p>D. 355</p><p></p><p></p>

13. How many sequencer steps are there in the following LLD?

A. 255

B. 100

C. 521

D. 355

D

44
New cards

14. The total number of steps for SQO, SQC, and SQL are specified in the ____ section.

A. file

B. source

C. length

D. position

C

45
New cards
<p>15. In the following figure, the position is at Step 3. Which output ports are energized</p><p>A. 0:2/0, 0:2/1, 0:2/3, 0:2/6, 0:2/8, and 0:2/10</p><p>B. 0:2/1, 0:2/3, 0:2/6, 0:2/8, and 0:2/10</p><p>C. 0:2/1, 0:2/3, 0:2/6, and 0:2/8</p><p>D. 0:2/0, 0:2/2, and 0:2/4</p><p></p><p></p>

15. In the following figure, the position is at Step 3. Which output ports are energized

A. 0:2/0, 0:2/1, 0:2/3, 0:2/6, 0:2/8, and 0:2/10

B. 0:2/1, 0:2/3, 0:2/6, 0:2/8, and 0:2/10

C. 0:2/1, 0:2/3, 0:2/6, and 0:2/8

D. 0:2/0, 0:2/2, and 0:2/4

D

46
New cards

16. Which of the following statements is true?

A. R6:0/FD can be used in SQO instruction.

B. R6:0/FD can be used by SQL instruction.

C. R6:0/FD can be used by SQC instruction.

D. All of the above.

C

47
New cards

17. Which of the following statements is true?

A. R6:0/DN can be used by SQO instruction.

B. R6: 0/DN can be used by SQL instruction.

C. R6: 0/DN can be used by SQC instruction.

D. All of the above.

D

48
New cards

18. Which of the following statements is true?

A. R6:0/EN can be used by SQO instruction.

B. R6:0/EN can be used by SQL instruction.

C. R6:0/EN can be used by SQC instruction.

D. All of the above.

D

49
New cards

19. You can use register R6:0 as a control register in a sequencer output (SQO) instruction. T/F

T

50
New cards

20. The normally open contact R6:0/DN will close whenever the sequencer output (SQO) instruction is enabled.

F

51
New cards

21. The normally open contact R6:0/FD will close whenever the sequencer compare (SQC) instruction is enabled. T/F

F

52
New cards

22. File B3 may be used to hold the sequencer output (SQO) instruction’s patterns. T/F

T

53
New cards

23. The length parameter specifies the number of words in the sequencer file. T/F

F

54
New cards

24. You can step two or more sequencer instructions simultaneously. T/F

T

55
New cards

25. You must use the reset (RES) instruction to reset the SQO instruction. T/F

T

56
New cards

26. The .LEN and .POS can hold numbers up to 256 since an SQO can have up to 256 steps. T/F

T

57
New cards

27. There are 255 16-bit words in file B3. T/F

F

58
New cards

28. There are 255 16-bit words in file B10. T/F

F

59
New cards

29. The control registers used by sequencer functions SQO, SQL, and SQC are R6:0 through R6:255. T/F

T

60
New cards

30. The ______________________________ instruction transfers data from the sequencer source file to the

output destination module

SQO

61
New cards

31. The ______________________________ instruction is used to control several outputs with multiple step

patterns.

sequencer

62
New cards

32. PLC manufacturers use the table-to-register or file-to-word instruction instead of the

______________________________ instruction

sequencer

63
New cards

33. The normally open ______________________________ input must be closed to energize the sequencer

instruction.

enable

64
New cards

34. When the normally open ______________________________ input is closed, the sequencer instruction

resets to the first output pattern.

reset

65
New cards

35. A low-to-high pulse on the ______________________________ input causes the sequencer to advance to the

next output pattern.

step

66
New cards

36. The number of ______________________________ indicates the number of data patterns the sequencer

instruction must step through.

steps

67
New cards

37. The ______________________________ register holds the first data pattern.

starting

68
New cards

38. The ______________________________ register points to the step that the instruction is on.

step pointer

69
New cards

39. The ______________________________ register is an output group register that indicates the output

terminals on which data is placed.

destination

70
New cards

40. The ______________________________ parameter in the sequencer block holds the total number of steps

that must be completed before the sequencer done status bit (R6:0/DN) coil is energized.

sequencer length

71
New cards

41. The ______________________________ parameter indicates the step that is desired to start the sequencer

instruction.

sequencer position

72
New cards

42. The ______________________________ instruction reads input data from an input module or register and

then compares the input data to the step patterns in a bit data file (B3 or B10) or integer data file (N7).

SQC

73
New cards

43. The ______________________________ instruction is used to read the PLC input module and store the input

data in a file.

SQL

74
New cards

44. The number of sequencer steps can be increased by connecting two sequencers in a(n)

______________________________ arrangement.

cascading

75
New cards

45. The number of outputs that are controlled by the sequencer system can be increased by connecting sequencers

in ______________________________.

parallel