Bit shift left functions

Tejj

Member
Join Date
Nov 2011
Location
Toronto
Posts
2
hi
I m trying to learn BSL and BSR. I want to clear my basics about Bit functions. Can anyone help me to understand that why do we use BSL and BSR and when do we use it?
 
Say you have a sensor that detects an item made of two parts--one on top of the other, which elevates it's total height. Now there's a sensor that detect the presence of the bottom "Part", and a second sensor that detects the upper part "Elevation".

Place the parts on a moving conveyor. When the bottom sensor detects, the upper sensor should detect as well. When this occurs, load a "0" into your BSL word address. When only the bottom sensor is triggered, load a "1" into the word. "Downstream" in the BSL the "1" will trigger an alarm or reject sensor to kick the incomplete part off the line.


Just one of many apps for a BS...
 
Thanks alot
I got that for what purposes we use bit functions. But can you please help me to learn that HOW do we use bit functions?
 

Similar Topics

I am having trouble figuring out how to track a product using a BSL instruction. The way that I have it set up is: I have an infeed eye that...
Replies
10
Views
2,734
Hi everyone im a student from mexico and i have a problem using the ladder function BSR AND BSF (BIT Switch left and right), I use connected...
Replies
3
Views
2,956
hi, having abit of trouble getting the bit shift left to work in logix 5000 all is good except it wont accept my array when i verify It...
Replies
3
Views
4,545
May I know where to keep more infor about this mitsubishi FX1N SFTL instruction as i want to use this SFTL in my PLC program. The mitsubishi...
Replies
1
Views
2,575
i am just getting started in programming the micrologix 1000 and want to do a Bit Shift Left. my question is what info do i put in the box under...
Replies
7
Views
5,514
Back
Top Bottom