Section 2 PLC Hardware Flashcards

1
Q

Is it possible to download a new program to a PLC while the processors key is in the “run”
position? If not, what do you need to do first?

A

No you must either put the key switch into REM (remote) or PROG (program) and change the mode to program mode in the development PC

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

Explain the scan sequence of a typical PLC? When is the scan sequence executed?

A

1) Read inputs
2) Solve program logic
3) Write outputs
4) Sequence activates when the PLC is put into RUN mode

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

What is an Alias tag and how is it used?

A

Alias tags refer to memory locations that are already defined by another existing tag.

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

When would you use an alias tag?

A

1) Program logic in advance of wiring diagrams
2) Assign a descriptive name to an I/O device
3) Use a descriptive name for an element of an array

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

What is an internal tag and how does it differ from a base tag?

A

An internal tag is a tag that is not aliased to a base tag address.

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

Explain the difference between a controller tag and a program tag.

A

A controller tag is global while a program tag is local

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

Describe a Sinking I/O Circuit

A

Field devices connected to the negative side (DC Common) of the field power supply are considered sinking devices.

Sinking I/O circuits are driven by a current sourcing field device

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

Describe a Sourcing I/O Circuit

A

Sourcing I/O circuits supply current to sinking field devices

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