Chapter 1- Overview Flashcards

1
Q

What is a PLC?

A

A programmable logic controller is a device that can be programmed to perform a control function.

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

What are the components of a PLC?

A

Programming terminal, Input interface, CPU, Memory, Output interface, Power Supply

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

What is a programming terminal?

A

A device that allows the user to add, delete or modify programs in the PLC’s memory

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

What is a program?

A

A representation of the actions required to produce the correct output control signals for a given process

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

What is an input interface?

A

Receives and convert field signals in analog or digital signals that the CPU can interpret

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

What is the CPU?

A

The central processing unit takes the input signals it receives, selects the proper program from the memory and sets the output signal, which instructs the output on which control action to perform

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

What is the output interface?

A

Takes the signal it receives from the CPU and produces the appropriate control action.

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

What is the memory?

A

The memory stores the user programs and other data

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

What is the power supply?

A

The power supply provides all the voltage levels needed to operate the PLC by converting AC into DC voltage

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

What are the IEC 61131-3 programming languages?

A
Ladder logic (ladder diagrams)
Flowchart (function block diagram)
Structured Text
Instruction List
Sequential Function Chart
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the most common PLC programming language?

A

Ladder Logic- an advanced form of relay logic, that incorporates Boolean principles. It allows the user to specify contact closure types and coils. Allows the entry of math functions, analog control, complex counter and timing operations.

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

What is a digital signal?

A

A binary signal that is either 1 or 0, on or off, true or false. Each single signal is a bit, which can form working groups called words. Represented with a square wave.

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

What is an analog signal?

A

Analog signals interpret different levels of signals, and are represented with a sine wave.

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

How are analog signals created?

A

Analog signals are produced using transducers. Transducers convert a physical quantity into electric signals by measuring the physical quantity of a substance and altering the voltage or current supply proportionately. The conversion rate isn’t 1:1. Programming software is used to scale the raw voltage and convert it into meaningful measurement. Ex. A 2 degree increase in temperature equates to a 100mps increase.

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

What does AC stand for?

A

Alternating Current- voltage that can be carried long distance over wires. Ex. Power company lines

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

What does DC stand for?

A

Direct Current- voltage that can’t be carried long distance. Ex: batteries

17
Q

What is signal conditioning?

A

The act of improving the signal to noise ratio by using filters, reactors or isolation transformers to muffle interfering sounds.

18
Q

How to calculate bit state?

A

X = bit amount
2(^x)
Ex. 8 bit = 2^8= 256 states