PLC 1 Flashcards

1
Q

also referred to as
programmable controllers, are in the computer family.

A

Programmable Logic Controllers(PLCs)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

monitors
inputs, makes decisions based on its program, and controls
outputs to automate a process or machine.

A

Programmable Logic Controllers(PLCs)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Parts of PLC

A

input modules or points, a Central Processing
Unit (CPU), and output modules or points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

input modules or points, a Central Processing
Unit (CPU), and output modules or points.

A

PLC parts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

accepts a
variety of digital or analog signals from various field devices
(sensors) and converts them into a logic signal that can be used
by the CPU.

A

INPUT or INPUT modules or points

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

CPU

A

makes decisions and executes control
instructions based on program instructions in memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

makes decisions and executes control
instructions based on program instructions in memory.

A

CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

NPUT or INPUT modules or points

A

accepts a
variety of digital or analog signals from various field devices
(sensors) and converts them into a logic signal that can be used
by the CPU.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

convert control instructions from the CPU into a digital
or analog signal that can be used to control various field devices
(actuators).

A

Output
modules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Output
modules

A

convert control instructions from the CPU into a digital
or analog signal that can be used to control various field devices
(actuators).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

is used to input the desired
instructions. These instructions determine what the PLC will do
for a specific input.

A

Programming Device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Programming Device

A

is used to input the desired
instructions. These instructions determine what the PLC will do
for a specific input.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

allows process
information to be displayed and new control parameters to be
entered.

A

An operator interface device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

An operator interface device

A

allows process
information to be displayed and new control parameters to be
entered.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Prior to PLCs, what are the devices used to control the task done by PLC

A

RELAY controls or Contactor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

RELAY controls or Contactor

A

devices used to control the task prior to PLCs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Hard-wiring

A

Method used for automating Inputs and outputs of a system through relay or contactor.Circuit diagrams had to be designed, electrical

components specified and installed, and wiring lists created.
Electricians would then wire the components necessary to
perform a specific task. If an error was made the wires had
to be reconnected correctly. A change in function or system
expansion required extensive component changes and rewiring.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Method used for automating Inputs and outputs of a system through relay or contactor.Circuit diagrams had to be designed, electrical

components specified and installed, and wiring lists created.
Electricians would then wire the components necessary to
perform a specific task. If an error was made the wires had
to be reconnected correctly. A change in function or system
expansion required extensive component changes and rewiring.

A

Hard Wiring

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

advantages of PLCs

A

Smaller physical size than hard-wire solutions.
* Easier and faster to make changes.
* PLCs have integrated diagnostics and override functions.
* Diagnostics are centrally available.
* Applications can be immediately documented.
* Applications can be duplicated faster and less expensively.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Samples of application of PLCs

A

smaller, stand-alone applications such as elevators, car washes,
or mixing machines. It can also be used on more complex
industrial applications such as bottling and packaging machines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Characteristics of number systems

A

digits, base, weight.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

information in the form of
On or Off conditions (1 or 0),

A

Binary digits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

digits in terms of Decimal

A

0,1,2,3,4,5,6,7,8,9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Base or Radix in terms of Decimal

A

10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Weights in decimal
1, 10, 100, 1000 etc. (power of 10s)
25
Weights in decimal
Powers of base 2(1, 2, 4, 8, 16,...)
26
sensor
is a device that converts a physical condition into an electrical signal for use by the PLC.
27
is a device that converts a physical condition into an electrical signal for use by the PLC.
Sensor
28
Sensors are connected to
Input of PLC
29
convert an electrical signal from the PLC into a physical condition. connected to the PLC output.
Actuator
30
Actuator
convert an electrical signal from the PLC into a physical condition. connected to the PLC output.
31
Voltage input of PLC
24 VDC
32
analog input
is an input signal that has a continuous signal.
33
what inputs are those that may vary from 0 to 20 milliamps, 4 to 20 milliamps, or 0 to 10 volts.
analog input since they can vary
34
discrete output
an output that is either in an ON or OFF condition.
35
Solenoids, contactor coils, and lamps are examples of actuator devices connected to
discrete outputs.
36
Discrete outputs may also be referred to as
Digital outputs
37
Examples of analog meter
speed, weight, and temperature.
38
speed, weight, and temperature.
Examples of analog meter
39
is a microprocessor system that contains the system memory and is the PLC decision- making unit.
The central processor unit
40
monitors the inputs and makes decisions based on instructions held in the program memory.
CPU
41
performs relay, counting, timing, data comparison, and sequential operations.
CPU
42
consists of one or more instructions that accomplish a task.
Program
43
simply constructing a set of instructions.
Programming a PLC
44
ladder logic, statement lists, or function block diagrams.
Different PLC programming methods
45
Different PLC programming methods
ladder logic, statement lists, or function block diagrams.
46
one programming language used with PLCs.
Ladder logic (LAD)
47
uses components that resemble elements used in a line diagram format to describe hard-wired control.
Ladder Logic
48
represents the power or energized conductor.
Left Vertical line
49
represents the neutral or return path of the circuit.
output element or instruction
50
represents the return path on a hard-wired control line diagram, is omitted.
Right Vertical line
51
Ladder logic diagrams are read from
left-to-right, top-to-bottom.
52
are sometimes referred to as networks.
Rungs
53
may have several control elements, but only one output coil.
Network
54
provides another view of a set of instructions.
statement list (STL)
55
in STL he operation, what is to be done, is shown on
left
56
in STL The operand, the item to be operated on by the operation, is shown on the
RIGHT
57
in STL A comparison between the statement list shown
below
58
provide another view of a set of instructions.
Function Block Diagrams (FBD)
59
in FBD, Functions are indicated by a
Rectangle
60
are shown on the left-hand side of the rectangle
Inputs
61
are shown on the right-hand side.
OUTPUTS
62
The PLC program is executed as part of a repetitive process referred to as a
scan
63
A PLC scan starts with
CPU reading the status of inputs.
64
The application program is executed using
the status of inputs.
65
Once the program is completed,
the CPU performs internal diagnostics and communication tasks.
66
The scan cycle ends by
updating the outputs, then starts over.
67
any information in a form that a computer or PLC can use.
Software
68
is the actual equipment. The PLC, the programming device, and the connecting cable are examples of
Hardware
69
is memory where data can be directly accessed at any address.
RAM (Random Access Memory)
70
Data can be written to and read from
RAM (Random Access Memory)
71
is used as a temporary storage area and is volatile.
RAM (Random Access Memory)
72
the data stored in RAM will be (____) if power is lost.
lost
73
is a type of memory that data can be read from but not written to and This type of memory is used to protect data or programs from accidental erasure.
Read Only Memory (ROM)
74
this memory type is nonvolatile. This means a user program will not lose data during a loss of electrical power.
Read Only Memory (ROM)
75
(EPROM)
Erasable Programmable Read Only Memory
76
provides some level of security against unauthorized or unwanted changes in a program.
Erasable Programmable Read Only Memory
77
EPROMs are designed so that data stored in them can be read, but not easily altered.
EPROM
78
can only be erased with an ultraviolet light.
UVEPROMs (ultraviolet erasable programmable read only memory)
79
memory), can only be erased electronically.
EEPROM (electronically erasable programmable read only memory),
80
user or application specific software burned into EPROM and delivered as part of the hardware.gives the PLC its basic functionality.
Firmware