Introduction
Program Operations
Programming
Motor Control
Timers and Counters
100

Control Logix is a __________ bit computer

32

100

The first part of the tag is the ________ of the module.

Location

100

The normally open instruction is called __________.

Examine if Open

100

Convert a conventional two-button start-stop push-button station for a motor starter into PLC format.

See example

100

The three types of timers are: __________, __________, __________

On delay, off delay, retentive

200

List the four different programming languages Control Logix can be programmed in

Ladder logic, function block diagram, sequential function chart, and structured text

200

Until a module receives its _______ the module does not know how it is to operate.

I/O configuration

200

Complete a truth table for NOT logic.

Input Signal     NO Instruction     NC Instruction

     ON                      TRUE              FALSE

     OFF                      FALSE            TRUE

200

The main components of ladder logic are __________, __________, and __________.

Rungs, branches, and instructions

200

The timer stops timing when accumulated and preset values are _________

Equal

300

Control Logix chassis slot numbers are numbered starting with slot _____ on the far left and incrementing in _____ numbers to the right.

0, decimal

300

To create a tag representing how long to mix a solution, we would create a tag called mixer.The data type for this tag is __________.

Timer

300

Name the four categories of PLC Programming projects.

1. The program to be written is being converted from standard schematic to PLC.

2. We are starting a new application from scratch.

3. We are upgrading to a newer system.

4. We are modifying a current project.

300

When the ONS sees a false-to-true transition, the instruction sends a "one-shot" signal to the output instruction, which will execute only __________.

Once

300

Each time the counter instruction sees a __________, a count up counter's accumulated value is incremented by 1.

Transition from false to true

400

Control Logix I/O updates occur __________ to the scan of the logic scan.

Asynchronously

400

If you create a BOOL tag, _____ bits of memory would be consumed

32

400

What are the three different tasks in a PLC project?

Continuous Tasks, Periodic tasks, and Event Tasks

400

What is the RES instruction used for?

Reset the RTO timer back to 0

400

If a counter is overflowed or underflowed, will the controller fault?

No

500

Today, the most popular network for new applications for information transfer between controllers, HMI's, and VFD's is __________.

Ethernet/IP

500

What does the Style parameter set up in the Edit or Monitor Tags window?

Style defines the radix in which the tag's information is displayed in an instruction. The default style is decimal.

500

Convert a combination input logic program of two parallel limit switches and a series control relay that is controlling a pilot light to PLC ladder format.

See example

500

Enter and run the program in the handout. Answer these questions:

1. After 5 seconds, stop the motor. What happens to the accumulated value of the RTO timer?

How do you signal the timer that maintenance has been done?

It stays the same. 

Through the done bit

500

Management has requested that the total number of cars parked in a parking garage for up to 31 days is recorded. There is a status bit or flag that can be used to easily trigger saving the total cars parked, at startup each day. What is that status bit?

Count Up