Programmable Logic Controllers Flashcards
PLCs were first used by what industry?
Automobile industry
The PLC is designed to be operated in what type of environment?
Industrial
Most PLCs are designed to be programmed with ____ _____ and _____ ______.
Relay schematic
Ladder diagrams
Four basic parts of a PLC
Power supply
Central processing unit (CPU)
Program loader or terminal
I/O (input/output module)
The power supply is used to
lower the incoming AC voltage to the desired level, rectify it to DC, and then filter and regulate it
The internal logic circuits of PLCs operate on a voltage range of? And must be regulated to within __ % of the required voltage.
5V to 15V DC
5%
The CPU is commonly referred to as the ?
Brain of the PLC
The CPU contains?
Microprocessor chip and related integrated circuits to perform all the logic functions.
Most CPUs are designed so that once the program has been tested, it can be ?
Stored as an electronic or printed file
The programming terminal is used to?
- load and modify the user program in a PLC
- troubleshoot the circuit
The PLC has no NEMA symbols, it only recognizes ?
Open or closed contacts
The number on the contact is used to?
- Distinguish one contact from another
- Represent an input or output terminal screw to which a signal or control wire will be attached
Examine If Open (XIO) bit specs
- Represented by a NC schematic symbol
- It is “true” or it will be continuous and allow current flow, if no voltage is on the terminal screw associated with the memory address
Examine If Closed (XIC) bit specs
- Represented by a NO schematic symbol
- is “True” and thus will exhibit electrical continuity when a voltage signal is present on the terminal
Components drawn with heavy dark lines a schematic indicate what?
That there is a complete path for current flow
I/O Modules are used to?
Connect the CPU to the outside world
Input modules carry info ____ the CPU.
To
Output modules carry info ____ the CPU?
From
The input and outputs may be ______ or ______ ?
Discrete (on/off)
Analog (variable)
Most modules contain ___ to ___ inputs and outputs?
8 to 32
The purpose of the input is to?
- Handle different inputs from pilot devices such as push buttons float switches, inductive or capacitive prox switches, P/E, ultrasonic devices or limit switches.
- Debouncing any switch contacts connected to it
The purpose of the output is to?
Control up to several external devices such as pilot lights, solenoids, contactors, or motor stater coils
I/O module operating voltages can be __ or __ and are generally ____ V AC or ____ V DC?
AC or DC
120V AC
24V DC
What is Scan Time on a I/O module?
The speed at which the processor can complete one scan of the I/O devices and implement the changes dictated by the logic in the program. (Faster scan time = more $$$)