Good day,
My model is consist of process flow to do some packing from item inside Rack. The process flow pretty much is simple :
1. Create item into the rack with flow , then the 3D object will do the assignment slot
2. I command the operator to load from rack
3. Put delay for packing representation
4. Unload item to Entrytransfer conveyo
But every time the unload process finish I will get this error :
time: 6097.562852 exception: Exception Caught in distancetotravel(treenode traveler, treenode destination)
time: 6097.562852 exception: Exception Caught in ObjectFunction92__project_exec_commandlist_distancetotravel_node object: MAIN:/project/exec/commandlist/distancetotravel/node i: MAIN:/project/exec/commandlist/distancetotravel/node class: MAIN:/project/exec/commandlist/distancetotravel/node
time: 6097.562852 exception: Exception caught in TreeNode::callMemberFunction() c++/dll execution. Throwing... MAIN:/project/exec/commandlist/distancetotravel/node c: MAIN:/project/exec/commandlist/distancetotravel/node i: MAIN:/project/exec/commandlist/distancetotravel/node thisClass: MAIN:/project/exec/commandlist/distancetotravel/node
time: 6097.562852 exception: Exception caught in evaluation of MAIN:/project/exec/commandlist/distancetotravel/node
The 3D situation is like this :
1. Rack above conveyor
2. Using Astar with FR member is rack and operator is Packer 2
I tried to make the simple model with the same process flow with different layout:
1 .I put rack beside the conveyor and not above conveyor,
2. Not using Astar at all
it works just fine, but if i put the rack above the conveyor, it will give me different kind of error :
time: 69.011976 exception: Exception Caught in ObjectFunction248__project_library_FlexSimObject_behaviour_eventfunctions_OnTimerEvent object: /Rack1 class: /Rack1
time: 69.011976 exception: Exception caught in TreeNode::receivemessage()
time: 69.011976 exception: Exception caught in Executive::processeventinlist(). Throwing.
time: 69.011976 exception: Exception caught in Executive::steptotime(). Throwing.
time: 69.011976 exception: Exception caught in Executive::tick(). Throwing.
time: 69.011976 exception: int runthemessageloop() #4
exception: Executive::instance.tick();
time: 69.011976 exception: int runthemessageloop() #6.
Please help how can I investigate more or the solution for these situations, I tried to make the simple model for this thread question but it wont gave the same error
Sincerely thank you