Programmable Logic Controllers Flashcards

(46 cards)

1
Q

What are 3 basic components of a control system

A

Input devices
Controller
Output devices

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

What does the acronym PLC mean?

A

Programmable Logic Controller

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

List 4 advantages of PLC’s over relay control.

A

Lower overall cost

Programmability

Reliability

Expandability

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

How are PLC’s selected

A

According to the number of input and output points (I/O points)

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

What are connected to the input points?

A

Switches and sensors

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

What are connected to the outputs?

A

Pilot lights, contactors & relays that operate motors and valves.

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

How many I/O points can a small PLC have?

A

Fewer than 10

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

How many I/O points can a large PLC have?

A

The may have more than 120000

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

As PLC systems get larger what also increases?

A

Programming
Memory
Communication

Also increase

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

Input devices do what?

A

Sense specific conditions of a process or system

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

A controller does what?

A

Receives information and decides a response either by a hardwired arrangement or software program

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

Output devices do what?

A

Control operating devices to bring about appropriate changes in the system

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

Summarize the advantage of cost

A

PLCs are cheaper long-term – Fewer parts, easier troubleshooting, less space, and lower energy than relay systems.

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

Summarize the advantage of programmability

A

Easy to change and test – Programs can be updated without rewiring and reused for multiple processes. Great for troubleshooting and automation.

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

Summarize the advantage of reliability

A

More durable than relays – No moving parts means less wear, better for harsh environments, and faster switching.

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

Summarize the advantage of expandability

A

Modular and scalable – Easy to add more modules or link PLCs using data networks.

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

What are the 4 components of a modular PLC system

A

Power supply
Backplane
Processor (CPU)
Input/Output (I/O) Modules

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

What kind of voltage is required by the PLC

A

Clean, filtered & regulated DC voltage.

20
Q

Does the PLC power supply feed the field outputs?

21
Q

What’s connected to but electrically isolated from the backplane?

A

Input and output devices

22
Q

What’s the backplane?

A

The power and communication bus for the PLC components

23
Q

The system of an existing PLC can be modified by simply

A

Adding hardware devices

24
Q

True or False:
Input modules provide electrical isolation between the processor and the field device

25
PLC’s have battery backup to ensure
The contents of PLC memory are retained during power down
26
Battery backup is provided in the PLC to
Keep the program in the processor memory during failure
27
The voltage required for the field wiring of magnetic starters from the output modules of programmable controllers depends on the:
Voltage rating of the coil in the magnetic starter
28
What are the primary functions of a PLC processor
Read and store the status of all input devices Execute the user program by solving the programs logic Update the status of inputs
29
What is processor scan
How the processor carries out its functions in sequence
30
What are the different processor memories
RAM ROM EEPROM
31
What’s non volatile memory?
Retains data and programs after the electrical power source has been removed It’s considered permanent
32
What’s volatile memory
Cleared of all memory if it loses its power source.
33
RAM is
Random Access Memory Volatile memory
34
ROM is
Read Only Memory Non volatile memory Fixed at manufacturing
35
EEPROM is
Electrically Erasable Programmable Memory Non volatile memory that can be reprogrammed using a PLC’s programming device.
36
A data highway is a type of:
LAN (Local Area Network)
37
A remote I/O is used to:
Reduce the amount of cabling between the PLC and I/O devices
38
What are discrete inputs?
Switches, relay contacts or sensors that are either off or on. They are not powered by the power module of the plc
39
40
What’s the minimum signal for analog? Why is it so?
4mA 4mA-20mA This allows the PLC to tell the difference between zero percent signal and a broken wire condition
41
How many times is a shield grounded and where
Grounded once and at one end of the cable only
42
What’s the two most common standards of analog signals?
0-10Vdc 4mA-20mA
43
What’s the 5 main types of languages used for programming PLCs
GRAPHIC BASED: Ladder diagrams Function block diagrams Sequential functions TEXT BASED: Structured text Instruction lists
44
Sequential function charts are used for?
Large process controls where several complex functions take place in sequence
45
Discrete input modules provide which types of isolation?
Optoisolation Relay isolation Filter isolation
46
Analog can best be described as
A signal which can vary continuously in value