processor pulling from a list pushed into a queue

processor pulling from a list pushed into a queue

yoni_a
Not applicable
1,257 Views
8 Replies
Message 1 of 9

processor pulling from a list pushed into a queue

yoni_a
Not applicable

[ FlexSim 18.2.2 ]

How I pull items from a queue by a processor, items stored in a queue are pushed into a list. but how do I tell the processor to pull type 1 qty =30 , type 2 ; qty=85, etc

0 Likes
Accepted solutions (1)
1,258 Views
8 Replies
Replies (8)
Message 2 of 9

jeff_nordgren
Not applicable

Hey @yoni A,

Any chance you could send your model or a sample model showing the problem?

Thanks.

0 Likes
Message 3 of 9

yoni_a
Not applicable

tower-simulation-2.fsm

SEC coating and assembly lines must pulled from the queue @Jeff Nordgren

0 Likes
Message 4 of 9

tanner_p
Not applicable

Hi @yoni A,

I was unable to open your model, but I can provide a sample model if you could explain two constraints:

1) How often does the processor pull the items? (ex. once a day, once per cycle, etc.)

2) How many item types do you plan on having?

0 Likes
Message 5 of 9

yoni_a
Not applicable

pull-schedule.fsm

take a look at this one @Tanner Poulton, items must be pulled from queues based on the schedule (see global table 150 line, 1st line) and (global table QW 2do line)

0 Likes
Message 6 of 9

tanner_p
Not applicable

@yoni A,

My best initial suggestion is to try using a Date/Time Source in Process Flow to create your "orders". Attached is part of your "QW Line Requested Qty" table inserted into the Source Arrivals.

14378-pull-schedule-source.png

Because these tokens will be the proper quantity and respective type, you can use them to pull items from a list and move them to the central processor.

I would recommend sending all of the items from each queue into a list that is partitioned by Type.

If you'd like an example or clarification for any of this, let us know. Hopefully it at least points you in the right direction.

0 Likes
Message 7 of 9

yoni_a
Not applicable

thanks tanner an example would be helpful @Tanner Poulton

0 Likes
Message 8 of 9

joshua_s
Not applicable

@yoni A There is a black processor and 3 yellow ones, which one would you like to control with a schedule?

0 Likes
Message 9 of 9

tanner_p
Not applicable
Accepted solution

Here's a model that should do what you're looking for:

yoni-help-pull-quantity.fsm

Essentially, the quantity and delay times are referencing the table so that they pull at the appropriate times.

14402-delay-time-table.png