Week 1: IA Overview, Intro to LLD Flashcards

(48 cards)

1
Q

What is Industrial Automation

A

This refers to a technology that utilizes mechanical, electronic and computer systems in handling processes and manufacturing process control.

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

What’s the major advantage of Automation

A

Reduces human intervention

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

What are the benefits of industrial automation

A

Reduces labour costs, Increases Labour productivity, Address labour shortages, Eliminate routine manual tasks, Improve worker safety, Enhance product quality, Shorten manufacturing lead time, Enable complex processes

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

What are the three classifications of Industrial automation

A

Fixed automation, Programmable automation and Flexible automation

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

What is fixed automation all about

A

It uses custom built equipment to perform a fixed sequence of operations, enabling high speed and high volume production. It is however not flexible and cannot be used for any other purpose asides from the one that it was designed for.

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

What is Programmable automation

A

Uses reprogrammable equipment to adapt to different product configurations

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

What is Flexible automation

A

It builds on programmable automation enabling seamless production of varied parts without downtime

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

What was the first primary method for controlling a system

A

A human

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

Most recently, electricity has been used for control, and early mechanical control was based on _______

A

Relays

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

What is the function of a relay

A

It allows power to be switched on and off without a mechanical switch. It is used to make simple logical control decisions

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

What are the downsides to relay

A

They fail quickly (Mechanical parts wear out, electrical parts are destroyed as the electricity they take in burns away their contacts), Large size, large energy consumption

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

Why are PLC’s of low cost

A

Unlike PCs, they only perform one task i.e control of manufacturing machines and processes.

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

What are PLCs

A

These are specialized industrial computers or electronic devices utilizing microprocessors to control a wide range of manufacturing machines and systems

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

List a few applications of PLC

A

Manufacturing, Building, Transportation, power generation, escalators, elevators, robotic arms, conveying parts

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

What are the components of a PLC

A

Processor, memory and I/O circuits

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

What processor does a PLC usually use

A

8051

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

What component links the microprocessor to the memory and I/O

A

A parallel address, data and control bus.

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

What type of memory do PLC’s possess

A

A solid state memory to store programs

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

What is the output screen for a plc

A

A Human Machine Interface

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

What is the use of communication modules

A

They facilitate communication between PLC and other devices such as HMI and SCADA

21
Q

How can PLC’s be classified based on architecture

A

Fixed, Modular and distributed

22
Q

What are the characteristics of a fixed PLC architecture

A

Employs a single unit architecture where hardware components are embedded in a single unit. Low CPU processing power, Inflexible because of fixed number of inputs, Only suitable for basic applications.

23
Q

What is a modular PLC architecture

A

A modular PLC has a separate module for each of its hardware components and is interconnected using a mounting system

24
Q

What’s the advantage of a Modular architecture over a fixed architecture

A

A modular configuration can be configured to be application specific

25
What are the characteristics of Modular PLCs
Larger memory, higher performance processors, larger number of inputs and outputs, easily expanded, take up more space, Larger scale applications than fixed
26
What is a Distributed PLC system
It is a high-end PLC system with the capability to interconnect hardware components across different locations via high speed communication links. Each location contains multiple hardware modules that are housed in a mounting system and are usually called a node, rack or drop.
27
What are the characteristics of Distributed Architecture PLC
Higher cost, High level programming skills required.
28
What are the PLC hardware components
Processor, Power supply, I/O modules
29
What is a processor used for in a PLC
It is used to handle all logical operations and perform mathematical computations
30
What are the forms that I/O modules can take
Fixed and Modular
31
What is the function of the Input interface
They provide a link between the processor and external devices that measure the conditions in the production area. They are used as both a physical interface for connection of wires and an electrical interface to determine the on/off state or voltage level from an attached field device
32
Give examples of input devices that are used in PLC
Sensors, machine outputs, other PLC outputs, Switches, Potentiometer, LVDT
33
What is a sensor used for
A sensor is used to detect physical quantities
34
What is a switch
A mechanical mechanism that closes or opens for a logical signal
35
What is a potentiometer
It is used to measure angular position continuously using resistance
36
What is a LVDT
Linear Variable Differential Transformer is used to measure linear displacement continuously using magnetic coupling
37
What is the function of the output interface
It provides an interface between the PLC Processor and the external devices or actuators. The output module is a location for termination of wiring and a signal conditioner to provide proper voltage and output drive power required by the output field devices
38
List a couple of actuators
Solenoid Valves, Lamps, Motor Starters, Servomotors
39
What is LLD used for
It is the main programming method used for PLCs.
40
What has ladder logic been built to imitate
Relay Logic diagram
41
What is a Rail in a LLD
This is a vertical line that represents the power supply. The left is the Hot while the right is the neutral/ground.
42
What is a rung in a LLD
This is a horizontal line in an LLD. Each rung represents an instruction set representing a circuit. It is a logic statement reading from left to right
43
How is a rung executed
In sequential order
44
How is the ladder executed
The processor scans the ladder from left to right and from top to bottom. The basic sequence is only altered whenever a jump or subroutine instructions are executed
45
PLC programming is a _______ procedure
Logical
46
In a PLC program inputs and rungs are either
true or false
47
What is logical continuity
Logical continuity is a condition in a ladder rung when there is a continuous path of true from the left power rail to the output instructions
48
What are the components of a ladder diagram
Rails, Rungs, Coils (Output) and contacts (Input)