Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim HC 5.1.0 ]
Can you help with this system console error message means? img-0967.jpg
Solved! Go to Solution.
[ FlexSim HC 5.1.0 ]
Can you help with this system console error message means? img-0967.jpg
Solved! Go to Solution.
This is an error related to one of your dashboard objects. If you can send your model to us we can try and debug what the error is.
Model is attached
This is a bug with the Patient Timeline dashboard widget. I've fixed it on our end for the next release.
What's happening is that the first activity that is drawn in the dashboard is a Decision Point activity that happens instantaneously and so the start and end time are exactly the same. The dashboard is using the end time to figure out how big to make the chart and is dividing by zero in the process.
A work around would be to put a process time activity before Activity 10 in your Mid track (since that's the first patient type that arrives) with a small delay time. That way the dashboard can draw with a width greater than 0 when it first draws.
You could also leave your model as is and only open the dashboard after the model has run for a few minutes and a couple of activities have happened.