wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Lesson 8 PLC TIMER

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What devices are used to create delays in industrial control systems?

a)

Pressure switches and flow sensors

b)

Variable frequency drives and PLCs

c)

Magnetic contactors and overload protectors

d)

Time delay relays and solid-state timers

2.

What happens to the contacts in an on-delay timing relay when the coil is turned on?

a)

They keep opening and closing during the delay

b)

They make a quick noise and then stop

c)

They stay in their normal position until the delay is over

d)

They change position right away when the coil is turned on

3.

What part controls the instant contacts in a relay?

a)

External control switch

b)

Magnetic field of the operating coil

c)

Time adjustment mechanism

d)

Timed contact cam assembly

4.

What happens to the timed contacts when the coil is turned off?

a)

They stay locked until the coil is turned back on

b)

They start a delay before returning

c)

They remain in the last position until reset

d)

They go back to normal immediately

5.

What type of relay contact should be used to start a motor after a delay when a start signal is given?

a)

Instant NO contact from the relay

b)

Delayed NO contact after a set time

c)

Delayed NC contact that skips the wait

d)

Instant NC contact in line

6.

Which type of contact closes after a delay when the relay coil is powered, but is open when it is not powered?

a)

NOTC on-delay normally open contact

b)

NCTO on-delay normally closed contact

c)

NOTO off-delay normally open contact

d)

NCTC off-delay normally closed contact

7.

Why might engineers pick a 0.01 s time base instead of 1 s?

a)

To keep outputs on for a longer time

b)

To use less memory for saved values

c)

To have better timing accuracy and shorter waits

d)

To stop ACC from ever matching PRE

8.

What does an on-delay timer do in ladder logic?

a)

Turns on the output after a set time when the rung is true

b)

Turns on the output right away when the rung is true

c)

Turns off the output after a set time when the rung is true

d)

Switches the output on and off repeatedly while the rung is true

9.

In Allen-Bradley PLCs, a timer uses three words in the data table. Which set lists them correctly?

a)

Preset, interval, elapsed

b)

Status, preset, interval

c)

Control, preset, accumulated

d)

Control, scaling, status

10.

Which control bit shows that the timer is active because the conditions are met?

a)

TT bit shows active timer

b)

DN bit shows active timer

c)

ACC word shows active timer

d)

EN bit shows active timer

11.

When an on-delay timer is running but not finished, which bit is usually true?

a)

EN bit is false while it is running

b)

ACC word resets while it is running

c)

DN bit is true while it is running

d)

TT bit is true while it is running

12.

What happens when the set time is reached for an on-delay timer?

a)

The ACC word becomes true

b)

The DN bit becomes true

c)

The TT bit becomes true

d)

The EN bit becomes true

13.

When is the EN bit not true?

a)

The timer rung is not true

b)

The timer has reached its set time

c)

The timer value is increasing

d)

The timer TT bit is true

14.

What happens to the control bits when an on-delay timer is active?

a)

Timer off: EN true, TT false, DN true

b)

Timer off and counting: EN true, TT true, DN false

c)

Timer on: EN false, TT true, DN true

d)

Timer on and counting: EN true, TT true, DN false

15.

What word in the data table shows how much time has passed on the timer?

a)

Accumulated word shows elapsed time

b)

Control word shows elapsed time

c)

Status word shows elapsed time

d)

Preset word shows elapsed time

16.

In a TON instruction, when does the timer output turn ON?

a)

As soon as the input is true

b)

After the set delay time is over

c)

When the EN bit is false

d)

When the TT bit goes back to false

17.

What does the DN bit do when the timer finishes counting in an on-delay timer?

a)

It goes back to zero

b)

It turns true

c)

It switches between true and false

d)

It stays false until the next time

18.

What type of timer is used to keep a motor running for a short time after it gets a stop signal?

a)

Instant timer

b)

Off-delay timer

c)

Pulsing timer

d)

On-delay timer

19.

Which bit shows that the timer is running?

a)

TT bit

b)

DN bit

c)

EN bit

d)

ACC word

20.

What is the primary purpose of using a timer in a control system?

a)

To increase the power supply

b)

To monitor temperature changes

c)

To create delays for process control

d)

To measure the speed of the motor