wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

PLC Instructions Practice

Total questions: 15

Worksheet time: 30mins

Name
Class
Date
1.

What is the SLC 500 normally closed instruction called?

a)

XIC or Examine If Closed

b)

XIO or Examine If Open

c)

PLC or Programmable Logic Controller

d)

NOP or No Operation

2.

What is the purpose of the instruction labeled "I:1" in the diagram?

a)

To control the output instruction labeled "O:2".

b)

To provide power to the circuit.

c)

To act as a timer for the circuit.

d)

To measure voltage in the circuit.

3.

When the input device's physical condition is ON, and the input status table bit is 1, how does the processor evaluate the instruction?

a)

True

b)

False

c)

Undefined

d)

Error

4.

What does the SLC 500 output instruction refer to as?

a)

Output enable or OTE instruction

b)

Input enable or ITE instruction

c)

Parallel enable or PTE instruction

d)

Series enable or STE instruction

5.

How must multiple outputs be programmed in an SLC 500 program?

a)

In series

b)

In parallel

c)

In sequence

d)

In random order

6.

What does each instruction on a ladder rung require to associate with the field device and data table it examines?

a)

A unique identifier

b)

An address

c)

A memory location

d)

A data type

7.

What is the typical OTE address format?

a)

I:1/0

b)

O:2/1

c)

X:3/2

d)

A:4/3

8.

What characteristic is shared by both OTL and OTU instructions?

a)

They are non-retentive instructions.

b)

They are retentive instructions.

c)

They are used for memory initialization.

d)

They are used for processor reset.

9.

What is the primary purpose of latching in ladder logic?

a)

To maintain the state of an output even after the input is deactivated.

b)

To reset the entire circuit to its initial state.

c)

To increase the speed of the circuit.

d)

To reduce the power consumption of the circuit.

10.

What happens to the output when the "L" instruction is activated in the ladder logic diagram?

a)

The output is turned off.

b)

The output is latched and remains on.

c)

The output is reset to its initial state.

d)

The output is temporarily activated.

11.

What is the purpose of programming a latching instruction before an unlatch instruction in a control system?

a)

To ensure the output remains active until explicitly turned off.

b)

To prevent the system from starting.

c)

To reduce the power consumption of the system.

d)

To increase the speed of the system.

12.

Which input module is referenced in the ladder diagram for the latching and unlatching instructions?

a)

1746-IA8.

b)

1746-OB16.

c)

1746-IB8.

d)

1746-OA16.

13.

What is the purpose of the colon (:) in bit file addressing?

a)

It identifies the element number.

b)

It separates the file type and file number.

c)

It identifies this as file 3.

d)

It indicates a bit instruction.

14.

In a PLC project, what is true about the number of program files?

a)

There can only be one program file

b)

There may be more than one program file

c)

There must be exactly two program files

d)

There cannot be any program files

15.

Which data file is represented by the abbreviation "T4"?

a)

Timer

b)

Counter

c)

Control

d)

Status