Intro to PLC's Flashcards
T/F: Programmers can force an output action to operate after a worker has pushed in the E-stop button.
True
What are the 4 sizes of PLC’s?
- ) Nano (Up to 32 I/O)
- ) Micro (32 to 128 I/O)
- ) Medium (128 to 960 I/O)
- ) Large (960 to thousands of I/O)
How many Inputs/Outputs can a nano-sized PLC have?
Up to 32
How many Inputs/Outputs can a micro-sized PLC have?
32 to 128
How many Inputs/Outputs can a medium-sized PLC have?
128 to 960
How many Inputs/Outputs can a large-sized PLC have?
960+
T/F: PLC’s were first used in large industrial processes and machines.
True
T/F: PLC’s are not used in commercial or residential applications.
False
A ____ occurs when any body part becomes part of an electrical circuit.
Electric Shock
T/F: All facilities have the same color code for different types of conductors/cables.
False, facilities will have their own code, which is important to know.
T/F: PLC’s can control DC, AC, or both.
True
____ grounding is the connection of an electrical system to the earth, and provides protection for the structure from lightning strikes.
Building Grounding
____ grounding is the grounding of all machinery electrical systems and all non-current carrying exposed metal to earth.
Equipment Grounding
____ grounding is establishing a quality ground to protect sensitive electronic equipment from electrical noise and fault currents.
Electronic Grounding
The NEC states that the GEC (Grounding Electrode Conductor) should have less than __ Ohms to ground.
25
T/F: The NEC states that the Electronic Grounding Conductor should have less than 5 Ohms to ground.
False, there is no code for grounding electronics, but it will usually be specified by the owner/engineer/manufacturer.
T/F: Electronic Shield drains are always grounded on both sides.
False
____ is an electrical charge at rest.
Static Electricity
Usually, it takes no more than __ Volts to destroy a circuit board, which makes PLC’s so vulnerable to ESD.
5V
The electronic ground (Shield Drain) is usually grounded at which end?
The end in the panel
A snubber circuit utilizes a ____ to suppress voltage spikes by absorbing excess voltage, and dying.
MOV (Metal Oxide Varistor)
All input devices can be put into two basic categories, ____ and ____.
Manual and Automatic
What is the most common voltage for PLC Input terminals?
24V
The ____ terminals of a PLC deliver voltage to any device or actuator controlled by the PLC.
Output
T/F: Input devices can be wired in any configuration.
True
T/F: Output devices can be wired in any configuration.
False, they cannot be wired in series.
How many Output devices can be displayed on each rung of a ladder diagram?
1
Can combination circuits be used for Input devices?
Yes, such as a 250 Ohm resistor between a 4-20mA system and a 1-5Vdc device.
Why is polarity important for both inputs and outputs?
Because reversed polarity can give you a negative reading, which creates issues for the PLC’s logic and for actuation of outputs.
PNP, switched on the positive or negative side?
Sinking or Sourcing?
Positive, Sourcing
NPN, switched on the positive or negative side?
Sinking or Sourcing?
Negative, Sinking
T/F: PLC control voltages are based on what devices are to be connected to the PLC.
True
It is important that the ____ is installed in dual-voltage rated PLC’s. (Or that the selection switch is in the correct position)
Jumper Link
A(n) ____ relay is a smaller relay (with a smaller control current) switching a larger load, such as power to a motor starter.
Interposing Relay
Why are common input voltage ratings on 12 or 24 volts?
Because they’re safer to work on, and require less power.
T/F: Most larger PLC’s have a variety of different cards.
True
What are some common Output voltage ratings?
- 12v
- 24v
- 50v
- 120
A ____ is the negative power supply terminal of a DC-powered PLC.
Sink
A ____ is the positive power supply teminal of a DC-powered PLC.
Source
____(s) are graphic representations of a device on a diagram.
Symbols or Glyph
____ symbols are drawn as very generic symbols, but with text describing the component.
PLC
“____” = Shelf State
Normally
A ____ drawing is literally a rendered picture of what the cabinet/device looks like.
Pictoral
A ____ shows the connection of all devices and components of a PLC.
Wiring Diagram
A ____ diagram has a series of single lines (rungs) that indicate the simplest representation of the control circuit logic.
Ladder
What is AND logic?
Two NO contacts in series, both must be closed to energize the load.
What is OR logic?
Two NO contacts in parallel, one must be closed to energize the load.
What is NOT logic?
One NC contact in series, powering the load, if the contact is opened, the load loses power.
What is NOR logic?
Two NC contacts in series, if either is opened, the load loses power.
What is NAND logic?
Two NC contacts in parallel, unless both are opened, the load will remain energized.
____ is when a device is wired point to point, with no use of terminals.
Direct Wiring
____ is when wires are brought to a terminal block, and from that block to its destination.
Terminal Wiring, this method makes it easier to trouble shoot or modify.
What are the 5 sections of a PLC?
- ) Inputs (Terminal Screws receiving inputs)
- ) Outputs (From CPU out to the devices instructed)
- ) CPU (Makes decisions)
- ) Power Supply
- ) Programming Device