PLC Revision Flashcards

1
Q

What does PLC stand for?

A

Programmable logic controller

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

What is a PLC?

A

Specialized computer used to control machines and automated processes

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

How does the PLC work?

A

It operates by connecting inputs, outputs and networks, agreed the inputs to execute pre-programmed logic based on its state, and controls the outputs

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

What is the purpose of its programmable memory?

A

To store instructions and specific functions such as on off control, timing, counting, sequencing, arithmetic, and data handling

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

What type of application needs a PLC?

A

An application that has a need for some type of electrical control

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

What is the difference between PLCs and computers?

A

POE’s have been designed for extended temperature ranges, dirty or dusty conditions,
Immunity to electrical noise and resistance to vibration and impact .

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

Where are the programs to control the machine operation stored?

A

In the battery-backed or read only memory

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

What makes the PLC aerial time system?

A

The fact that the output results must be generated in response to the input conditions within a restricted time

The plc responds to input, with in a strict time constraint 

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

When will the PLC’s first introduced?

A

In the late 1960s
1968 to be exact

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

What were the control systems back then what did they consist of?

A

Consisted of hardwire panels containing multiple relays and associated interwiring.

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

what were the traditional control systems disadvantages?

A

Time consuming.
Costly to wire debug change and maintain

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

What was the primary reason for designing a PLC?

A

To eliminate large cost involved with replacing the complicated relay based machine control systems.

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

Who is sued the request for the PLC and why?

A

GM Hydramatic The hardwired release system with an electronic replacement

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

Who won the proposal?

A

Bedford associates of Boston, Massachusetts.

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

Who did Bedford associates branch of to and what did they call their first PLC

A

Modicon was their first PLC which stood for modular digital controller.

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

Who was considered the father of PLLC’s?

A

Dick Morley

17
Q

Who was responsible for creating the first software PLC

A

Host engineering who created the first Windows based plc

18
Q

What’s the requirements for computer controllers when they were first being invented?

A

Solid state not mechanical
Easy to modify input and output devices
Easily programmed and maintained by plant electricians
Be able to function in an industrial environment

19
Q

The first PLC is had no hard drive but they had

A

Battery back up

20
Q

What was characteristics of the first plc

A

Programmable, reusable and reliable
could withstand harshindustrial environment.
Used ladder logic
could start in seconds
Battery backed

21
Q

What are the advantages of PLC control systems?

A

Flexible
Handles more complicated systems
Faster, response time line
less and simpler wiring
Modular design making it easy to repair an expanded
Solid state no moving parts
Expensive
easy to troubleshoot

22
Q

What are the four important steps in PLC operation?

A

Check input status
Execute program
Diagnostic/communications
Updates output status

23
Q

Explain the first step of PLC operation

A

Check input status
Plc examines all inputs determines if they are on or off and records this status for the next step

24
Q

Explain the second step of the PLC operation

A

Execute the program
The Plc executes the program, one instruction at a time using the inputs data from the previous step and then decides what happens to the outputs and stores these execution results for later use

25
Explain the fourth step of the PLC operation
PLC updates the status of the outputs. It updates the outputs based on the data from the previous
26
What is the response time in PLCs?
The time taken for the PLC to detect a change in input and update the output accordingly.
27
What are two solutions if an input signal is too brief to be detected?
1. Pulse stretch function 2. Interrupt function 1 input delay time + one scan time.
28
what are the 5 languages
FBD (Function block diagram) * LD (Ladder diagram) * ST (Structured text, similar to the Pascal programming language) * IL (Instruction list, similar to assembly language) * SFC (Sequential function chart).
29
How do digital signals
30
A function block diagram describes
a function between input variables and output variables
31
Input and output variables are connected to blocks by
connection lines
32
Ladder logic is a method of
drawing electrical logic schematics
33
Structured text is
a high level language that is block structured and resembles PASCAL.
34
Sequential function chart (SFC) is
a graphical programming language used for PLCs. It can be used to program processes that can be split into step
35
What is the difference between digital and analog signals in PLCs?
Digital signals are binary (on/off), while analog signals represent a range of values.
36
: Give examples of devices that provide digital signals.
Pushbuttons, limit switches, photo-eyes.
37
Analog signals are like
volume controls, with a range of values between zero and fullscale.
38