



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A comprehensive set of questions and answers related to programmable logic controllers (plcs). It covers fundamental concepts such as instruction addresses, i/o diagrams, logic conditions, and plc programming techniques. The material is designed to test and reinforce understanding of plc operation, including timers, network protocols, and troubleshooting. It is useful for students and professionals in automation and control systems.
Typology: Exams
1 / 7
This page cannot be seen from the preview
Don't miss anything!




Output
DI 00 ON and DI01 ON
Editing 12.What is one of the most basic applications of a PLC? - Correct Answer: Start/stop control of a motor 13.What is the type of valve used by fluid power motors to control flow to the motor called? - Correct Answer: >>Directional control valve
21.Which non-retentive timer instruction turns on its output immediately when its IN input turns true? - Correct Answer: >>Non-retentive off-delay 22.Which type of timer instruction does not reset when the IN input turns false? - Correct Answer: >>Retentive on-delay timer 23.What does a PLC monitor to control machine output device? - Correct Answer: >>Machine input sensors 24.One of the enclosure styles that are available for a Rockwell Micro800 PLCs is I/O chassis-style. What is the other style? - Correct Answer: >>Brick- style 25.What is the name of the PLC programming software used to program and monitor Rockwell Micro800 PLC? - Correct Answer: >>Connected Components Workbench 26.In a PLC Ladder Logic program, what type of instructions are located on the right hand side of the program's rungs? - Correct Answer: >>Direct coil (output) instructions 27.The PLC program does not start until a ________. - Correct Answer:
Input signal is received
28.What is the name of the 3-step process that the PLC uses to execute its program? - Correct Answer: >>Scan cycle 29.In the CCW software, what is the window in the software the presents the components of the project in a tree structure? - Correct Answer:
Project organizer 30.Single phase AC power is used for the power supple of this device. - Correct Answer: >>PLC 31.What is the name of the pushbutton in the MCR circuit that removes power from the PLC's outputs to stop the machine? - Correct Answer: Emergency stop 32.What is the name of the type of network used to communicate between an HMI panel and a PLC? - Correct Answer: >>Point-to-point network 33.What is the hardware/software combination that determines how data is encoded, transmitted, and checked for errors called? - Correct Answer: Network protocol
41.The input and output instructions used in a PLC program are linked to the PLC's physical input and output terminals through addresses. What does each address represent? - Correct Answer: >>A specific memory location in the PLC.