You are on page 1of 3

PLC Activity # 1 Lab Report

Scenario:

• Turning on a LAMP in by using two switches with a kill switch


Number of inputs required:
• Switch A -responsible for turning ON the LAMP
• Switch B- If activated, it will turn OFF the LAMP
Number of outputs required:
• 1 Lamp
Program Description:
• Regardless of the state switch A (Either ON or OFF), the LAMP must be ON all the time.
• Switch B will kill the connection on the LAMP if it is activated regardless of the state of
switch A.
By Sketching before Simulating in PLC Fiddle website if the circuit is working
By Simulation in PLC Fiddle Website
@ Program Description # 1 - Regardless of the state switch A (Either ON or OFF), the
LAMP must be ON all the time.
Switch A = OFF; Lamp = ON

Switch A = ON; Lamp = ON

@Program Description # 2 - Switch B will kill the connection on the LAMP if it is activated
regardless of the state of switch A.
Switch A = OFF; Switch B = OFF; Lamp = ON

Switch A = ON; Switch B = OFF; Lamp = ON


Switch A = OFF; Switch B = ON; Lamp = OFF

Switch A = ON; Switch B = ON; Lamp = OFF

You might also like