magranata Posted March 21, 2018 Share Posted March 21, 2018 Hello, With my experiment I'm looking to produce two results: 1. Total time to produce 28 entities 2. Total amount of manpower required throughout the simulation run. My model contains 8 different entity types, that make up a "population" size of 28. I am trying to set up my experiment to give me the TimeInSystem for the entire lot. Since the 8 types are labeled differently, how can I use the "population" function to calculate the time it takes for the 28 entities to go through the system? Also, I have 21 separate workers, and I'm trying to calculate the total time they are utilized during the simulation run. Does anyone have an idea for that? I have not been able to find any SimBits or other resources.. I appreciate the help! Thank you! -Mario Link to comment Share on other sites More sharing options...
gocken Posted March 22, 2018 Share Posted March 22, 2018 Due to having no more time the attached model is not a complete one. But, a good startup for what you want. Some logic is not required (auto create output statistics) but still included to give hints for possible solutions. ExprmntResponseResults.spfx Link to comment Share on other sites More sharing options...
magranata Posted March 24, 2018 Author Share Posted March 24, 2018 Thank you for the model provided.. it gave me some great insight on some of the items I'm trying to achieve. Just to clarify, it looks like Response 1-3 are each of the Entity(Part) total times and Response 4 is worker 1's total time. Is there a way to have a cumulative time for this? For instance, all three workers were assigned to Server 1, and then the tallystatistic will add the time together. Or, do I just have to do some post calculation/analysis using Excel from an exported CSV? I appreciate all of the help! -Mario Link to comment Share on other sites More sharing options...
gocken Posted March 25, 2018 Share Posted March 25, 2018 You can follow up the logic I included. By this way you can calculate cumulative times for either workers or parts or both. ExprmntResponseResults.spfx Link to comment Share on other sites More sharing options...
Recommended Posts