PLCs Flashcards

1
Q

How are PLCs usually selected?

A

According to the number of input and output points they can service.

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

What side of an I/O point are switches and sensors connected to on a PLC?

A

Input

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

What might be connected to the output of an IO point within a PLC?

A

Pilot lights

Contactors and relays

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

True or false: the programming, memory, and communication requirements on a PLC remain the same regardless of size.

A

False. In larger systems, these requirements increase.

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

How many IO points could you expect to see in a “Large” system?

A

120 000

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

What devices comprise a control system?

A

Input devices
Controller
Output devices

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

What device receives information from an input device and decides upon a response?

A

Controller

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

What device of a control system would a solenoid be? (In/out/control)

A

Output device

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

What device in the control system would a thermostat be? (In/out/control)

A

Input

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

What are the advantages of using PLCs?

A

Lower overall cost
Programmability
Reliability
Expandability

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

What factors contribute to the cost advantages of a PLC? (Vs. Control panels using relays)

A
  • less maintenance (no mechanical parts wearing out)
  • troubleshooting is easier and reduces down time
  • physically smaller
  • smaller energy requirements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What factors contribute to the programmability of PLCs?

A
  • using software increases level of process automation
  • can be updated without changes in hardwiring
  • program can be revised while system in operation
  • one program can be used for several identical processes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What factors contribute to the reliability of PLCs?

A

solid state technology

   - able to operate in many environments
   - static electronic switching (no movingparts)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a communication data highway?

A

A link between two PLC systems (as in adding another system to expand, and linking the two with a communication data highway)

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

What are the major hardware components of a modular PLC system?

A

Power supply
Backplane
Processor (CPU)
I/O modules

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

What type of power is supplied to the PLC and its components?

A

DC power

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

Which specific devices does the power supply feed power to? Which devices does it NOT?

A

Supplies power to the processor (CPU) and I/O modules.

Does NOT supply power to field I/O devices

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

True or false:

I/O devices are electrically isolated from backplane, and CPU but connected to I/O modules and PLC power supply

A

False. electrically isolated from backplane, CPU, and PLC power supply

Connected to IO modules

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

What is the function of a backplane?

A

1) Allows communication btwn CPU and and other components

2) Distributes power for internal operation of processor and IO modules

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

What hardware component is the power and communication bus for PLC components?

A

Backplane

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

If the PLC does not have a chassis, how is the continuity of the backplane maintained?

A

By connectors on the sides of the modules and at the end plates which snap together.

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

What kind of PLC is not designed to be readily taken apart and replaced?

A

Shoebox PLC

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

What is a common application of shoebox PLCs?

A

Often used to replace small relay control systems.

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

What makes a shoebox PLC unique?

A

Do not have separate power, processor, or I/O modules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What are the primary functions of a PLC processor?
1) read and store status of all input devices 2) execute user program by solving programs logic 3) update status of all the outputs
26
What a processor scan?
The sequence by which a processor carries out its functions
27
what are the types of memory used in PLCs?
RAM, ROM, EEPROM
28
What type of memory requires backup battery supply to keep stored data or to keep programs in tact when power is removed?
Volatile
29
Which type of memory is considered permanent?
Non-volatile
30
Which type of memory is easily altered to update or change programs?
Volatile
31
What does RAM stand for?
Random access memory
32
What kind of memory is RAM memory?
Volatile (usually)
33
What type of RAM memory is provided a memory chip with a self-contained battery within the package
Non-volatile RAM
34
What does ROM stand for?
Read only memory
35
What type of memory is ROM?
Non-volatile
36
(RAM/ROM) systems cannot be altered or written to by a user. Ie. Program fixed at manufacture.
ROM
37
The basic input/output system is stored in ________ (RAM/ROM). Why?
ROM. so the PLC recognizes its components when it is first turned on.
38
What does EEPROM stand for?
Electrically erasable programmable memory
39
Is EEPROM considered volatile or non-volatile?
Non-volatile
40
What's an example of a type of EEPROM?
Flash memory cards or USB drives
41
Processors utilizing EEPROM memory ____ (can/cannot) be reprogrammed
Can, even though it is considered to be non-volatile.
42
What must happen before a new program is loaded on an EEPROM processor?
Memory chip must be erased
43
TRUE OR FALSE: One start button could be used to operate a number of motors or other equipment
True
44
TRUE OR FALSE: The voltage for the input signals is provided by the controller
False; is provided by a separate source.
45
How is the signal voltage isolated from the controllers processor?
Optoisolators or | Small relays and filter circuitry
46
What is the processor itself isolated from?
Voltage transients or | Magnetic interference
47
What kinds of controls are special I/O modules used for?
``` Position control High speed counters Temperature control Proportional integral derivative control Fuzzy logic control Identification sensors Cam positioners Analogue I/O ```
48
What is the advantage remote IO modules offer?
Reduce wiring btwn PLC and input/output devices. Requires only one cable back to PLC instead of individual cables from each IO device.
49
What is a data highway?
Local area network cabling that connects a number of PLCs, or PLCs and personal computers, allowing them to exchange programs and data.
50
What allows one PC to change programs of several PLCs?
Data highway
51
What is the difference between the terms "discrete" and "analogue" with regards to PLCs?
``` Discrete = device is on or off Analogue = device operates over a range of values of voltage or current ```
52
How does an optoisolating device operate?
Changes the input from a discrete device (to an input module) into a light beam Light beam electrically isolates I/O modules from signal circuits Protects PLC from high voltage of discrete input circuit
53
What is a solid state electronic switch called for dc? Ac?
``` DC = transistor AC = triac ```
54
What is the function of a solid state electronic switch?
Activated by a light (signal from processor) and closes the circuit to a discrete output device
55
When would an interposing relay be used?
For output circuits that require larger currents.
56
What are the two most common methods of sending an analogue signal?
1) proportional voltage | 2) proportional current
57
What device must be used in order for a PLC to receive an analogue signal?
Special analogue input card
58
What is the most common analogue voltage standard?
0V to 10V dc 0V = 0% 10V = 100%
59
What is the most common analogue current standard?
4mA to 20mA
60
Why is the min mA analogue signal NOT 0A?
Allows PLC to tell the difference between a zero % signal and a broken wire condition
61
What kind of output card is used to achieve proportional control?
Analogue output card
62
What is the most common type of cable used in analogue PLC applications?
Shielded twisted pair
63
What size conductor would you expect to see in analogue cables?(large/small)
Small. As small as 22AWG. (Current levels are small)
64
What is used to prevent electrical interference and distortion of analogue signals?
SHIELDED cable
65
How do you ensure the shield acts as a "drain"?
Ground only one end of the shield.
66
What is the common programming device?
PCs
67
What are the 5 main types of languages used for programming PLCs? Which are graphic-based, and which are text-based?
``` Graphic: Ladder diagrams (LD) Function block diagrams (FBD) Sequential functions (or flow) chart (SFC) Text: Structured test (ST) Instruction lists (IL) ```
68
Which language is most often used to program PLCs?
Ladder diagram
69
Which language resembles a schematic diagram?
Ladder diagrams
70
What language is typically used in Europe?
FBD function block diagrams
71
How is each function block labelled in function block diagrams?
Based on boolean logic
72
What language is used for large-process controls where several complex functions take place in sequence?
Sequential function chart (SFC)
73
Which language is similar to BASIC language?
Structured text
74
Which language is more closely related to machine code used to make a microchip function?
Instruction lists
75
Which language is similar to assembler language programs?
Instruction lists