Shifting data over 1 bit

DannyD303

Member
Join Date
Nov 2016
Location
Hingham, MA
Posts
30
Hello all,


What I want to do is take a word of data and move the bits over 1 bit.


So to keep it simple:
0001 0011 1100 0110
and move into different tag
0010 0111 1000 1100


I'm using Studio5000 Ver.30 and all of the examples I see for BSL are using Logix500


Any help would be great,


Thank you
 
BSL is still available in Logix 5000, and works essentially the same way as in Logix 500. If you want to check it out, just put a BSL on your rung, click on it and press F1. The help file generally has quite exhaustive worked examples.
 

Similar Topics

Hello specialists! I am little bit concerned about transferring 4 chars to data block every time we receive positive edge. The thing is, I would...
Replies
2
Views
2,207
Good day all! I am using a compact logic controller, L16ER, and I have an 8 position rotary table. I will try to explain the table positions as I...
Replies
5
Views
2,197
I'm working on a conveyor type system where i have a part moving on a conveyor that i measure the length with sensors puts the floating point data...
Replies
17
Views
6,876
Hello, Im trying to shift 110 bytes of data down by 10 bytes within the same datablock (data block is actually 110 bytes in size) so im...
Replies
20
Views
11,204
Hi! I have an array of 300 part numbers (each is an ascii string of 2 DINT in size). I need to display the top part number at the first station...
Replies
7
Views
4,465
Back
Top Bottom