This heatmap counts the number of times any AGV enters a segment of the AGV path. The color of each segment depends on how frequently the path has been used. The most frequently used paths are bright yellow. The least used paths are dark purple.
You should see a heatmap draw along the AGV paths wherever AGVs travel.
Note: This library has not been tested thoroughly. There are probably cases where it doesn’t work properly. However, it is implemented entirely in FlexScript, so it may be possible to fix issues that arise.
See the attached PowerPoint presentation for an in-depth discussion of how the library works. You’ll need to do this if an issue arises that you need to fix.
If you are new to using mesh objects in FlexSim, see the other attached PowerPoint presentation.
@jordanjohnson56, thank you for sharing.
Could you please share the AGVHeatMapFlexSimLibrary Library in version 2022.0 ?
I read the documentation but I could not understand which variable is being measured by the library: is it the absolute count (number of AGVs passing on a path) ?
I need to measure the metric AGVs/Hour on each aisle, and assign a color by range, in order to measure the traffic intensity, for example:
red for rates > 90 tuggers/hr
orange for rates 70-90 tuggers/hr
yellow for rates 50-70 tuggers/hr
green for rates < 50 tuggers/hr
The color palette is showing ranges from 0 to 1. What actually is this variable ? is there a relationshipt with the tuggers/hr ?
If not, is there a way to parametrize it ?
Thank you !