question

poopatel avatar image
0 Likes"
poopatel asked poopatel edited

Queue to queue if space available

Hello, when I trying to send item from Q1 to Q2,Q3,Q4 by percentage. The problem is that if any of those queue is full due to max content item gets stuck in Q1 rather than going to next possible option.

FlexSim 23.2.0
send to port by percentage
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Jeanette F avatar image
0 Likes"
Jeanette F answered poopatel edited

Hello @poopatel,

I added in that it checks if that port object has availability for the item. If it doesn't then it returns 0 which will start the first available logic.

if(!opavailable(current, portNum)){
return 0;
}

By percentage and first available.fsm


· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

poopatel avatar image poopatel commented ·

Jeanette, it seems like i will be needing a bit complex logic then what I asked for. Let me post another question regarding that. Thanks

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.