Tracking boxes (shift register)

Xtan001

Member
Join Date
Apr 2016
Location
Toronto
Posts
1
Hey guys, I have to work on a project using AB plc. I have 12 indeed conveyors from which boxes are enter into the main conveyor. The main conveyor drives the boxes through a certain distance, then I have 7 out feed conveyors where the boxes are discharged.
I don't know how to go about this. I really would appreciate any info u share on this.
 
What you have posted is similar to asking the question, "How does an airplane fly"? and answering with "It goes up."

How is the release of the boxes controlled? How far away are the diverts? What kind of diverts do you have? Is there an encoder involved? Do the boxes have unique identifiers? What type of conveyor is used? Does the PLC have other jobs besides running this conveyor?

Think about your process and then coherently transfer the answers to a post because, if anyone else replies these questions, and more, will surely arise.
 
for every place of the main conveyer use a byte in an array.
infeed: if inf[1] not empty AND conv [pos+1] is empty shove the box on to conveyer.
conv[pos+1] = inf[1] holdng the destination
outfeed if outf[3]= conv[pos + 103] then push off.
 

Similar Topics

This is probably a very often asked question, so my sincere apology in advance. I am an mechanical engineer working in a small company, I mostly...
Replies
1
Views
1,632
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
Is it possible to gather OPC data through a 1783-NATR? Searching around, it sounds like OPC data might be blocked by any NAT... Is there any work...
Replies
2
Views
246
Hi All. I have a very specific question about tracking using an encoder and bitshift register. We would like to use a Compact or Control Logix PLC...
Replies
40
Views
1,727
Hello, I have a servo motor running a conveyor belt system. I do not have the exact circumference of the head pully and therefore I get some...
Replies
5
Views
1,391
Back
Top Bottom