Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PLC Fiddle is available at:https://www.plcfiddle.com/ Objective 2- Bottle FillingSystem Once the Start pushbutton is triggered, the process runs as follows: Conveyor moves (Y0 ON). When

PLC Fiddle is available at:https://www.plcfiddle.com/

Objective 2- Bottle FillingSystem

image

Once the Start pushbutton is triggered, the process runs as follows:

  1. Conveyor moves (Y0 ON).
  2. When a bottle is in position (BP TRUE) ?
    1. Pause the conveyor (Y0 OFF),
    2. Open the output valve (Y1 ON).
  3. When the bottle is full (BF TRUE), Close the output valve (Y1OFF).
  4. Go to step (i) and repeat the process (with both BP and BFFALSE).

Once the Stop pushbutton is pressed, the process stops.

You are required todesign a ladder logic program to achieve the sequence stated in thenarrative statement above.

Hint: Start SwitchX0 (NO), Stop Switch X1 (NC), Sensor BP (use a NC switch torepresent), Sensor BF (use a NO switch to represent)

Please save the ladder diagram on PLC Fiddle and includethe URL link of the program

  1. Verify that the flowchart is designed according to thenarrative statement. Please ensure that the program meetthe requirement of marking scheme.
  2. Put all input devices in OFF state before starting to run theprogram.

Objective 2

  1. IO List

INPUT

OUTPUT

Start Button (X0)

Conveyor (Y0)

Stop Button (X1)

Output Valve (Y1)

BP Sensor (X2)

BF Sensor (X3)

2. Truth Table

Truth Table for Conveyer (Y0)

Bottle Position Sensor, BP (X2)

Bottle Full Sensor, BF (X3)

Conveyor (Y0)

0

0

0

1

1

0

1

1

Truth Table for Output Valve (Y1)

Bottle Position Sensor, BP (X2)

Bottle Full Sensor, BF (X3)

Output Valve (Y1)

0

0

0

1

1

0

1

1

  1. Ladder Logic Program

PLC Fiddle URL link:

Ladder Diagram:

Objective 2 ? Please discuss on:

  1. What is the difference between push button and toggle button?How do you program the push start button?

} On Off Input flow Conveyor M1 Control valve Controller -Setpoint LC Valve BF BP Son On Off Open Closed S Full Not full Present Not present

Step by Step Solution

3.43 Rating (156 Votes )

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Automation Production Systems and Computer Integrated Manufacturing

Authors: Mikell P.Groover

3rd edition

132393212, 978-0132393218

More Books

Students also viewed these Electrical Engineering questions

Question

Select specific words to replace these vague words.

Answered: 1 week ago

Question

8. What class of chemicals prevents apoptosis?

Answered: 1 week ago

Question

2. In which brain areas do new neurons form in adults?

Answered: 1 week ago