send to port based on reorder point

send to port based on reorder point

poopatel
Not applicable
10 Views
1 Reply
Message 1 of 2

send to port based on reorder point

poopatel
Not applicable

[ FlexSim 23.2.0 ]

1708987747717.png1708987755995.png

I want to send parts from PDC1 to QueueSC1, Queue SC2 and PDC4 to Queue SC7. I build a process flow that work based on reorder level and reorder quantity however its the part are not going correctly to QueueSC1, QueueSC2, or QueueSC7. Can someone review this?

scenerio_5_logic.fsm

0 Likes
Accepted solutions (1)
11 Views
1 Reply
Reply (1)
Message 2 of 2

Jeanette_Fullmer
Community Manager
Community Manager
Accepted solution

Hello @poopatel,

When you release an item from a queue you are setting the send to port logic to run again. Which in this case is sending the item to the list. You will need to move the objects to the processor. You could do it like the following. The sub flow creates a token for each item and runs them one at a time.

1709067037645.png

scenerio-5-logic_1.fsm

0 Likes