RSlogix5000 bit shift

JPE

Member
Join Date
May 2010
Location
Naas Co. Kildare
Posts
2
Hi all, I'm new to rs logix5000. I'm trying to implement a shift register, like BSL.How do I generate tags for the control word and the array?

Regards
J.
 
Hi all, I'm new to rs logix5000. I'm trying to implement a shift register, like BSL.How do I generate tags for the control word and the array?

Regards
J.

You have to define them ahead of time ideally, but you can do them on the fly as well. The Bit Shift operates similarily to previous AB PLCs, but the Logix is Tag based rather than Address based. If you look at the Instruction Help under the Help Menu, there is some information there. Or you can refer to the Instruction Reference.

Instruction Reference:

http://literature.rockwellautomation.com/idc/groups/literature/documents/rm/1756-rm003_-en-p.pdf

Have a look at Chapter 9.

Tag Information:

http://literature.rockwellautomation.com/idc/groups/literature/documents/rm/1756-rm003_-en-p.pdf


Stu.....
 
As mentioned creating tags is same as any other tags. Take note control tags for BSL can only be used in that instruction, for the array you can use any int, dint, etc tags
 

Similar Topics

I've got a plant with around 500 different instruction-based alarms. The plant would like for the sirens and beacons to go off when any one of the...
Replies
14
Views
2,515
I really need your help here! I have a Decimal Number that is being transferred in 1-byte words. The original number is larger than 1 byte...
Replies
2
Views
2,380
Hi, done Cop(Copy) instruction but usually with DINT or INT in an array, but just happen an hour ago that I try to COPy an array of 380Boolian...
Replies
0
Views
2,094
I'm having a hard time converting over (the tag nomenclature) from PLC5 to 5000. If I can get some help with the following, I'll be on my way: I...
Replies
10
Views
10,825
I just got a fancy new laptop only to find out they still don't have RSLogix5000 ver 18 or 17 compatible with W7 64 bit, but "they are working on...
Replies
18
Views
14,883
Back
Top Bottom