Question
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
Once the Start pushbutton is triggered, the process runs as follows:
- Conveyor moves (Y0 ON).
- When a bottle is in position (BP TRUE) ?
- Pause the conveyor (Y0 OFF),
- Open the output valve (Y1 ON).
- When the bottle is full (BF TRUE), Close the output valve (Y1OFF).
- 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
- Verify that the flowchart is designed according to thenarrative statement. Please ensure that the program meetthe requirement of marking scheme.
- Put all input devices in OFF state before starting to run theprogram.
Objective 2
- 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 |
|
- Ladder Logic Program
PLC Fiddle URL link:
Ladder Diagram: |
Objective 2 ? Please discuss on:
- 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
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