work stations

siggibald

Member
Join Date
Oct 2012
Location
iceland
Posts
60
now im programming line with conveyjor, 3 workstations and 1 silo
how do i pudd it in ladder diagram, first order,first get ?
can i get some example somewhere

line.jpg
 
My understanding:

You have one conveyor supplying material to three separate work stations.

Each work station has a request material push button and an arm that will divert or grab material from the conveyor. You want to give the material to the work station based on the order that the request was given?

I would assign a number; 1, 2, or 3, to an integer for each station. Then use a FIFO (First In, First Out) to keep track of which station number button was pressed. Then unload the FIFO and activate the arm for that station number as the material is delivered to the conveyor.
 
My understanding:

You have one conveyor supplying material to three separate work stations.

Each work station has a request material push button and an arm that will divert or grab material from the conveyor. You want to give the material to the work station based on the order that the request was given?

I would assign a number; 1, 2, or 3, to an integer for each station. Then use a FIFO (First In, First Out) to keep track of which station number button was pressed. Then unload the FIFO and activate the arm for that station number as the material is delivered to the conveyor.

FIFO šŸ‘ØšŸ»ā€šŸ« tanks !
 

Similar Topics

Dear Experts, Thanks in advance for your kind help. I have a GEO SCADA expert 2022 and configure it as a DNP3 master, also I have multiple DNP3...
Replies
0
Views
624
I have a project with 4 'stations'. Each of those stations could be doing a different recipe, but the possible list of recipes is shared...
Replies
2
Views
790
Hi Team, Model DA10D ā€ Protocol Converter and Data Acquisition System Does anyone know the no of concurrent connections the device can...
Replies
2
Views
1,167
Working for an SI. Most clients are Factory Talk ME or SE. Not done much with Wonderware. I've been tasked with adding/updating the overview...
Replies
3
Views
1,458
Hello all, I have a question around auto/manual stations and if anyone can recommend any products that can perform this function. A better...
Replies
4
Views
1,544
Back
Top Bottom