+ All Categories
Home > Documents > ExamView - MECH 1500 Final Review - Edl · PDF fileMECH 1500 Final Part 2 ... A timer's delay...

ExamView - MECH 1500 Final Review - Edl · PDF fileMECH 1500 Final Part 2 ... A timer's delay...

Date post: 06-Feb-2018
Category:
Upload: dinhkhanh
View: 362 times
Download: 5 times
Share this document with a friend
15
Name: ________________________ Class: ___________________ Date: __________ ID: A 1 MECH 1500 Final Part 2 Review True/False Indicate whether the statement is true or false. ____ 1. Programmed counters can serve the same function as mechanical counters. ____ 2. Every PLC model offers some form of counter instruction. ____ 3. Counters are similar to timers, except that they do not operate on an internal clock. ____ 4. The output of the counter is energized whenever the accumulated count is less than or equal to the preset count. ____ 5. PLC counters are normally nonretentive. ____ 6. Some PLC counters operate on the leading edge of the input signal, while others operate on the trailing edge. ____ 7. All PLC manufacturers require the reset rung or line to be true to reset the counter. ____ 8. A transitional off-to-on contact will allow logic continuity for one scan and then open, even though the triggering signal may stay on. ____ 9. A down-counter output instruction will decrement by 1 each time the counted event occurs. ____ 10. In normal use, the down-counter is used in conjunction with the up-counter to form an up/down-counter. ____ 11. All up-counters count only to their preset values, and additional counts are ignored. ____ 12. The counter reset (RES) instruction, it is always given the same address as the counter it is to reset. ____ 13. The counter enable bit is true whenever the counter instruction is false. ____ 14. The counter accumulated value is the current count based on the number of times the rung goes from false to true. ____ 15. The counter number C5:4 represents counter file 5, counter 4 in that file. ____ 16. Encoder pulses can be counted to measure distance. ____ 17. A counter instruction is an input instruction. ____ 18. A counter's input signal can come from an external device such as a sensor. ____ 19. Up and down counters may be programmed together to count up and down.
Transcript
Page 1: ExamView - MECH 1500 Final Review - Edl · PDF fileMECH 1500 Final Part 2 ... A timer's delay time equals the value in the ACC multiplied by ... This means that if your accumulated

Name: ________________________ Class: ___________________ Date: __________ ID: A

1

MECH 1500 Final Part 2 Review

True/FalseIndicate whether the statement is true or false.

____ 1. Programmed counters can serve the same function as mechanical counters.

____ 2. Every PLC model offers some form of counter instruction.

____ 3. Counters are similar to timers, except that they do not operate on an internal clock.

____ 4. The output of the counter is energized whenever the accumulated count is less than or equal to the preset count.

____ 5. PLC counters are normally nonretentive.

____ 6. Some PLC counters operate on the leading edge of the input signal, while others operate on the trailing edge.

____ 7. All PLC manufacturers require the reset rung or line to be true to reset the counter.

____ 8. A transitional off-to-on contact will allow logic continuity for one scan and then open, even though the triggering signal may stay on.

____ 9. A down-counter output instruction will decrement by 1 each time the counted event occurs.

____ 10. In normal use, the down-counter is used in conjunction with the up-counter to form an up/down-counter.

____ 11. All up-counters count only to their preset values, and additional counts are ignored.

____ 12. The counter reset (RES) instruction, it is always given the same address as the counter it is to reset.

____ 13. The counter enable bit is true whenever the counter instruction is false.

____ 14. The counter accumulated value is the current count based on the number of times the rung goes from false to true.

____ 15. The counter number C5:4 represents counter file 5, counter 4 in that file.

____ 16. Encoder pulses can be counted to measure distance.

____ 17. A counter instruction is an input instruction.

____ 18. A counter's input signal can come from an external device such as a sensor.

____ 19. Up and down counters may be programmed together to count up and down.

Page 2: ExamView - MECH 1500 Final Review - Edl · PDF fileMECH 1500 Final Part 2 ... A timer's delay time equals the value in the ACC multiplied by ... This means that if your accumulated

Name: ________________________ ID: A

2

____ 20. Counters can count past their preset values.

____ 21. For the timer relay contact shown, when the relay coil is energized, there is a time delay

before the contact closes.

____ 22. For the timer relay contact shown, when the relay coil is de-energized, there is a time delay before the

contact opens.

____ 23. For the timer relay contact shown, when the relay coil is de-energized, there is a

time delay before the contact closes.

____ 24. For the timer relay contact shown, when the relay coil is energized, there is a time delay before the contact

opens.

____ 25. PLC timers are input instructions that provide the same functions as mechanical timing relays.

____ 26. Timer instructions are found on all PLCs manufactured today.

____ 27. The retentive timer reset (RES) instruction is always given the same address as the timer it resets.

____ 28. An alarm is to be switched on whenever a piping system has sustained a cumulative overpressure of 60 s. The

most directly applicable timer to use would be the on-delay nonretentive timer.

____ 29. A lamp is to be switched off 10 s after a switch has been switched from it's on to off position. The most

directly applicable timer to use would be the off-delay nonretentive timer.

____ 30. When a time-delay period longer than the maximum preset time allowed for a single timer is required, the

problem can be solved by programming two or more timers together.

Page 3: ExamView - MECH 1500 Final Review - Edl · PDF fileMECH 1500 Final Part 2 ... A timer's delay time equals the value in the ACC multiplied by ... This means that if your accumulated

Name: ________________________ ID: A

3

____ 31. Normally, the reset input to a timer will override the control input of the timer.

____ 32. A retentive timer must be completely timed out to be reset.

____ 33. Retentive timers lose the accumulated time every time the rung condition becomes false.

____ 34. The instantaneous contacts of a timer have no time-delay period associated with them.

____ 35. The accumulated time of a TOF timer is reset by causing the rung to go true momentarily.

____ 36. A RES (reset) instruction must be used to zero the accumulated value in an RTO timer.

____ 37. A timer's delay time equals the value in the ACC multiplied by the time base.

____ 38. Timers can be retentive or non-retentive.

____ 39. An RTO timer retains the present accumulated value when the rung goes false.

____ 40. A TOF timer starts to accumulate time when the rung becomes true.

____ 41. A TOF timer starts to accumulate time when the rung makes a true to false transition.

Multiple ChoiceIdentify the choice that best completes the statement or answers the question.

____ 42. Programmed counters can:a. count up.b. count down.c. be combined to count up and down.d. all of these.

____ 43. The counter instruction is found on:a. all PLCs.b. small-size PLCs.c. medium-size PLCs.d. large-size PLCs.

____ 44. The PLC counter instruction is similar to the:a. internal relay instruction.b. transitional contact instruction.c. relay coil and contact instruction.d. timer instruction.

Page 4: ExamView - MECH 1500 Final Review - Edl · PDF fileMECH 1500 Final Part 2 ... A timer's delay time equals the value in the ACC multiplied by ... This means that if your accumulated

Name: ________________________ ID: A

4

____ 45. The output of a PLC counter is energized when the:a. accumulated count equals the preset count.b. preset count is greater than the accumulated count.c. counter input rung is true.d. counter input rung is false.

____ 46. Which of the following is not usually associated with a PLC counter instruction?a. Addressb. Preset valuec. Time based. Accumulated value

____ 47. A PLC up-counter (CTU) counter counts:a. scan transitions.b. true-to-false transitions.c. false-to-true transitions.d. both b and c!

____ 48. When the up-counter reset is set to true, the following happens:a. the preset value is set to 0.b. the preset value increments.c. the accumulated value is set to 0.d. the accumulated value is set to maximum.

____ 49. For the counter table shown, word level addressing is used for:

a. CU, CD, DN, OV, UN, and UAb. CU, CD, and DNc. OV and UNd. PRE and ACC

____ 50. In an up-counter, when the accumulated count exceeds the preset count without a reset, the accumulated count will:a. set itself to zero.b. start decrementing.c. continue incrementing.d. hold the accumulated value.

Page 5: ExamView - MECH 1500 Final Review - Edl · PDF fileMECH 1500 Final Part 2 ... A timer's delay time equals the value in the ACC multiplied by ... This means that if your accumulated

Name: ________________________ ID: A

5

____ 51. When the accumulated count exceeds the preset count, the:a. accumulated value is set to zero.b. preset is set to zero.c. reset changes state.d. counter done bit is true.

____ 52. The counter RES instruction:a. is used to reset the counter.b. is given the same reference address as the counter instruction.c. decrements the count when actuated.d. both a and b.

____ 53. For the PLC counter to reset, the counter reset rung must:a. be true.b. be false.c. be either true or false, depending on the manufacturer.d. undergo a true-to-false transition.

____ 54. Normally counters are retentive. This means that if your accumulated count is up to 300 and power to your system is lost, when power is restored the accumulated count will be:a. 000b. 250c. 300d. 999

____ 55. A PLC down-counter (CTD) counter counts:a. scan transitions.b. true-to-false transitions.c. false-to-true transitions.d. both b and c.

____ 56. The accumulated count of a CTD counter:a. increments with each true-to-false transition.b. decrements with each true-to-false transition.c. decrements with each false-to-true transition.d. increments with each false-to-true transition.

____ 57. The accumulated count of a CTU counter:a. increments with each true-to-false transition.b. decrements with each true-to-false transition.c. decrements with each false-to-true transition.d. increments with each false-to-true transition.

Page 6: ExamView - MECH 1500 Final Review - Edl · PDF fileMECH 1500 Final Part 2 ... A timer's delay time equals the value in the ACC multiplied by ... This means that if your accumulated

Name: ________________________ ID: A

6

____ 58. Output PL2 will be energized:

a. until the accumulated value equals the preset value.b. when the accumulated value equals the preset value.c. only when the accumulated value exceeds 10.d. only when the accumulated value is zero.

____ 59. The output Lot Full Light will be energized when the accumulated count is:

a. 0 c. 100b. 150 d. 300

____ 60. Certain contacts of a mechanical timing relay are designed to operate at a preset time interval:

a. after the coil is energized. c. after power is applied to the circuit.

b. after the coil is de-energized. d. either a or b.

Page 7: ExamView - MECH 1500 Final Review - Edl · PDF fileMECH 1500 Final Part 2 ... A timer's delay time equals the value in the ACC multiplied by ... This means that if your accumulated

Name: ________________________ ID: A

7

____ 61. The relay contact drawn is designed to operate so that:

a. when the relay coil is energized, there is a time delay in closing.

b. when the relay coil is energized, there is a time delay in opening.

c. when the relay coil is de-energized, there is a time delay before the

contact opens.

d. when the relay coil is de-energized, there is a time delay before the

contact closes.

____ 62. In the hardwired circuit shown, the light will stay on:

a. as long as S1 is closed.

b. for 5 s after coil TD is energized.

c. for 5 s after coil TD is de-energized.

d. both a and c.

____ 63. Which one of the following timer parameters determines the time duration for the timing circuit?

a. Accumulated time. c. Timer address.

b. Preset time. d. Time base.

____ 64. Which one of the following timer parameters represents the value that increments as the timer is timing.?

a. Accumulated time. c. Timer address.

b. Preset time. d. Time base

____ 65. Which one of the following timer parameters determines the accuracy of the timer?

a. Accumulated time. c. Timer address.

b. Preset time. d. Time base.

Page 8: ExamView - MECH 1500 Final Review - Edl · PDF fileMECH 1500 Final Part 2 ... A timer's delay time equals the value in the ACC multiplied by ... This means that if your accumulated

Name: ________________________ ID: A

8

____ 66. For the timer program shown, output B is switched ON when:

a. power is applied.

b. input A is closed.

c. the timer is accumulating time.

d. the accumulated value equals the preset value.

____ 67. For the timer program shown, output D is switched ON when:

a. power is applied.

b. input A is closed.

c. the timer is accumulating time.

d. the accumulated value equals the preset value.

Page 9: ExamView - MECH 1500 Final Review - Edl · PDF fileMECH 1500 Final Part 2 ... A timer's delay time equals the value in the ACC multiplied by ... This means that if your accumulated

Name: ________________________ ID: A

9

____ 68. For the programmed timer circuit shown, the pilot light should come on:

a. as soon as the switch is closed.

b. before the switch is closed.

c. for 15 seconds after the switch is opened.

d. both a and c.

____ 69. The type of timer program shown is a:

a. retentive on-delay.

b. retentive off-delay.

c. nonretentive off-delay

d. nonretentive on-delay.

____ 70. To reset a retentive timer, the:

a. AC time must be greater than the PR time.

b. PR time must be greater than the AC time.

c. AC time must equal the PR time.

d. none of these.

Page 10: ExamView - MECH 1500 Final Review - Edl · PDF fileMECH 1500 Final Part 2 ... A timer's delay time equals the value in the ACC multiplied by ... This means that if your accumulated

Name: ________________________ ID: A

10

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

a. Preset c. Set Point

b. Desired Time d. Lapsed Time

____ 72. When the timing of a device is not reset on a loss of power, the timing is said to be:

a. continuous c. retentive

b. holding d. saved

____ 73. RES instructions are used with:

a. TOF timers c. RTO timers

b. TON timers d. all of these

Short Answer

74. Draw the logic circuit and complete a truth table for the Boolean equation (A+B)C = Y

75. Draw the logic circuit and complete a truth table for the Boolean equation AB + CD = Y

76. Draw the Ladder Logic for the Boolean equation AB + C = Y

Essay

77. Study all your study guides from the quizzes and study all your old quizzes and midterms.

Page 11: ExamView - MECH 1500 Final Review - Edl · PDF fileMECH 1500 Final Part 2 ... A timer's delay time equals the value in the ACC multiplied by ... This means that if your accumulated

ID: A

1

MECH 1500 Final Part 2 ReviewAnswer Section

TRUE/FALSE

1. ANS: T PTS: 1 2. ANS: T PTS: 1 3. ANS: T PTS: 1 4. ANS: F PTS: 1 5. ANS: F PTS: 1 6. ANS: F PTS: 1 7. ANS: F PTS: 1 8. ANS: T PTS: 1 9. ANS: T PTS: 1 10. ANS: T PTS: 1 11. ANS: F PTS: 1 12. ANS: T PTS: 1 13. ANS: F PTS: 1 14. ANS: T PTS: 1 15. ANS: T PTS: 1 16. ANS: T PTS: 1 17. ANS: F PTS: 1 18. ANS: T PTS: 1 19. ANS: T PTS: 1 20. ANS: T PTS: 1 21. ANS: T PTS: 1 22. ANS: T PTS: 1 23. ANS: T PTS: 1 24. ANS: T PTS: 1 25. ANS: F PTS: 1 26. ANS: T PTS: 1 27. ANS: T PTS: 1 28. ANS: F PTS: 1 29. ANS: T PTS: 1 30. ANS: T PTS: 1 31. ANS: T PTS: 1 32. ANS: F PTS: 1 33. ANS: F PTS: 1 34. ANS: T PTS: 1 35. ANS: F PTS: 1 36. ANS: T PTS: 1 37. ANS: F PTS: 1 38. ANS: T PTS: 1 39. ANS: T PTS: 1

Page 12: ExamView - MECH 1500 Final Review - Edl · PDF fileMECH 1500 Final Part 2 ... A timer's delay time equals the value in the ACC multiplied by ... This means that if your accumulated

ID: A

2

40. ANS: F PTS: 1 41. ANS: T PTS: 1

MULTIPLE CHOICE

42. ANS: D PTS: 1 43. ANS: B PTS: 1 44. ANS: D PTS: 1 45. ANS: A PTS: 1 46. ANS: C PTS: 1 47. ANS: C PTS: 1 48. ANS: C PTS: 1 49. ANS: D PTS: 1 50. ANS: C PTS: 1 51. ANS: D PTS: 1 52. ANS: D PTS: 1 53. ANS: C PTS: 1 54. ANS: C PTS: 1 55. ANS: C PTS: 1 56. ANS: B PTS: 1 57. ANS: A PTS: 1 58. ANS: B PTS: 1 59. ANS: B PTS: 1 60. ANS: D PTS: 1 61. ANS: D PTS: 1 62. ANS: B PTS: 1 63. ANS: B PTS: 1 64. ANS: A PTS: 1 65. ANS: D PTS: 1 66. ANS: B PTS: 1 67. ANS: D PTS: 1 68. ANS: D PTS: 1 69. ANS: D PTS: 1 70. ANS: D PTS: 1 71. ANS: A PTS: 1 72. ANS: C PTS: 1 73. ANS: C PTS: 1

Page 13: ExamView - MECH 1500 Final Review - Edl · PDF fileMECH 1500 Final Part 2 ... A timer's delay time equals the value in the ACC multiplied by ... This means that if your accumulated

ID: A

3

SHORT ANSWER

74. ANS:

PTS: 1

Page 14: ExamView - MECH 1500 Final Review - Edl · PDF fileMECH 1500 Final Part 2 ... A timer's delay time equals the value in the ACC multiplied by ... This means that if your accumulated

ID: A

4

75. ANS:

PTS: 1 76. ANS:

PTS: 1

Page 15: ExamView - MECH 1500 Final Review - Edl · PDF fileMECH 1500 Final Part 2 ... A timer's delay time equals the value in the ACC multiplied by ... This means that if your accumulated

ID: A

5

ESSAY

77. ANS: See the Question

PTS: 1


Recommended