Question

In this exercise we want you to apply your knowledge of Relay Logic Instructions to design...

In this exercise we want you to apply your knowledge of Relay Logic Instructions to design a program which will control the garage door system. The Door System includes: • A reversible Motor (Q4.0 moves the motor up and Q4.1 moves the motor down) • A pair of Limit Switches (I0.3 for top limit switch (LS1) and I0.4 for bottom limit switch (LS2) ) • An Operator Control Panel (Three pushbutton open (I0.0), close (I0.1), and stop (I0.2) , and three indicators ajar (Q4.2), open (Q4.3), and shut (Q4.4)) All the switches and the outputs are connected to your PLC at the specified addresses. The program you create will monitor and control this equipment while adhering to the following criteria: • In this exercise the Open and Close pushbuttons will be used to control the movement of the door. Movement will not be maintained when either switch is released, and therefore the Stop switch is neither required nor used in this exercise. However, all other available Inputs and Outputs are employed in this exercise. • Pressing the Open Switch will cause the door to move upwards (open) if not already fully open. The opening operation will continue as long as the switch is held down. If the switch is released, or if limit switch LS1 opens, the door movement will halt immediately. • Pressing the Close Switch will cause the door to move down (close) if not already fully closed. The closing operation will continue as long as the switch is held down. If the switch is released, or if limit switch LS2 closes, the door movement will halt immediately. • If the Door is already fully opened, Pressing the Open Switch will Not energize the motor. • If the Door is already fully closed, Pressing the Close Switch will Not energize the motor. • Under no circumstance will both motor windings be energized at the same time. • The Open Lamp will be illuminated if the door is in the Fully Open position. • The Shut Lamp will be illuminated if the door is in the Fully Closed position. Ensure that you have made effective use of both instruction and rung comments to clearly document your program.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

# THIS PROGRAM IS MADE IN LOGIX PRO. HOWEVER THE SYMBOLS WILL BE SAME SAME FOR OTHER PLC SOFTWARE, ONLY SYNTAX WILL CHANGE.

SOLUTION:

INPUT/OUTPUT LOGIX PRO ADDRESS GIVEN ADDRESS
OPEN PB I:1/1 I0.0
STOP PB I:1/0 I0.2
CLOSE PB I:1/2 I0.1
LS1 FULLY OPEN I:1/3 I0.3
LS2 FULLY CLOSE I:1/4 I0.4
DOOR OPEN MOTOR UP O:2/0 Q4.0
DOOR CLOSE MOTOR DOWN O:2/1 Q4.1
AJAR LAMP O:2/2 Q4.2
FULLY OPEN LIGHT O:2/3 Q4.3
FULLY CLOSE LIGHT O:2/4 Q4.4

TWO LIMIT SWITCHES LS1 & LS2 ARE USED WHICH ACTS AS SENSORS TO SENSE THE FULL OPENING AND CLOSING OF DOORS RESPECTIVELY.

WHEN DOOR IS FULL OPEN, THE OUTPUT OF LS1 SENSOR IS HIGH

STATE OF LS1 DOOR FULLY OPEN DOOR FULLY CLOSED OR PARTIALLY OPEN
IN RUNG 000 & 002

BECOMES HIGH,

NC TO NO

REMAINS NC
IN RUNG 003 NO TO NC REMAINS NO
STATE OF LS2 DOOR FULLY CLOSED DOOR FULLY OPEN OR PARTIALLY CLOSED
IN RUNG 001 & 002

BECOMES HIGH,

NC TO NO

REMAINS NC
IN RUNG 004 NO TO NC REMAINS NO

Add a comment
Know the answer?
Add Answer to:
In this exercise we want you to apply your knowledge of Relay Logic Instructions to design...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Ladder Diagram: Bonus 5 Points: Write a program to control a garage door opener which has...

    Ladder Diagram: Bonus 5 Points: Write a program to control a garage door opener which has the following features: • One-two-directional motor (up and down directions) Two limit switches: - one to indicate that the door is closed (Normally Closed) (DOWN LIMIT) - one to indicate that the door is fully open (Normally Closed)(UP LIMIT) Three pushbuttons - Normally open button for the up direction (DOOR UP) Normally open button for the down direction (DOOR DOWN) - Normally closed button...

  • 1. According to the paper, what does lactate dehydrogenase (LDH) do and what does it allow...

    1. According to the paper, what does lactate dehydrogenase (LDH) do and what does it allow to happen within the myofiber? (5 points) 2. According to the paper, what is the major disadvantage of relying on glycolysis during high-intensity exercise? (5 points) 3. Using Figure 1 in the paper, briefly describe the different sources of ATP production at 50% versus 90% AND explain whether you believe this depiction of ATP production applies to a Type IIX myofiber in a human....

  • summatize the following info and break them into differeng key points. write them in yojr own...

    summatize the following info and break them into differeng key points. write them in yojr own words   apartus 6.1 Introduction—The design of a successful hot box appa- ratus is influenced by many factors. Before beginning the design of an apparatus meeting this standard, the designer shall review the discussion on the limitations and accuracy, Section 13, discussions of the energy flows in a hot box, Annex A2, the metering box wall loss flow, Annex A3, and flanking loss, Annex...

  • First, read the article on "The Delphi Method for Graduate Research." ------ Article is posted below...

    First, read the article on "The Delphi Method for Graduate Research." ------ Article is posted below Include each of the following in your answer (if applicable – explain in a paragraph) Research problem: what do you want to solve using Delphi? Sample: who will participate and why? (answer in 5 -10 sentences) Round one questionnaire: include 5 hypothetical questions you would like to ask Discuss: what are possible outcomes of the findings from your study? Hint: this is the conclusion....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT