PLC's Chapter 5 Flashcards

1
Q

Explain Rack-based memory

A
With rack-based memory structures addresses are derived using the rack number, the I/O module slot number and the screw terminal number where the I/O device is wired. 
With rack-based memory structures addresses are derived using the rack number, the I/O module slot number and the screw terminal number where the I/O device is wired.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Explain Tag-based memory

A

With tag-based memory structures all data are assigned a variable name called a tag. A program can be developed using only tag names but you must assign input and output terminals to input and output tags before the program can be executed

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

The memory space can be divided into two broad categories: ____ files and ____files.

A

The memory space can be divided into two broad categories:

program files and Data files.

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

Program files are the ___ of processor _____ where ladder logic programming is _____.

A

Program files are the areas of processor memory where ladder logic programming is stored.

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

Program files are the___of the _____ memory that stores the user ____logic program. The program accounts for most of the ____memory of a given PLC system.

A

Program files are the part of the processor memory that stores the user ladder logic program. The program accounts for most of the total memory of a given PLC system.

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

The Data file _____ of the processor’s______stores ____and ____status, processor status, the status of various bits, and numerical data.

A

The Data file portion of the processor’s memory stores input and output status, processor status, the status of various bits, and numerical data.

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

The PLC-5 and SLC 500 ____all ____ in global data _____ and are based on __-bit operations.

A

The PLC-5 and SLC 500 store all data in global data tables and are based on 16-bit operations.

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

You ____these ____by specifying the _______of the data you want.

A

You access these data by specifying the address of the data you want.

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

The _______ in the ____data file and the ____

____ for I/O modules mounted in the chassis.

A

The addresses in the output data file and the input

data file are potential locations for I/O modules mounted in the chassis.

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

The ____data file ____information about the _____ status.

A

The status data file contains information about the processor status.

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

The_____________ stores bit status and ___________ serves for _______when using internal outputs.

A

The bit data file stores bit status and frequently serves for storage when using internal outputs.

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

The_____ file____ the timer ____ and timer data.

A

The timer file stores the timer status and timer data.

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

The_____file ____ the ______status and _____

data.

A

The counter file stores the counter status and counter

data.

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

The ____image table is allocated to _____the on/off status of connected discrete inputs.

A

The input image table is allocated to storing the on/off status of connected discrete inputs.

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

If the input is on (switch closed), its corresponding

bit in the table is set to__.

A

If the input is on (switch closed), its corresponding

bit in the table is set to 1.

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

If the input is off (switch open), the corresponding

bit is cleared, or reset to __.

A

If the input is off (switch open), the corresponding

bit is cleared, or reset to 0.

17
Q

The ________table is allocated to _____ the on/off status of connected discrete outputs.

A

The output image table is allocated to storing the on/off status of connected discrete outputs.

18
Q

If the program calls for an output to be ON, its corresponding bit in the table is set to ____.

A

If the program calls for an output to be ON, its corresponding bit in the table is set to 1.

19
Q

If the program calls for an output to be OFF, its corresponding bit in the table is set to __.

A

If the program calls for an output to be OFF, its corresponding bit in the table is set to __.

20
Q

Simulated operation of the _________ table _____status of connected discrete outputs.

A

Simulated operation of the output image table on/off status of connected discrete outputs.

21
Q

Typically,____PLCs have a ____ number of _____ and ______.

A

Typically, micro PLCs have a fixed number of inputs and outputs.

22
Q

During ____ program scan cycle, the processor reads all the ____, takes these _____, and _______ or _______ the _____ according to the user program.

A

During each program scan cycle, the processor

reads all the inputs, takes these values, and energizes or de-energizes the outputs according to the user program.

23
Q

The___ it takes to ____ a scan cycle is a measure of how___the controller can _____ to changes in inputs.

A

The time it takes to complete a scan cycle is a measure of how fast the controller can react to changes in inputs.

24
Q
The scan time is a function of:
• The speed of the processor module
• The length of the ladder program
• The type of instructions executed
• The actual ladder true/false conditions
A
The scan time is a function of:
• The speed of the processor module
• The length of the ladder program
• The type of instructions executed
• The actual ladder true/false conditions