shift register

Depending upon the PLC type, simply cascade the output of one into the input of the other.

Or specify the "length" of one huge shift register. The PLC will assign the words as it assigns upwards.

Only limit is memory...
 
chaudharijs said:
I am new in Plc design system. Can you suggest which plc i should use for this operation.
With all due respect, this is like asking "What car should I drive?"

You need to supply AT THE VERY LEAST an I/O count (digital and analog plus voltages) along with a rough description of the process. Believe me, someone here will give you their suggestions.
 
I am working on conveyor system.

1. product loaded on conveyor plate.One pin is fix on each plate.
2. Detection PASS/ REJECT. (if reject detect pin is pressed)
3. Drying oven.

4. Pressed pin detected by limit switch after 350 product pass through conveyor and rejected product is removed.
5. good product is collected for packing.
6. pin reset.


This system is mechanical some times pin is not pressed fully. so it is not detected by limit switch and reject product mix it good.

Any one can suggest me can it possible to use plc by using shift register. which plc should i used for this system?
 
If you want to use 350 bits in a shift register, that is a pretty long shift register - 22 channels.

The only suggestion I can make is that the Omron CS/CJ series PLCs can handle this easily. At the 350th bit in the channels just use the 350th bit to reset the shift register.
 
You should take into account speed of the conveyor and lenght of the plate - this can help you to choose how powerful CPU you need.
As I'm a fan of Siemens S7 PLC - I'd say that the weakest S7-300 should handle that unless the speed of your line high (>20 pcs/sec).
 

Similar Topics

I am attempting to reject a bottle If the label fails. The rejection works fine at normal line speed but at low speed the rejector fires (air...
Replies
35
Views
1,147
Hi guys, I am pretty new when it comes to programming. I am working with CX-Programmer and I am having a problem where I have a sensor on my...
Replies
6
Views
684
Hi all, i have a very slow indexing machine where we are looking to make everything as bulletproof as possible, money is not much of a factor...
Replies
12
Views
3,062
Good morning (EST), I am trying to implement the code below in on an S7-1200. It's barely half a dozen instructions, but I am stuck; I have not...
Replies
26
Views
5,657
Hi everyone I am completely new to using shift registers and am a bit stuck, my shift register works as should, it is for an overhead conveyor...
Replies
55
Views
15,594
Back
Top Bottom