PLC shift register

franchois13

Member
Join Date
Nov 2008
Location
london
Posts
76
Hi there,

anyone could please give me a clear explanation and if possible a sample practical application that will help me clearly understand how to use this function. thanks in advance
 
A 'shift register' is a means of providing information, concerning an item, determined at one point in a process to another point later in the process. The 'information' may be as sparse as 'an item exists or doesn't exist' (in which case the 'information can be a '1' or a '0') to 'this item has the following complex set of information' (in which the information could be a variety of information like size, color, weight or any other parameters relevant to the process).

The information is passed from one place in memory to another as different areas of the process take responsibility for the item. (Note: a 'shift register' can be achieved by moving the information or by moving pointers to information. The result is the same.)

The information may be moved based on time or on an event like a change in position. In general a 'shift register' moves all the pieces of information at the same time indicating a synchronous transference of the information from one point to another.

A shift register could be constructed which moves information in a sequential mode, that is, information 'n-1' moves to space 'n' then some time later information 'n-2' moves to space 'n-1' etc. With the shift point moving backwards through the shift register avoiding an overlap and overwriting of information. That is generally beyond this discussion.

A practical example is the 'pass/fail' information from an inspection device being passed downstream toward a rejection station. In this case the 'information' is typically a '1' or '0' though the 'reason for rejection' could be passed as a more complex set of data.
 

Similar Topics

Does any one know how to program a shift register for the MICRO850 PLC. The connected components workbench does not seem to have the shift...
Replies
1
Views
4,514
Hi, can somebody teach me how shift register works especially at the clock input ? thanks in advanced
Replies
1
Views
2,339
Finished an install today of a fairly simple 2 camera inspection system on an old carousel assembly machine. I used a shift register on one of the...
Replies
2
Views
6,117
Hi Can some-one help me i'm now going to fit a new FX3N(c) PLC to replace a old tosiba PLC but i'm having a few problem. In the old program there...
Replies
2
Views
4,679
Can somebody please explain how to program a Shift register in Concept 2.6 for the Modicon PLC (In Ladder Logic) I don't have years of PLC...
Replies
0
Views
4,727
Back
Top Bottom