Daisy Chain programming in pLC

jpratik92

Member
Join Date
Nov 2016
Location
USA
Posts
1
Hello,

I am trying to program an assembly line for two kinds of product manufacturing. This products would be manufactured in a random sequence. I have 3 station in the assembly line and would like to know how to transfer data of product from one station to other station and reset the previous station. The manufacturing is high paced.

the sequence of manufacturing is as follows:

Part type 1 : The part is placed on station 1 and procedure is carried out on 2 and 3 and the part is taken out. This is the current process.

We would be adding one more variety of part.

Part type : It is scanned on the first station and an extra procedure is being carried on the third station.



I want to take the data from station 1 and carry it over to station 2 and 3 respectively. and reset the station as it passes that station.

Please let me know if you have any ideas. I have tried daisy chain programming but that might not work
 
How fast is your high speed? That's a relative term.

Are we talking 10s of seconds, seconds, or maybe even milliseconds?

Does each Station have it's own PLC, or is there one main PLC controlling multiple stations?

It seems to me to be an issue of just sequence programming, possibly using something like a FIFO or Bit Shift, and maybe a reliable high speed communication network if they are separate systems having to be linked.
 

Similar Topics

Hi, I am looking to migrate some of our Electronic Overloads off of a Troublesome Devicenet Segment. Is there any documentation confirming the...
Replies
5
Views
142
Good Evening, I am working on a warehouse loading dock setup with 60 docks, trying to do trailer detection with display as to which docks are...
Replies
3
Views
692
So we are running a RS485 network inside our cabinet. We have 4 rs485 devices inside. I've read that the network needs to be daisy chained (not...
Replies
7
Views
2,886
Hi Everyone Im looking at networking a set of machines that can have their order swapped or even totally removed. They are all physically in...
Replies
1
Views
1,757
We have some old lines that have many door and cover switches integrated as part of the estop circuit. Some of these circuits have 60+ devices...
Replies
46
Views
12,042
Back
Top Bottom