Attached is a simple example I have two questions on:
1. I want to load from a conveyor to an AGV. I need both the box and the AGV to be in position to load the box. In my model currently i made the boxes arrive fast enough to show the issue with my process flow in that the robot load happens when the box hits the decision point so it gets hung on the wait for box to arrive when it loops back. I am looking for recommendations on how to either wait for event if there is no box or alternatively move forward if there is already a box? I guess I dont know how to bypass that wait for event if a box is present.
2. I currently have a round robin decide which determines which queue to drop off the box. I set this up fairly manually. Is this the best way to spread out the drop off between points or is a list or other function a better method if I had a lot more drop off points?Simple Example Arrival and Dropoff.fsm