Vic Posted September 18, 2019 Share Posted September 18, 2019 New to Simio and learning as I go. The attached model includes a CombinerNode1 that batches entities in groups of 2 & 5 (random.discrete). I would like Server1 to use different processing times for the different batch sizes. For example, a batch of 2 entities should be processed in 5 seconds; Batches of 5 entities in 7 seconds, etc.. Eventually I will create batches of up to 6 entities. I have tried using Server1.Processing.Contents for Processing Time, but seems to return the value of 1 all times. Any help is appreciated! Thanks! Processing time based on BatchSize.spfx Link to comment Share on other sites More sharing options...
GFurtado Posted September 19, 2019 Share Posted September 19, 2019 Try using ModelEntity.BatchMembers in your processing time expression. I believe it'll work. Link to comment Share on other sites More sharing options...
Vic Posted September 19, 2019 Author Share Posted September 19, 2019 Thank you Gustavo, that works great! Link to comment Share on other sites More sharing options...
Recommended Posts