PLC Memory Flashcards

1
Q

The Compact Logix memory word consists of how many bits?

A

32 bits

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

What does Application memory consist of?

A
  1. User Program area
  2. Data Tables
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does System Memory consist of?

A
  1. Scratch Pad
  2. Executive Programs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

To ensure a fail safe condition of a stop button connected to a PLC, which two conditions must be met?

A
  1. Must use a normally closed stop button contact
  2. An Examine Input if Closed (XIC) instruction in the program
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does XIC stand for?

A

Examine Input if Closed

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

What does XIO stand for?

A

Examine Input if Open

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

What is the maximum size of application memory?

A

The maximum size of application memory is specified by the manufacturer

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

If 4 stop buttons and 2 start buttons are used for control using a PLC, then the minimum number of wires to the start and stop buttons all placed in one location away from the PLC is how many?

A

7 conductors

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

What is the last number of an address used for an XIC or XIO instruction within a program? What does this number mean?

A

The last number of the instruction is the Bit Number

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

In the address Local:2:I.Data.14 ,what does the number 2 represent?

A

The Slot Number

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

In the address Local:2:I.Data7, what does the 7 represent?

A

The Bit Number

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

What can you determine from an I/O logical address?

A

Local:2:I.Data.7

  1. The Slot number of the assembly = 2
  2. Whether it is an input or an output = I
  3. The terminal number on the module = 7
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Inside a PLC Data Area, if the input terminal is energized, what is its corresponding bit?

A

its corresponding bit would be “1”

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

What is stored within the Executive memory of a PLC

A

A collection of permanently stored programs

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

Is the User Program area of the Application Memory accessible to a PLC Programmer?

A

Yes

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

What can’t you determine from a I/O logical address?

A

The status of the I/O device

17
Q
A