Hi,
I would like to ask a very simple question: when is the AGV.currentCP updated?
I created two similar models with only one different: delay = 0.
Without the delay, the model works perfectly. The redirect command updates correctly the currentCP property (model currentCP_redirect_without_delay.fsm).
With the delay, the model returns an exception because after the redirect command the currentCP isn't valid (model currentCP_redirect_with_delay.fsm).
Where is the mistake?
Thanks in advance.