I have pallets in a storage system that need to be brought to a Pick-up Stand, where they will be loaded onto an AGV and taken to the production area. I have set it up so that I start the material handling to bring the pallet out of the storage rack, and at the same time, I acquire the nearest AGV and have it travel to the Pick-up Stand. The AGV is then supposed to wait until the pallet arrives at the Pick-up Stand, but instead it is loading the pallet immediately - effectively teleporting it out of the storage area!
Here is my Load activity:
Why is the AGV ignoring the Station location? (token.PickupLoc is a Queue object and works well in other situations.)
How can I solve this problem? I know I could use a list, but that seems like a lot of work to do something that this menu option should be doing already. (Each token is in a different sub-flow with the same parent, but my AGV sub-flow is used for all AGV moves throughout the plant, so I need something generic that will work in all cases.)
(The model is confidential and too large to post, but I can email to the dev team if needed.)
Thanks!