Shift registers

Fenslerb

Member
Join Date
May 2006
Location
Dover, Ohio
Posts
1
Can anyone supply an easy to understand explanation of how an A&B shift register works. Most shift registers have Data input, Clock input and Reset input.A&B has File,control,bit address and Length
 
THe 'Bit Address' is the bit that is being shifted into the bit array. The File is the array of bits to shift. The Control is a block of information used internally by the shift instructions to handle the shifting and report things like errors, position values, or done.
Length is the number of bits to shift.

All of this is very well documented in the online help in all AB Programming software.

This is not the equivilant of an IC based shift register, nor is it the equivilant of assembly language shift instructions, nor the derived higher level language shift instructions.

PLC shifts are Similar, but NOT the same.
 

Similar Topics

Good Morning , I need to use a shift register to keep track of good and bad parts . As a rough draft I'm using 300 bits. When the 1's and 0's...
Replies
4
Views
1,784
Any ideas using"Shift Registers"for Vision Failures on long conveyors for Dump Gate? Good Morning , We are starting a quality program...
Replies
15
Views
3,828
Hi folks, this is for you Shift Register guys. Can anyone see anything fundamentally wrong with the attached code? i've used this bit of code...
Replies
4
Views
2,302
Good Evening,Have any of you fellows have experience in programming a DW Shift register ? I need too track broken pins on a accumulator and stop...
Replies
1
Views
1,409
Hello guys I am a first time user on this website. I am pretty new to control logix. I work in a fully automated sawmill and am working with shift...
Replies
4
Views
2,077
Back
Top Bottom