PLC 2 Assignment Questions Flashcards

1
Q

What are CONNECTIONS in a ControlLogix system?

A

Connections stablish a communication link between two
devices.

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

How many connections can a 1756-L63 processor make? How many can a 1756-L7
series make?

A

250, 500

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

How many connections can a 1756-ENBT Ethernet module make?

A

TCP - 62
CIP - 128

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

When an I/O module is added to a ControlLogix application, how many connections
are used?

A

When an I/O module is added to a ControlLogix application, typically, it consumes one
connection per module.

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

What is the maximum number of digital I/O that can be interfaced to one
ControlLogix processor?

A

128 000

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

What is the maximum number of analog I/O that can be interfaced to one
ControlLogix processor?

A

4,000

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

What is a produced tag?

A

A tag that a controller makes available for use by other controllers.
Multiple controllers can simultaneously consume (receive) the data. A produced tag
sends its data to one or more consumed tags (consumers) without using logic

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

What is a consumed tag?

A

A tag that receives the data of a produced tag. The data type of the
consumed tag must match the data type (including any array dimensions) of the produced
tag. The RPI of the consumed tag determines the period at which the data updates.

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

When you create a produced tag, what type of data can it be?

A

It can be of various data types, including DINT, REAL, STRING, ARRAY, UD, and more.

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

What is the maximum number of bytes that can be produced?

A

500 bytes

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

Which processor determines how often the data is shared? Is it the producing
processor or the consuming processor?

A

Consuming processor gets data at RPI (as long as it’s within the min/max RPI set by the producer.)

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