节选里面的模型作用介绍
“Hi community!
I've a little something for you ;-) I've developed a little module to show a heatmap in our models. It's brandnew and still beta but I'm interested in our opinion.
Restrictions for this beta:
- no gui
- only for 64 bit
- tested only with FlexSim GP 7.1.4 64bit on a Windows 7 64bit
How to install?
Unzip file to modules folder in flexsim.
How to use?
Just drag your new HeatmapTicker object into your model. That's it.
What does this module?
This module draw a heatmap in your model. It collects the location of your taskexecuters for each tick of the heatmapticker. This shows you how often a location was used. Red means a hot area and blue a cold area.
Which settings options are available?
Even without a gui you have several options to configure your heatmap. You have to access your heatmapticker with the tree view. The settings are in the variables node:
- ticktime -> time interval to add the actual location of your taskexecuters
- gridsizeX -> area in x to summarize locations
- gridsizeY -> area in y to summarize locations
- sizeZ -> if greater than 0, your heatmap goes up in the sky
- objectList -> only for your information, which taskexecuters are registered for the heatmap (robot and elevators aren't added)
- mesh -> heatmap drawing, don't touch
You can make you heatmap invisible if you use the flexsim command switch_hideshape.
Hints:
- very small ticktime, gridsizeX and/or gridsizeY boost your cpu usage
- only taskexecuters in the model tree will be recognized
- only used locations will be stored -> no restrictions for locations
- the colors and optional heights aren't linear -> a natural logarithm will be used with the measured data to make the heatmap more visible
I'm curious about your thoughts and hints. Of course you'll get the final version also. Did I mentioned that it's free?
”