question

Alessandro Supino avatar image
0 Likes"
Alessandro Supino asked Sam Stubbs answered

How can I set a unload logic in TaskExecuter?

How can I set a logic to unload in TaskExecuter(AGV) and not in send to port of queue4?

FlexSim 16.2.2
processorstaskexecuterlogicsendtoport
· 11
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

Sam Stubbs avatar image
0 Likes"
Sam Stubbs answered

Are you familiar with lists at all? Because based on what you're describing it sounds like a good approach could be to use a Process Flow, that pulls processors from a list and assigns them as the processor for the AGV to drop items off.

The key here would be to create a field on the list that measures the process time remaining. And then you could query the list when you pull from it, to grab the processor with the shortest time.

5 |100000

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