We are working on a warehouse model using A*star and needed to get the information of the following:
a) the path each picker has travelled.
b) congestion in any area at any point of time.
Reviewing the post on forum we noted that information may be extracted from "AStarNavigator>stats/extraData" treenode (https://answers.flexsim.com/questions/54528/heat-map-gradient.html). However, the totalTraversal does not suits our need. Then we noted that the same node has the data of traveler at each cell.
Is there a way to get this information by listening using Event Trigger Source activity to some event?