Introduction
Program Operations
Programming
Motor Control
Timers and Counters
100

PLC's provide a means of controlling machines and other industrial application with a(n) ____________ instead of using hardwired devices. 

Industrial computer

100

The four languages used to program a Studio 5000 PLC are Sequential Function Chart, ____________, Function Block diagram, and Ladder Logic.

Structured Text

100

The file extension given to a Studio 5000 project is ____________.

.ACD

100

A programmable controller's outputs can control both ____________ and electric motors.

Fluid power motors

100

A ____________ timer accumulates the total amount of time the instruction has been energized and retains this value even when de-energized. 

Retentive

200

The three network levels are Enterprise, Automation and ____________, and Field Device.

Control

200

Tags are ____________ names given to PLC memory locations used to store information.

Text-based

200

The MainRoutine may contain all of the program's logic or it may contain instructions that call other routines called ____________.

Subroutines

200

Input instructions having ____________ addresses function as dictated by the state of the OTE output instruction. 

Output

200

The RTO instruction requires a separate ____________ instruction to reset its accumulated value.

RES

300

A PLC and PC are connected in a(n) ___________ network using a single Ethernet cable.

Point-to-Point

300

In the module tag Local:1:I.Data, Local refers to the module's __________

Location

300

The ____________ is the area that displays the ladder logic for the routine.

Routine View

300

The ____________ type defines the size in bits, bytes, or words of data that a tag will use in memory.

Data

300

PLC programs can use timers as well as ___________ to sequence events. 

Limit switches

400

All PLC's must have a(n) ____________ to operate.

User developed project

400

In a PLC program, arranging two XIC instructions in series is an example of a(n) ____________ logic element.

AND

400

One method of controlling multiple outputs at the same time is by placing each output on a separate rung and using multiple input instructions with the same ____________.

Tag

400

Two applications in which interlocks are used are: ____________ safety. 

Sequencing

400

The CTU instruction increases its ____________ by one each time the rung containing the instruction goes from false to true. 

Accumulated value

500

A ____________ is a file that contains a hardware configuration and control program. 

Project

500

Two main areas of a Studio 5000 processor's ____________ are Tasks and Tags.

Memory

500

Using the ____________ option automatically identifies the controller's firmware revision and launches the correct version of Studio 5000.

Open From Upload

500

A variable speed drive (VSD) can be controlled by a ____________.

PLC

500

To enter a CTUD counter instruction, both the CTU and the CTD instructions must have the same ____________. 

Instruction tag