question

Pablo Concha avatar image
0 Likes"
Pablo Concha asked Pablo Concha answered

Exception caught in NetworkNavigator

Listas-Demo_paths_1110_v3.fsm

Hi,

a colleague starting working on alternatives to get better performance on a big warehouse model and he wanted to test using networkNodes instead of Astar on a demo where he's getting this exception:

time: 52265.850944 exception: Exception Caught in NetworkNavigator::queryDistanceEx(TaskExecuter* te, FlexSimObject* destobj, NetworkNode* originnetnode, NetworkNode** bestorigin DEFAULTNULL, NetworkNode** bestdestnode DEFAULTNULL, int * bestoriginrow DEFAULTNULL, int * bestdestcol DEFAULTNULL, double* bestdist DEFAULTNULL) object: /DefaultNetworkNavigator

time: 52265.850944 exception: Exception Caught in NetworkNavigator::navigateToObject(treenode traveler, treenode destination, double endspeed) object: /DefaultNetworkNavigator

time: 52265.850944 exception: Exception Caught in ObjectFunction250__project_library_FlexSimObject_behaviour_eventfunctions_OnTimerEvent object: /Operator2 i: /Operator2>variables/coordinatedtasks/ts221/task143 class: /Operator2

time: 52265.850944 exception: Exception caught in TreeNode::receivemessage()

time: 52265.850944 exception: Exception caught in Executive::processeventinlist().

what's weird is that using repeat random streams it varies when the exception shows

FlexSim 21.0.10
network nodes
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Kavika F avatar image
0 Likes"
Kavika F answered

Hey @Pablo Concha, I was able to figure out what the problem was with the help of this post. Your travel tasks were telling the Operators to travel to a specific box, but sometimes it would throw errors. If you change it to be the container of the flowitem (such as the queue or rack), then the errors go away.

1665697275403.png

Notice how in this travel task, I changed it to be token.ficticio_asignado.up so it will get the box's/pallet's container. I only had to change it in two places. My model is attached.

listas-demo-paths-1110-v3_1.fsm


5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Pablo Concha avatar image
0 Likes"
Pablo Concha answered

Thank you Kavika. That seems to solve the problem..


5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.