Hi,
I have made a small example model to show my problem. One AGV (top one) arrives at a cp, at which point I use cpallocate to allocate a controlpoint on a separate network. After 100 seconds I use cpdeallocate to release the cp. This works fine, as can be seen in the tree, but my second AGV which is waiting for that same control point does not start driving.
How can I make this work? Is there some function I need to call to let the second AGV know that it is able to travel again?
Many thanks for your time,
Patrick