PLC's Chapter 5 Flashcards
Explain Rack-based memory
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.
Explain Tag-based memory
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
The memory space can be divided into two broad categories: ____ files and ____files.
The memory space can be divided into two broad categories:
program files and Data files.
Program files are the ___ of processor _____ where ladder logic programming is _____.
Program files are the areas of processor memory where ladder logic programming is stored.
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.
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.
The Data file _____ of the processor’s______stores ____and ____status, processor status, the status of various bits, and numerical data.
The Data file portion of the processor’s memory stores input and output status, processor status, the status of various bits, and numerical data.
The PLC-5 and SLC 500 ____all ____ in global data _____ and are based on __-bit operations.
The PLC-5 and SLC 500 store all data in global data tables and are based on 16-bit operations.
You ____these ____by specifying the _______of the data you want.
You access these data by specifying the address of the data you want.
The _______ in the ____data file and the ____
____ for I/O modules mounted in the chassis.
The addresses in the output data file and the input
data file are potential locations for I/O modules mounted in the chassis.
The ____data file ____information about the _____ status.
The status data file contains information about the processor status.
The_____________ stores bit status and ___________ serves for _______when using internal outputs.
The bit data file stores bit status and frequently serves for storage when using internal outputs.
The_____ file____ the timer ____ and timer data.
The timer file stores the timer status and timer data.
The_____file ____ the ______status and _____
data.
The counter file stores the counter status and counter
data.
The ____image table is allocated to _____the on/off status of connected discrete inputs.
The input image table is allocated to storing the on/off status of connected discrete inputs.
If the input is on (switch closed), its corresponding
bit in the table is set to__.
If the input is on (switch closed), its corresponding
bit in the table is set to 1.