MauricioBiolato Posted February 27, 2019 Posted February 27, 2019 I was wondeing if is there any way of doing a warm up period for the model. I know that's easy to do in the experiments mode, but It whould be great to be able to do it somehow in the facility view. Any suggestions? Rds.
cwhitehead Posted February 28, 2019 Posted February 28, 2019 Hi Mauricio, You can create a mock warm-up period by using an OnRunInitialized Process. An OnRunInitialized Process is executed when the model is first initialized. For example, you can use OnRunInitialized to Create and Transfer Entities into specific Servers as soon as the model is initialized, which is similar to what a warm-up period does. You can read more about OnRunInitialized in the Simio Reference Guide under the topic "Processes". While using OnRunInitialized can give you similar results to a warm-up period, it is not exactly the same as the Warm-up Period in the Experiments window. Keep in mind doing this will affect your Experiment and any other statistics collected (i.e. if you use a Warm-up Period in the Experiment it will essentially warm-up twice). A second option to explore is using a Timer to trigger a Process that contains a Clear Statistics step. This Timer should only go off once. This option is more similar to what a Warm-up Period in the Experiments window actually does. All the best, Caleb Simio Technical Support
MauricioBiolato Posted February 28, 2019 Author Posted February 28, 2019 Thank you very much Caleb. Delay & Clear Statistics works perfectly. Rds.
Recommended Posts