LOgixPro bottle line simulations

amhd90

Member
Join Date
Sep 2015
Location
Beirut
Posts
68
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 me with a full explanation about it other than the leanrning pit one ?
 
but I can't understand the basics
That's a pretty general statement. What, specifically, are you not understanding?

and why we are using BSL and BSR
In a word, economy. You could shift text strings - crazy memory usage and lots of programming overhead besides; you could shift words - not as much work but still uses a lot of memory; or, use bits. A single instruction and for the purposes of the exercise only six 16-bit words used for data.
 
There are some example bottle line programs in the "Downloads" section in the Allen Bradley section. Looking at how they work may help you understand the logic involved.
BSL and BSR instructions are generally used for tracking when an event happens and then applying an action at a later point based on a time delay or pulse count setpoint. What that means is suppose you have a defective bottle detected by a sensor and you want to reject it 30 pulses later down a conveyor with or without additional sensors to trigger the reject device.
 
Last edited:
I mean that the exercise basics and the workflow of the simulation can't get them and understand them correctly
 

Similar Topics

Alright, Heres my problem. I am on exercise 3 boxing the broken bottles. I am able to get the broken bottles to drop and grind, now my problem...
Replies
1
Views
9,803
ive been reading alot of bottle line sim questions/answers on here, bout timers/counters/bit shift. im just wondering beacause im not quite sure...
Replies
1
Views
4,261
Hi, I am new to PLC programming. Myself and several co-workers are taking a PLC class and we are using the logixPro to learn on, Our problem is...
Replies
20
Views
24,457
i am trying to get the LED to work independent of each other i can get one working by using an imput to increment a counter and the output latch...
Replies
8
Views
7,819
Hey Guys I am doing a tech thesis on the bottle sim and I cannot get my scrap box to cooperate. It moves but however a new box does not go...
Replies
6
Views
2,770
Back
Top Bottom