Bottle Line Simulation

CENess

Member
Join Date
Dec 2010
Location
Lancaster, PA
Posts
3
Hi, I am currently enrolled in Electrical Technology and we are currently studing PLCs and I am on the Bottle Line Simulator. I pulled a successful simulation from the downloads section, but I dont want to use it, I want to understand how it works.

In the first exercise it wants you to drop the large bottles, can anyone explain how you chose the Bit B3:4/5
 
untitled-3.jpg


This is the logic I currently have, I would be interested to learn how the Bit was exacatly chosen.
 
When you click on run mode, Go to data table. In the data table you will see a tab "TABLE" in which 0: Output would be selected. So select "B: Binary" in that Tab. Now you will be able to see the contents of B3:4 word (which is used to track large bottles) which would be by default all zeros.

Now while running simulation, you will see that the large bottles are detected by I:1/7. When the first large bottle is detected, it'll show "1" at B3:4/0 location. Now as this large bottle moves forward over conveyor, that "1" will also increment its location in the B3:4 bit locations.

As the first large bottle reaches the divert gate, that "1" is now at B3:5/4 location. So you must use this location to open the divert gate.
 

Similar Topics

In the zip attached is the ladder program I made to control the bottle line simulator. Please I need help and to know, how can I keep 1.the run...
Replies
12
Views
2,379
Can someone explain to me why thelearningpit use 3 bsl in parallel, and why the input are like this. And how if a bottle is defected in the start...
Replies
4
Views
2,023
Hello, I am trying to solve the bottle line simulation, but I can't understand the basics, and why we are using BSL and BSR, so can anyone provide...
Replies
3
Views
2,955
[OSR] Using BSL instructions When working on rslogix.pro lab (bottle line simulation). Lab exercises 1,2,3,4 worked fine. However, when putting 3...
Replies
43
Views
19,951
Hi everyone! i got a problem in creating the flowchart for my Bottle Line simulation system. http://youtu.be/om5DGgxdmaU i used "Bit shift left"...
Replies
2
Views
3,859
Back
Top Bottom