Pull from list based on Reorder point

Pull from list based on Reorder point

poopatel
Not applicable
14 Views
5 Replies
Message 1 of 6

Pull from list based on Reorder point

poopatel
Not applicable

[ FlexSim 23.2.0 ]

1707868568630.png1707868603663.png

Hello in my model I am creating parts using date-time source at Reman (has a variable named CAC with normal dist). Right now I am sending created parts to Q1 and Q2 from where there go into PDC list with a partition. I want PDC1 and PDC2 to pull parts from reman based on reorder points (not sure if Q1 and Q2 are required, can directly pull from Reman as long as I can specify distribution of a variable named CAC e.g. the distribution of CAC of parts pulled by PDC1 will follow uniform dist with some min and max). Reorder point of PDC1 is 10 and it will pull 25 parts. Reorder point of PDC2 is 5 and it will pull 10 parts.

dummy_model.fsm

0 Likes
Replies (5)
Message 2 of 6

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

Here's an example using an Object Process flow for the PDCs (and changing the process time to demonstrate it better). I'm not sure what you wanted to do with the CAC.

1707874162520.png

dummy-model_jl.fsm

0 Likes
Message 3 of 6

poopatel
Not applicable

Hey this is working as I expect it to be. Is it possible to send items (reorder quantity) as a single batch?

0 Likes
Message 4 of 6

jason_lightfootVL7B4
Autodesk
Autodesk

They are released as a batch - it's just that they are feeding a processor that can only take one at a time. Put a queue in between the first queue and the processor and you'll see that.

0 Likes
Message 5 of 6

poopatel
Not applicable

Yes, but is it possible for them to transport at same time rather than 1 at a time?

0 Likes
Message 6 of 6

jason_lightfootVL7B4
Autodesk
Autodesk
With only one processor connected that would mean you'd need to increase its capacity to match the reorder quantity (and that would then process them in parallel).

With an extra queue in between and transport from one queue to the next and using default task sequences you'd need to increase the transports capacity to the reorder quantity.

Or model it differently with the reorder quantities in containers and transport that instead (but then you also need to pack and unpack the containers).

0 Likes