Using a bit-shift register to track a product
Using a bit-shift register to track a product
(OP)
Hi everybody,
I want to use a bit-shift register (BSL) to track a product.
I´m using 12 conveyor´s and on the end of each conveyor there
is a photoeye.
When the product is arrived the first conveyor, the conveyor1 is
running.
When the product is arrived on the end of conveyor1 (photoeye is '1')
the conveyor 1 and 2 are running.
When the product is arrived on the end of conveyor2 (photoeye is '1')
conveyor 2 and 3 are running and conveyor1 is stopped (if there is
no new product).etc. etc.
How can I use a bit-shift register for this?
I want to now on which conveyor the product is arrived.
Can anyone help me?
Greetings,
mulderm
I want to use a bit-shift register (BSL) to track a product.
I´m using 12 conveyor´s and on the end of each conveyor there
is a photoeye.
When the product is arrived the first conveyor, the conveyor1 is
running.
When the product is arrived on the end of conveyor1 (photoeye is '1')
the conveyor 1 and 2 are running.
When the product is arrived on the end of conveyor2 (photoeye is '1')
conveyor 2 and 3 are running and conveyor1 is stopped (if there is
no new product).etc. etc.
How can I use a bit-shift register for this?
I want to now on which conveyor the product is arrived.
Can anyone help me?
Greetings,
mulderm





RE: Using a bit-shift register to track a product
Sorry for the language problem.
What I mean is that I want to track a produkt
on wich conveyor he is.
Example: Upside conveyor6 is a machine that controls
the product is in a good state.
When the product is not good ('1') these information must coming to the end of conveyor12.
I want to use a bit-shift register (BSL).
mulderm
RE: Using a bit-shift register to track a product
RE: Using a bit-shift register to track a product
I´m using non-indexing conveyors.
I will try program with the Fifo instruction what you
advised to me.
Thank you for the fast response.
mulderm
RE: Using a bit-shift register to track a product
I don´t know what the do with the Fifo´s.
Must I have 12 FiFo´s?
I give you what specificer details:
The product is a Tyre with variabele dimensions.
Every tyre have 3 production parameters, these are variabele
depending about the dimensions and material.
These 3 parameters must be arrived at the end of conveyor 12 where
the machine proces block is for handling the tyre.
All the tyres, with different parameters, must be arrived by the
procesblock.
The parameters for each tyre will given by conveyor1.
What I want is to shift the parameters from conveyor1 to conveyor2,
from conveyor2 to conveyor3 etc. etc.
The control for the conveyor´s is all working (what I all ready have told).
I hope it´s now clear.
Sorry for the language problem.
mulderm
RE: Using a bit-shift register to track a product
Best regards, PLCSAVVY
RE: Using a bit-shift register to track a product
RE: Using a bit-shift register to track a product
sorry if iam off on my suggestion, think this is somewhat what you are looking for.