Hi other flexsim users!
Question on the AGV module.
Context of my model: I have 2 AGVs driving around, I have one order generation point, I have two dropoff points (lane 1 and lane 2).
What I want to achieve: I want to cap the maximum content of lane 1 to '4 boxes'. If lane 1 reaches 4 boxes, the RGV should circle another round until space comes available.
The challenge: normally I do this by reading the content of this queue via "Model.find("Lane1").subnodes.length", and then use a "decide" to point out if there is space or not. However I am struggling where to integrate this into the AGV module.
Any ideas of how to integrate this into the AGV logic module?
Thanks :)