PLC's Flashcards

1
Q

What allowed the development of PLC?

A

Microprocessors

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

What was the first PLC?

A

Modicon GM

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

How are PLC’s programmed?

A

using ladder logic diagrams or english

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

What do ladder logic programs use in their schematics compared to motor control schematics?

A

Ladder uses instructions

Motor control uses N.C. & N.O. contacts

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

What is ladder logic used to represent?

A

AND, OR, NOT plus arithmetic, timing, counting and memory functions

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

What are some advantages of PLC’s?

A
  • Good for noisy industrial environments
  • Has isolation
  • Accepts inputs from pilot devices
  • Outputs to contactors
  • Work in wide temp. ranges
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does EEPROM stand for?

A

Electrically Erasable Programmable Read Only Memory

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

What are opto-isolators used for?

A

So there is no electrical connection between input & output devices

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

How many bits is 1 Byte?

A

8 bits

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

how many bits is a nibble?

A

4 bits

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

What does the input image table keep track of?

A

the input status of each input

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

what does the output image table control?

A

the status of each output

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

How does processor scanning work?

A
  1. Read input status
  2. Solve ladder logic program
  3. update the outputs
  4. repeat
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is the approx time for a scan?

A

1 to 200 milliseconds

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

what does scan time depend on? (3)

A
  1. # of I/O
  2. Program length
  3. Types of instructions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

When is a device “sourcing” and the module “sinking” ?

A

if an input device switches +VDC to the input module (module supplies the -Ve)

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

When is a module “sourcing” and device “sinking” ?

A

if an input device switches -VDC and the module supples the +Ve

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

What will happen if a faulty program is downloaded?

A

PLC may be bricked (locked-up)

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

What are internal bits?

A

Registers internal to the PLC (virtual coils)

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

Where are internal bits used?

A

in programming for “one-shots” or where the status of one rung is required for a subsequent rung

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

What does latching do?

A

Sets an output on even when the logic in the rung becomes false

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

What would happen to latches during a power outage? Is low voltage protection provided?

A

They remain true, and low voltage protection would not be provided unless a MCR is provided

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

What is a One Shot Rising Instruction?

A

An instruction that will be true for only one scan

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

Where is an OSR typically placed?

A

In a rung after other “trigger” input instructions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What happens to the output instruction associated with the OSR?
it will only be true for the duration of the scan
26
What does the OSR do after the completion of the scan?
It will hold the rung false even with prior instructions still true
27
What happens to an OSR when the input logic goes false?
it will be triggered again when the rung conditions become true
28
What are some applications for an OSR?
1. incrementing speed of a motor equally with one press of a button 2. One button used to toggle a condition on or off 3. Capturing a fast counter which would otherwise be unreadable
29
what are the 3 words for each timer?
Enable bit, timer timing bit, Done bit
30
What does the Enable Bit do?
is set (to 1) when the rung becomes true and reset (to 0) when the rung becomes false
31
What does the Timer Timing Bit do?
is set when rung becomes true and accumulated is less than preset value
32
What does the Done Bit do? What is it used for?
is set when accumulated value is greater than or equal to preset value. Used to control output devices
33
How does a Retentive timer work?
- RTO timer retains the accumulated value when the rung conditions are false and when the timer is done - Must have a reset instruction addressed to it
34
List 5 basic sections of a PLC?
1. Input module 2. Output module 3. Opto-Isolators 4. Central Processing Unit 5. Power Supply
35
Inputs wired to the input module control the _____________?
Input Image Table
36
List 3 basic operations that the CPU section of the PLC performs?
1. Read the inputs 2. Solve the logic program 3. Write to the outputs
37
When will the output instruction in a rung become true?
If the rung conditions become true up to that point
38
What is the max current for a Triac Output Module?
2 A
39
What may Triac Outputs require and why?
May require a Burden Resistors in parallel with load or interposing relays. When off it may give enough leakage current to activate high impedance (small) loads
40
What do analog output modules have?
A digital to analog converter
41
Where can you not use a reset instruction?
Timer Off Delay
42
What must be done for fail safe wiring?
Input devices shall not be wired normally open in the field. Fail safe = normally closed or NOHC
43
What does shielded input wiring for sensors do?
Reduces ill effects of plant noise, EMI and RFI
44
How must you bond shielded input wiring? Why?
Bond one end only to prevent ground loops
45
How is brute force bonding achieved?
With large bonding conductors
46
What does a differential amplifier do?
Provides electrical noise cancellation
47
What can using interposing relays in Triac outputs do?
To avoid leakage current issue, and control loads with higher power requirements (higher voltage/current). Also used to interface different voltages (AC to DC)
48
List the power supply options from least to most desirable (5)
1. Raw power 2. Isolating transformer 3. Voltage regulating transformer 4. Conditioned power 5. Uninterruptible power supply
49
Where does the main program run in a PLC?
In ladder file #2
50
Which files are designated for subroutines?
Ladder files 3 thru 255
51
What do subroutines do?
- Make programs more efficient | - improve organization for ease of understanding, interpretation and future editing
52
What does a JSR instruction do?
Redirects logic execution from current ladder file to specified subroutine file
53
What is a SBR instruction?
The 1st instruction of a subroutine
54
What is a RET instruction?
Directs the processor scan to return to where it came from
55
Why does the CPU have a key switch?
To prevent the programmed logic from being changed accidentally
56
What voltage do internal logic circuits of PLCs operate on? What must it be free from and regulated to?
5 - 15V DC - must be free of voltage spikes and other electrical noise - regulated to within 5% of the required voltage
57
What do discrete and analog mean?
Discrete - on or off | Analog - variable
58
What operating voltages are generally used for I/O modules?
120 Vac or 24 Vdc
59
What should have surge suppressors to prolong the life of a PLC?
Inductive loads such as relays, contactors and solenoid valves
60
What do surge suppressors do?
Reduce voltage transients and prevent electrical noise
61
What must an enclosure for a PLC provide?
Method of cooling either by convection or cooling fans
62
Where is it recommended a PLC be installed in a cabinet?
At the bottom
63
What is shielded cable used for?
Signal wiring
64
Where must signal cable never be ran?
In same conduit as power wiring
65
How should input and output devices never be wired?
In series or parallel arrangements
66
When is a PLC input said to be a sinking input?
If the input energizes when a high level voltage is applied
67
When is a PLC input said to be a sourcing input?
If the input energizes when a low-level voltage is applied
68
Why is there a problem using a sourcing input module?
If a ground develops between sensor and input module, the input will energize if the negative side of the power supply is grounded