question

Ahmed K3 avatar image
0 Likes"
Ahmed K3 asked Ben Wilson commented

how can i set max arrival in source instead of interarrival time

actuel.fsmhi everyone i have two problem inthis model :

the first one how to set max arrival per hour (i want to set 15 box per hour)

the second i have problem in the task exuter ( there one box and the taskexcuter number 2 wait until the task number one came ),i want if there is a box the task charge the box immedietly

FlexSim 20.2.1
agvinterarrival times
actuel.fsm (48.5 KiB)
· 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.

Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @ahmed.k3, was regan.blackett's answer helpful? If so, please click the red "Accept" button on their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept or comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Regan Blackett avatar image
0 Likes"
Regan Blackett answered

I don't think you will be able to do this with the Source Object. I'd suggest using either the Schedule Source or Date and Time Source activities in process flow, in conjunction with a Create Object activity to create flowitems. Both of those activities have a quantity option that can create a number of tokens (and then flowitems) at the specified time.

As for the behavior of the task executer, if I'm underestanding you correctly, what you are seeing is that the Dispatcher is requesting the first available task executer and that the task executer is being blocked by allocated control points on the path. So when the second box arrives, the red task executer is actually available and wants to come get the box but is blocked by the other task executers ahead of it on the path, it's not until more boxes arrive that there is enough work to do to clear the way for the red task executer to load its box.

I would try setting the Dispatcher pass-to logic to choose the closest if available option and see if that's more what you had in mind.

5 |100000

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

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.