Emiliano Posted March 10, 2021 Share Posted March 10, 2021 Hi! I have been using SIMIO for quite some time now, but I have barely come across this need. I need to record the time spent per entity at any given path/server in the simulation, rather than obtaining the average time for all entities at the end of the simulation. Take the image below as an example. I need to record the time spent in the link (TimeOnLink) per entity generated. The path corresponds to that connecting the source to servers 2-7. Then, I need to record the time spent per entity on servers 2-7 (TimeInStation). I can display the unique ID number for each entity by Entity.ID, now I need to match the statistics. I figure the best way to model is trough ExcelWrite, but I can't manage to make it work. Any hints? The plan is to get the following information per entity, rather than a summary of all entities. Link to comment Share on other sites More sharing options...
lstretton Posted March 11, 2021 Share Posted March 11, 2021 Hi, See attached model that uses an output table to log information on each entity. You could just as easily you an ExcelWrite/Write Step to do the same thing. Cheers, Lucas. Data Table Entity Log.spfx Link to comment Share on other sites More sharing options...
Recommended Posts