Plc Flashcards

1
Q

Where and what kind of field were plcs first used and what were they called

A

GM
Automotive
Modicon

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

Plcs are programmed using ____________ ladder __________.

A

Relay ladder logic

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

Plcs can typically run _____________ programs at a time

A

One

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

T/F relay ladder logic is the same as motor control ladder schematics.

A

False

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

Plcs also include communications for _____________/_________/________________.

A

Internet/wifi/programming devices

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

What are the basic parts of a Plc.

A

-input module
-isolations
-cpu
-power supply (battery backup?)
-programming device
-output module

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

What could a programming device be?

A

-remote
-pc
-laptop
-phone?
-programming pack

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

What kind of isolators are typically used in plcs

A

Opto-isolators

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

T/F there is electrical connection between input module-cpu-output module

A

False

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

Advantages of a Plc

A

-robust power
-reliable in high electric noise areas
-lots of various I/I voltage combinations
-low power pilot devices like pb’s and limit sw
-led indicators on input and output modules
-work in wide range of temperatures
-reduced use of electromechanical relays.

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

Memory structure of a Plc

A

Executive
Scratch pad
Data tables
User program

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

Which parts of the memory structure are part of the system memory (firmware like bios)

A

Executive
Scratch pad

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

Which parts of the memory structure is part of the application memory

A

Data tables
User program

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

One word equals ___ bits

A

16

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

___ bits make a byte

A

8

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

___ bits make a nibble

A

4

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

Data tables includes what?

A

Bits
Timers
Counters
Input image
Output image

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

Scanning includes

A

Reading inputs
Executing program
Updating outputs

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

Scan time depends on what

A

Number of inputs and outputs
Program length
Types of instructions

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

In a block from how does the scanning process look

A

Read input image table

Solve program logic

Update output image table

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

Scan time in the 1990’s was around
______msec

A

100

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

Scan time in the 2000’s was ______msec

A

20

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

Scan time in the 2010’s ______msec

A

5-20

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

Scan time in the 2020’s was improved to about _______msec

A

1-20

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Inputs can be ___________ which means on/off
Descreet
26
What is another word for a discreet input
Digital
27
Inputs can be ______ or _____
Ac or DC
28
Common input voltages are
24vac, 24vdc, 10-60vdc, 5vdc 120vac etc
29
Inputs can also be ___________ which is variable
Analog
30
Common variable input values are
4-20mA, 1-5vdc, 0-10vdc etc
31
Analog input modules have a __________ to ____________ converter and give a __________ value out.
Analog to digital Binary
32
Outputs are usually ______________
Discreet or digital
33
Outputs can be _____ or ______ or ___________ outputs
Ac DC Relay outputs
34
Relay outputs are also known as ____________ or ___________
Potential free or dry contacts
35
Ac outputs typically use a ___________ for switching
Triac
36
Triac (AC) have about a ____A max
2
37
Triac outputs have a small ________________ when off, which may activate small high impedance output devices. Why is this bad?
Leakage current It's dangerous(could be voltage when not expected )
38
_______________ relays or ____________ resistor can be used to prevent the leakage current in a triac output
Interposing Burden
39
Analog output modules use a ____________ to ____________ converter to convert a _____________ value into a 4-20mA, 1-5vdc etc signal
Digital to analog (DAC) Binary
40
1 word is 2^15 which would have ______________ distinct levels
32,768
41
If current is flowing from a switch to the output device: The switch is ______________ The output is ______________
Sourcing Sinking
42
If current is flowing from the output device to a switch then: The switch is. _______________ And the output is _______________
Sinking Sourcing
43
--------] [----------- this is a?
Examine if on instruction
44
-----]/[----- this is a?
Examine if off instruction
45
An examine if on instruction is looking for a ___ if it has one the instruction will be ______
1 True
46
An examine if off instruction is looking for a ___ if it has one the instruction is ______
0 True
47
Plc logic scans from ________ to ________ And _________ to ___________.
Left to right Top to bottom
48
-----( )----- this is a?
Out put instruction
49
What are these called I:0.0/00 ^^ ^ ^ 12 3 4
#1 input #2 slot # #3 word# #4 bit#
50
An internal bit is essentially a ___________ coil
Virtual
51
Internal bits are _____________
Registers ( little memory places)
52
Internal bits are used for ____________
One shots
53
Internal bits are updated ___________ the logic and not _______________
During At the end of scan
54
Internal bits will be on ________________ scan.
Every other
55
What instruction will set an output on even if the logic in the rung becomes false
Latch
56
What instruction remains true even in the even of a power outage
Latch
57
A latched output will only become false when the ____________ is true
The unlatch output
58
A _______ is an input instruction that will be true for one scan only.
Osr
59
Osr stand for
One shot rising
60
When the prior input instructions are true the osr will be true for __________________.
One scan only
61
An osr is placed in a ring after other _________________________.
Trigger input instructions
62
The output instruction of an osr will only be true for the ______________________.
Duration of the scan
63
Applications of an osr
Incrementing speed of a motor equally with one press of a button Capturing a fast computer which otherwise would be unreadable
64
Fusing for a plcs output must be _____________
External
65
If you needed to switch a load with a voltage higher than the output voltage of the Plc what would you use
Interposing relay
66
What are the different kind of power supply that can be applied to a Plc from okay to best (5)
Raw power Isolating transformer Voltage regulating transformer Conditioned power Uninterruptible power supply
67
______________ voltages have less effect on current type inputs
Transient
68
______________ input wiring for sensors reduces I'll effects of EMI and RFI
Shielded
69
For shielded input wiring the bonding must be only __________________
Connected on one end of the shield
70
________________ is critical for sensitive signals
Good bonding
71
_______________ uses very large conductors
Brute force
72
A _____________ retains the accumulated value when the timer is done
RTO
73
A RTO must have a __________ instruction addressed to it
Reset
74
Applications for an RTO
Track the running time of a motor for maintenance Runtime counter for a back up generator
75
A counter or timer reset is not used for which kind
TOF
76
OV is when
But=1 When accumulated is greater than preset
77
In is when
Bit=1 When accumulated is less than ∅
78
Input devices for fail safe operation should not be wired ________ they should be ______ or in some cases ___________
No Nc Nohc
79
A twisted conductor will have _____ the voltage on each conductor
1/2
80
A locap conductor with a line and a return is considered
Unbalanced