Jump to content

Recommended Posts

Posted

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 :)

Posted

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.

  • 7 months later...
Posted

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.

Posted

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.

×
×
  • Create New...