wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Lesson 9 PLC Counter

Total questions: 11

Worksheet time: 6mins

Name
Class
Date
1.

Which scenario best describes how a preset counter operates in an automation system?

a)

It changes limits based on ambient temperature fluctuations

b)

It resets automatically at random intervals during operation

c)

It displays totals but never affects external circuits

d)

It triggers an output when the count reaches set limits

2.

A mechanical counter with an actuating lever is being used to tally parts. What single action increases the tally by one?

a)

Turning the housing to engage internal gears

b)

Pressing the side pushbutton to reset to zero

c)

Moving the lever once then holding it forward

d)

Moving the lever once and letting it return

3.

An electronic counter on a conveyor must add one count for each part and subtract one when a part is removed before packaging. Which configuration satisfies this requirement?

a)

Manual reset with no external sensors

b)

Up counting only using a photocell sensor

c)

Down counting only using a limit switch

d)

Combined up/down counting with two sensors

4.

In a coil-formatted CTU counter, what event causes the accumulated value to increment by one?

a)

Any change of input state either direction

b)

A true-to-false transition of the input

c)

A false-to-true transition of the input

d)

A rising edge only when output is closed

5.

When the accumulated count reaches the preset in a CTU, what happens to the counter output contact?

a)

It energizes and closes for use as NO or NC

b)

It pulses once then returns open

c)

It latches permanently until power cycle

d)

It opens and disables all rungs

6.

In a PLC, what happens to a counter’s accumulated value after a processor shutdown and subsequent power-up, assuming no reset condition is active?

a)

It is restored to the prior value

b)

It clears to zero automatically

c)

It doubles due to restart pulses

d)

It randomly initializes to a preset

7.

In the ladder program, which condition turns ON the Red pilot light (O:2/0)?

a)

PB1 energized with counter not done

b)

Counter Done Bit C5:1/DN is true

c)

Accumulated value equals preset minus one

d)

PB2 reset instruction is active

8.

In a PLC-5/SLC 500 counter, which status bit indicates the counter has reached or exceeded the preset?

a)

CU count-up enabled

b)

DN done condition met

c)

UN underflow detected

d)

OV overflow detected

9.

In RSLogix, which command is used to increment a counter on rising input transitions from a proximity switch?

a)

CTU count-up on rising edges

b)

RES reset on power cycle only

c)

CTD count-down on falling edges

d)

HSC high-speed with external module

10.

In a one-shot (transitional) contact program, what best describes the behavior of the one-shot output once it is triggered?

a)

Extends on-time proportionally with input duration

b)

Turns on for one program scan then turns off

c)

Remains off unless the input is latched

d)

Alternates on and off for multiple scan cycles

11.

An engineer needs to automatically clear a counter exactly once when an input goes from off to on. Which programming element should be used?

a)

Standard maintained contact logic rung

b)

On-delay timer with long preset value

c)

Retentive counter with manual reset

d)

One-shot transitional contact rung