vavei5 Posted November 22, 2015 Share Posted November 22, 2015 Hi, I want to record the ending time of my model in my experimentation. I want to know how much time did my model took to finish all the entity. Can you help me please Link to comment Share on other sites More sharing options...
dsturrock Posted November 23, 2015 Share Posted November 23, 2015 The model your time ended was the "current time" at the end of the run, or simply TimeNow. If you want to force that value into the output data just put the expression TimeNow in an OutputStatistic element. Link to comment Share on other sites More sharing options...
vavei5 Posted July 20, 2016 Author Share Posted July 20, 2016 Thanks you Now, what do I do if I want to record the ending time of each individual entities. Example: Entity 1 : end at time 3 Entity 2: end at time 5 Entity 3: end at time 6 etc. Link to comment Share on other sites More sharing options...
dsturrock Posted July 21, 2016 Share Posted July 21, 2016 If you want statistics on that, it (or something similar) is already recorded in the TimeInSystem statistic on the sink. But to get exactly what you asked, in the Entered Add-on Process on the Sink use the Write step found in the User Defined steps. You can write out anything you want about the system and the entity about to be destroyed, to a file of your choice. Link to comment Share on other sites More sharing options...
Recommended Posts