J4 PLC Flashcards

1
Q

List the four elements of a PLC

A

Input section
CPU section
Programming device
Output section

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

Describe the input section of a PLC

A

designed to sense the state of the field devices that are wired to the input terminals.

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

Describe the CPU section

A

is the “brain” of the PLC

has a battery to support essential parts of the volatile memory

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

Describe the Output section

A

provides power to loads

loads must be in the range of about 10 A

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

Program entry

A

can be accomplish on the screen of the PLC or with an external PC and PLC software

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

Documentation

A

text descriptions for ladder diagrams

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

Run Mode

A

gives the PLC the go ahead to solve the program

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

Monitoring

A

PC monitors the PLC ladder diagram in real time.

Used for trouble shooting

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

What is an intelligent terminal?

A

will allow a PLC program to be developed without being connected to the PLC itself

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

What is a dumb terminal?

A

on that must be connected to the PLC to operate it has no stand alone capabilities.

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

Hand-held programmers

A

are a type of dedicated terminal

rugged

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

Advantages of a PLC

A
Reliability
Flexibility
Expandability
Accuracy
Ease of installation
Maintainability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

describe a byte

A

it is 8 bits

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

whats a bit

A

one piece of information such as a 0 or a 1

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

describe 16 bit

A

it is a 2 byte word

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

a 16 bit machine can process

A

2 bytes at a time

17
Q

Executive memory

A

never changes and is stored on a some type of non-volatile memory

18
Q

all input and outputs must be

A

addressed properly for the CPU to be able to process them.

19
Q

a Discrete input

A

has only two states on or off

20
Q

DC input modules (sink/source)

A

sink: positive is switched in the field and the input goes positive
source: negative is switched in the field and the input goes negative

21
Q

Grounding and shielding

A

shields must be grounded at one point only

22
Q

Master control relay

A

for safety

shuts of power to all inputs and outputs

23
Q

List three items on which the scan time depends on

A

speed of the CPU
Length of program
Number of I/O

24
Q

What is required to capture high-speed switching events

A

interrupts