I'm using the AGV with Basic Parking template and I have a station where the item gets processed on top of the AGV. At the very least, for the simulation, I need the AGV to stay with the item and pick it back up once it's done processing.
In the example I'm attaching I'm trying to keep the AGV with Processor2 until it's done processing the pallet, then pick up the pallet and move on to the next work point. I tried adding a Decide line to the process flow so that if Token.cp == "ControlPoint4" wait for processor to finish. Then I have the token go to the "Loading" sequence, skipping the "Travel to Pickup Location" logic, to pick up the pallet and continue to the next work point, but I've been unsuccessful with my attempts.
First, the logic I placed in the decide never recognizes "ControlPoint4" so it never goes into the "Wait for Event" logic.
Second, even after brute forcing it to get the token to the "Wait for Event" logic, I get an error, "exception: FlexScript exception: Invalid Control Point Connection Access at Model:/Tools/ProcessFlow/AGV/Assign CP~2>labels/2/2"
If someone has a better solution to this or knows what I'm missing/doing wrong with 1) the Decide logic and 2) the load sequence/Assigning CP label, that would be amazing!