Mastering PLCs Test Questions And Answers, Exams of Nursing

Mastering PLCs Test Questions And Answers

Typology: Exams

2025/2026

Available from 04/02/2026

real-grades
real-grades ๐Ÿ‡ฌ๐Ÿ‡ง

5

(3)

11K documents

1 / 18

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Mastering PLCs
6 Advantages of PLC - correct answer 1. Less space
2. Lower cost
3. Resistant to Environment
4. Direct Interface
5. Easy Programming
6. Flexible
6 Basic Components of PLC - correct answer 1. Input
Modules
2. Output Modules
3. Processor Module (Controller)
4. Power Supply
5. Programming Device
6. I/O Chassis
3 methods of entering a PLC project - correct answer
1. Personal CPU
2. Secure Data (SD) Card
3. Handheld terminal
RSLinx - correct answer collection of drivers to
connect programming software in the PC to Allen Bradley controllers
Driver - correct answer program that connect software
to hardware
Serial Communication - correct answer exchange data
electronically usually via Ethernet or USB
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12

Partial preview of the text

Download Mastering PLCs Test Questions And Answers and more Exams Nursing in PDF only on Docsity!

Mastering PLCs

6 Advantages of PLC - correct answer 1. Less space

  1. Lower cost
  2. Resistant to Environment
  3. Direct Interface
  4. Easy Programming
  5. Flexible 6 Basic Components of PLC - correct answer 1. Input Modules
  6. Output Modules
  7. Processor Module (Controller)
  8. Power Supply
  9. Programming Device
  10. I/O Chassis 3 methods of entering a PLC project - correct answer
  11. Personal CPU
  12. Secure Data (SD) Card
  13. Handheld terminal RSLinx - correct answer collection of drivers to connect programming software in the PC to Allen Bradley controllers Driver - correct answer program that connect software to hardware Serial Communication - correct answer exchange data electronically usually via Ethernet or USB

USB groups binary data into __________, which are organized into packets. - correct answer Fields 5 types of packets - correct answer 1. Token (identify type of data to follow

  1. Data (fields of binary data)
  2. Handshake (ask & receive acknowledgement)
  3. Start of Frame (synchronize the host)
  4. Status (check for errors) ControlLogix users can employ both personal computers and __________________ to program PLCs. - correct answer memory modules Who Active - correct answer a network search utility that shows layout of every network that has a driver configured in RSLinx Firmware - correct answer read-only program Most PLCs use ____________________ to back up memory during power-down conditions. - correct answer lithium batteries AB 1756-L7x PLCs use onboard _________________ to back up program during power loss. - correct answer nonvolatile memory Energy Storage Module (ESM) - correct answer provides back up power to transfer the program/status data from working memory to the nonvolatile memory on power loss Image - correct answer -entire PLC memory (includes firmware, ladder routines, data tables, configuration data) -SD card used to back up image

I/O Diagrams - correct answer used to show physical components between I/O devices and PLC I/O terminals Shape of an input terminal in I/O diagram - correct answer rectangle Shape of an output terminal in I/O diagram - correct answer diamond Basic Operation of PLC Ladder Logic (3 parts) - correct answer

  1. Logic continuity
  2. Six Logic Elements
  3. Parallel rung operation Controller may contain _____________ tasks. Each task contains ____________ programs. - correct answer 1- 1- Routine - correct answer logic instruction that provides operating instructions for PLC controller Hierarchy of tasks, programs, routines - correct answer Tasks contain programs Programs contain routines Controller's physical memory is _________________. - correct answer 32-bit DINTs How many bits?
  4. BOOL
  5. SINT
  6. INT

4. DINT

  1. REAL - correct answer 1. 1-bit
  2. 8-bit
  3. 16-bit
  4. 32-bit
  5. 32-bit Tasks - correct answer contain & schedules all user logic files Project - correct answer software file that stores all programming instructions, hardware configurations, and tag data for a processor Studio 5000 project file extension - correct answer .ACD 2 ways to check firmware revision - correct answer 1. controller properties in Studio 5000
  6. controller's LED display at power up Purpose of I/O configuration - correct answer 1. instructs controller to consume data packets produced by I/O module
  7. contains instructions sent to module for operation Electronic keying - correct answer compares module defined in project to installed module on controller 3 communication parameters - correct answer 1. Requested Packet Interval (RPI)
  8. Inhibit Module
  9. Major Fault on Controller if Connection Fails while in Run Mode

3 applications where input tags match output tags - correct answer

  1. sequencing operations
  2. simultaneous operation of more than one output
  3. motor control programs 2 applications of internal output instructions - correct answer
  4. memory logic
  5. interlocks 3 types of data tags - correct answer 1. module- defined
  6. pre-defined
  7. user-defined 4 tag types - correct answer 1. base (references memory location)
  8. alias (references an existing tag)
  9. produced (references memory location to send that info to another PLC)
  10. consumed (references memory location to receive that info from another PLC) Array - correct answer collection of numerically indexed tags with related data Arrays can be used for _________ type instructions that address blocks of data tags - correct answer file Element - correct answer each tag in an array First index in an Array is? - correct answer Zero

Interlocking - correct answer output turns on/off only if certain inputs/outputs are in a certain state 2 applications of interlocking - correct answer 1. sequencing

  1. safety 4 factors of discrete input modules - correct answer 1. type of current (AC or DC)
  2. level of voltage
  3. number of inputs (points)
  4. active high or active low 5 factors of output modules - correct answer 1. type of current (AC or DC)
  5. level of voltage
  6. number of outputs (points)
  7. load capability
  8. solid state or relay contact switching Main difference between solid state and relay contact switching? - correct answer Solid state is faster Relay can handle higher current Solid State Switching - correct answer -in DC, uses transistors as switches -in AC, uses semiconductors called triac -can be active high or active low Inductive loads can lead to arcing across hard contacts, to prevent this use a ______________________. - correct answer Surge suppressor (voltage snubber)

Combining CTU and CTD instructions creates a _________________. - correct answer Up/down counter BCD thumbwheel switch - correct answer input device (series of rotary switches) that allows operator to adjust the PRESET value for a timer/counter FRD (from BCD) - correct answer converts BCD to decimal TOD (to BCD) - correct answer converts decimal to BCD Trace (in an I/O chassis) - correct answer path for module communication 3 major faults in processor programs - correct answer

  1. I/O module connection failure
  2. Jump to label that does not exist
  3. stack overflow 3 minor faults in processor programs - correct answer
  4. arithmetic overflow
  5. low battery
  6. output string larger than destination 2 reasons why Power Supply indicator would turn off? - correct answer
  7. no incoming AC power supply
  8. no outgoing DC power to modules Grounded Power Distribution System - correct answer -provides power to PLC and I/O devices (step down transformer) -one leg grounded

Ungrounded Power Distribution System - correct answer -used in industrial delta configurations -ground fault indicators determine when circuit is grounded MCR Circuit (Master Control Relay) - correct answer provides control power to output devices 2 Power Distribution Failure Symptoms - correct answer

  1. all PLC indicators are off
  2. no output devices energize 2 Steps to Troubleshoot All PLC Indicators are Off - correct answer
  3. check main power disconnect
  4. measure VAC across PLC power supply's input terminals (L1 and N) 2 Steps to Troubleshoot No Output Devices Energize - correct answer
  5. verify power is being supplied to PLC output module
  6. check output module supply terminals (voltage) First step to troubleshoot chassis power supply? - correct answer Verify power supply is on 3 steps to test PLC discrete input devices - correct answer
  7. observe operation (toggle switch while watching input module indicator)
  8. check the voltage (across input terminals)
  9. test the wiring (continuity test out-of-circuit) Test Mode - correct answer -test program without energizing outputs -helpful for new programs/troubleshooting

AB 1756-L7x Controller Status Display Fault Format - correct answer TXX:CXX 6 Major Fault Types in an AB 1756-L7x - correct answer Type 1 - communication fault/memory backup Type 3 - communication fault between controller and a module or failed chassis Type 4 - programming error Type 6 - user task timer out (increase task watchdog time) Type 7 - anomalies in nonvolatile memory Type 8 - user attempted to put controller in Run mode with keyswitch while downloading a project Where to clear major/minor faults? - correct answer Controller Properties Dialog 5 PLC Troubleshooting Methods - correct answer 1. Symptom and Cause

  1. Output-Back
  2. Half-Split
  3. Shotgun
  4. Flowchart 4 types of PLC component tests - correct answer 1. your 5 senses
  5. measurements
  6. substitution
  7. component/circuit elimination First step to troubleshoot PLC? - correct answer identify the symptom

3 types of project descriptions - correct answer 1. routine descriptions

  1. rung comments
  2. main operand descriptions Event Sequencing - correct answer machines perform actions (events) in an order (sequence) to accomplish a task Power Diagram - correct answer shows how machine action affects PLC inputs and how PLC outputs affect machine action I/O Diagram - correct answer shows how machines devices are wired to PLCs inputs/outputs Truth Table - correct answer detailed sequence that shows the on/off status of every input and output device/address for each step in the sequence The normal operating mode of most machines is ____________ mode. - correct answer automatic Logic Nesting - correct answer placing one branch circuit inside another 3 common stop functions - correct answer 1. cycle stop
  3. halt
  4. E-stop What stop function stops a machine after the last step in a cycle? - correct answer cycle stop What stop function stops a machine after the current step and starts the next step in the operation upon start up? - correct answer halt

Program Control Instruction - correct answer instructions used to alter the program scan of a PLC from its normal sequence 3 examples of program control instructions - correct answer

  1. MCR
  2. JSR
  3. JMP/LBL MCR (Master Control Reset) - correct answer -controls a zone of PLC program rungs -can be used as an interlock -MCR and S:FS can initialize a PLC Difference between hardwired MCR and MCR instruction? - correct answer Hardwired MCR is a safety device (E-stop) Where are the two MCR coils located? - correct answer
  4. MCR rung
  5. MCR end rung Purpose of Subroutine - correct answer to organize/simplify programs by breaking logic into specialized functions or operations Advantage of JMP/LBL - correct answer speeds up scan time (by jumping over noncritical logic) LBL is always ___________ and always the ______________ on a rung. - correct answer true first instruction JMP/LBL must be in the same ______________. - correct answer Routine

All tag types use _____ bits of memory (no matter how much they actually use). - correct answer 32 bits Allen Bradley uses a _________ formatted output instruction for add, subtract, multiply, and divide instructions. - correct answer block MUL and DIV destination tags are usually ______________ since the outcomes can be very large or fractional. - correct answer REAL Data Transfer Instructions - correct answer transfer (copy) the contents of one tag to another (example: MOV) Programmable Message Display - correct answer displays info to operators/maintenance about status of machine or process Data Terminals on the PMD define the _____________. - correct answer message number Control Terminals on the PMD control _____________________. - correct answer display presentation 4 PMD Control Terminals (from least to most significant bits) - correct answer

  1. Strobe
  2. Variable Data
  3. Reset
  4. Initialize Strobe Terminal - correct answer displays the message