NEW
Font size
WorksheetsCH 13: PLC Logic & Bit Shift Routines
Total questions: 20
Worksheet time: 30mins
What is the purpose of creating a PLC ladder logic diagram in the context of the objectives?
To use the bit shift right (BSR) instruction
To monitor temperature changes
To calculate power consumption
To design a user interface
What should be opened to monitor the operation of a bit shift instruction?
A data file bit dialog box
A temperature sensor
A power meter
A user interface panel
What is the final objective related to bit shift instructions?
Reset the bit shift instruction to its starting bit position
Increase the speed of the bit shift
Change the direction of the bit shift
Monitor the temperature of the bit shift
How many logic gate instructions are available in Allen-Bradley SLC 500 series PLCs?
Two
Three
Four
Five
In addition to the SLC 500 series, which other controllers have the same logic gate instructions?
MicroLogix and PicoLogix
ControlLogix and CompactLogix
FlexLogix and SoftLogix
VersaLogix and SmartLogix
Which logic gate instruction in Allen-Bradley SLC 500 series PLCs outputs true only if both inputs are true?
OR
AND
XOR
NOT
Which logic gate instruction in Allen-Bradley SLC 500 series PLCs outputs true if exactly one input is true?
AND
OR
XOR
NOT
What is the operation performed by the NOT gate?
Inverts the input
Performs addition
Multiplies the input
Divides the input
What is the result of a bitwise inclusive OR operation?
Only 1 if both bits are 1
1 if at least one bit is 1
0 if both bits are 1
Always 0
In the AND operation, what is the destination register?
B3:1
B3:4
B3:7
B3:10
Which operation uses the source A register B3:8?
NOT
AND
OR
XOR
What is the result of an AND instruction when one of the corresponding bits is 0?
Generates a logic high (1)
Generates a logic low (0)
Converts to a logic high (1)
Converts to a logic low (0) only if all bits are 1
What does the document mention about input words?
They are used in arithmetic operations.
They are part of the logic instructions' operations.
They are stored in a database.
They are used for programming languages.
What is shown in the diagram?
A flowchart of a program
A table of binary data
A list of programming languages
A diagram of a computer network
What does the status bit S2:0/0 represent in the processor status file?
Overflow (O)
Zero (Z)
Carry (C)
Sign (S)
Which status bit is associated with the Overflow (O) condition?
S2:0/0
S2:0/1
S2:0/2
S2:0/3
What is the description for the status bit S2:0/2?
Carry (C)
Overflow (O)
Zero (Z)
Sign (S)
Which status bit corresponds to the Sign (S) condition?
S2:0/0
S2:0/1
S2:0/2
S2:0/3
What is the condition for the output to be high in an Exclusive OR (XOR) operation?
Both inputs are high
Both inputs are low
One input is high and the other is low
Both inputs are the same
What is one common use of PLC shift instructions?
To control temperature in a plant
To manage inventory levels
To control display signs in a plant or outside
To monitor employee attendance
