Doubt - AMRs on the same Mission_autosave.fsmGood afternoon, Community!
The logic I want to create is as follows: Whenever one of the queues (20 and 22) accumulates 4 items, an AGV should transport the items to queue 21.
Each AGV should handle a specific mission, but in my simulation, both AGVs are going to perform the same mission at the same time. If you notice, in the first mission that the AGV performs, QUEUE 22 accumulates 4 items, and both AGVs go to load the items together. Meanwhile, queue 20 accumulates 4 items. If the second AGV had waited for its own mission, it could have collected the items from queue 20.
In summary, I would like each AGV to perform its missions individually.