INTRODUCTION

Industrial systems often require both a safety switch and an operator command before a machine will run. This prevents accidents and allows flexibility for multiple operators. You’ve practiced wiring up the core logic functions—AND, OR, and NOR. In this assignment, you’ll use that knowledge to build a circuit where a maintained switch and one of three buttons must be pressed to turn on a light.

#

TROUBLESHOOTING VIDEOS

Watch the following videos to learn how to troubleshoot the new components you will be using in this lab. You will be able to reference these videos in future labs. 

Toggle Switch

E-Stop Button

 

#

MATERIALS + TROUBLESHOOTING REFERENCE PAGES

Click on each link to view the troubleshooting page for that component. 

#

HEADING

In Automation Studio, draw a schematic that will turn on a light when a Maintained Switch is closed AND Button 1 OR Button 2 OR Button 3 is pressed.  Make sure your circuit works in simulation before moving on to the next step.

 

#

LAB INSTRUCTIONS

  1. In Automation Studio, draw the schematic (see above). Make sure your circuit works in simulation before moving on to the next step.
  2. On the Motor Controls Trainer, build the circuit you drew in Automation Studio.
DESCRIPTION OF CIRCUIT OPERATION

When a Maintained Switch is pressed AND Button 1 OR Button 2 OR Button 3 is pressed, turn on a light.

 

 

#

SUBMISSION