Hi
I have an exception in my model which I cannot understand completely. This is the exception:
time: 156.392789 exception: Exception caught in start() of activity "Exit Zone tray1" in "ProcessFlow". Continuing throw...
time: 156.392789 exception: Exception caught in TreeNode::callMemberFunction() c++/dll execution. Throwing... MODEL:/Tools/ProcessFlow/ProcessFlow/Travel to Parking>variables/callbackNode c: /Tools/ProcessFlow/ProcessFlow/Travel to Parking>variables/callbackNode thisClass: /Tools/ProcessFlow/ProcessFlow/Travel to Parking>variables/callbackNode
time: 156.392789 exception: Exception Caught in TaskExecuter::beginTask(treenode task) object: /AGV_11
time: 156.392789 exception: Exception Caught in TaskExecuter::finishTask(treenode task) object: /AGV_11
time: 156.392789 exception: Exception Caught in TaskExecuter::onDestinationArrival(double finalspeed) object: /AGV_11
time: 156.392789 exception: Exception caught in Executive::processeventinlist(). Throwing.
time: 156.392789 exception: Exception caught in Executive::steptotime(). Throwing.
time: 156.392789 exception: Exception caught in Executive::tick(). Throwing.
time: 156.392789 exception: int runthemessageloop() #4
exception: Executive::instance.tick();
time: 156.392789 exception: int runthemessageloop() #6
It looks like something goes wrong in the Exit zone, but I cannot figure out what. There is a partition in the zone, and the tokens that is exiting the zone was in one of those partitions. I have also tried to add some 0 delays around the exit zone, but it did not help. I can understand that it will be difficult to find the problem without having the model, but it is difficult to share the model since it uses two other custom modules. So my question is more general, what could be going wrong if I get this exception.
Thank you,
Patrick Zweekhorst