Hi all,
I created a model that moves the TaskExecuter to a specific place when it goes to idle state, but the behavior is different than I intended.
See this model.
dispatcher_doesn't_sent_task_to_available_AGV.fsm
In this model, when Processor1 first completes the process, TaskExecuter1 is unavailable and TaskExecuter2 is available.
Nevertheless, the task sequence to retrieve the item from Processor1 is assigned to TaskExecuter1.
Please advise the cause of this problem and a solution.
Thank you.