Parallel loading Omron CJ1 shift register

Steve Kemp

Member
Join Date
Nov 2003
Posts
122
Hi all. Say I'm using address W1 as my starting (and end) words in the SFT(010) instruction; does anyone know whether it's ok to "parallel load" W1 from other sources in the program (set a bit or bits, for example)? I need to look at various stages in a linear array of processes, any of which could generate an output bit, and then track all instances to the last bit in W1 for pass/reject action. Thanks, Steve.

Edit: Hmm, I can see this getting complicated, as I'd have to reset the "set" bits when the next shift occurs and that would interfere with the "next" bit in the register. So... how about a one-shot masked move with the mask arranged to match the station number so only the appropriate bit is loaded?
 
Last edited:
Sounds right to me. If I follow you, I'd need to latch the "on" state for the process stage in question and then gate that state via a difu (when the shift operation is required) into the appropriate W1 bit (as a coil instruction).Thanks. Steve.
 
Steve,

If I get you right, you have different processes to be accomplished to determine the end result at the end of its index.

I would rather use Word Shift for this application. It hold all the actual state of the individual results till the process end.(Easier for tracking/trouble shoot).

A 'W' word can hold up to 16 results, say for example you have 10 indexes before the process complete I may use a block of W words start from say W0 ~ W9.

Regards
_______
 

Similar Topics

dear all.. i am designing the Sea Water Intake pump which the 4 pumps will be operated parallel, and 1 pump will be as stand by pump The pump data...
Replies
3
Views
122
I’m working on getting a Parallel Redundancy Protocol PRP system set up in a lab situation. The L73 PLC is in rack 4. 3 io racks are 1,2,3. I...
Replies
6
Views
676
I am trying to use level switches to control a valve. If a level switch goes hi, it closes a valve. I am using ONS to keep the switches...
Replies
4
Views
1,008
I have 2 Absolute Encoders 8192 steps per Rev. (Model TR Electronic CEV65m-11003) These Encoders communicate to the PLC5-60 via Parallel push/pull...
Replies
3
Views
1,478
Good afternoon, We are developing an application for a client, and he has some P_Seq blocks from PlantPax in order to control the phases of the...
Replies
0
Views
866
Back
Top Bottom