Section 2 PLC Hardware Flashcards
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?
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
Explain the scan sequence of a typical PLC? When is the scan sequence executed?
1) Read inputs
2) Solve program logic
3) Write outputs
4) Sequence activates when the PLC is put into RUN mode
What is an Alias tag and how is it used?
Alias tags refer to memory locations that are already defined by another existing tag.
When would you use an alias tag?
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
What is an internal tag and how does it differ from a base tag?
An internal tag is a tag that is not aliased to a base tag address.
Explain the difference between a controller tag and a program tag.
A controller tag is global while a program tag is local
Describe a Sinking I/O Circuit
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
Describe a Sourcing I/O Circuit
Sourcing I/O circuits supply current to sinking field devices