Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem No. 1: (30 pts.) Design a PLC ladder logic program to control the operation of an alarm system consisting of three (3) Horns
Problem No. 1: (30 pts.) Design a PLC ladder logic program to control the operation of an alarm system consisting of three (3) Horns (HORN 1, HORN 2, and HORN 3) and four (4) normally open proximity sensors (INPUT_1, INPUT_2, INPUT_3, and INPUT_4) using the following sequence: - - - - HORN 1 and only HORN_1 must be energized if any two and just two of the sensors are activated. HORN 2 and only HORN 2 must be energized if any three and just three of the sensors are activated. HORN 3 and only HORN_3 must be energized if all four sensors are activated. Notice that no two Horns can be activated at the same time. Do not use latch and unlatch instructions. Assign sequential addresses to the input and output devices starting from bit 1.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started