AMAL2016 Posted November 16, 2016 Share Posted November 16, 2016 Hello, I am working on a model that process jobs (dolls) on a single station. I have 3 types of job that could be processed by just 1 resource. Resources are flexible and may do the same job but each one has its own time to do the task. Jobs are processed based on their smallest processing time. So far, the attached model could select the smallest processing time and pick the right resource (based on the index on the table) but I could not find a way to physically seize the right resource. On the seize step, I just put the preferred one; which means, it will always seize Resource 1. Here, I am starting by deterministic processing times (known in advance) but targeting the stochastic ones later on (for example: Random.Uniform(1,4)), that is why the selection must be dynamic. For example, when I get the green doll, the model is able to process it in 4 min and pick the correspondent resource (resource 4 in this case as we can see on the attached status label) but physically, Resource 1 is doing the job. Any help folks. Thank you. MyModel_6_Version 3.spfx Link to comment Share on other sites More sharing options...
gocken Posted November 16, 2016 Share Posted November 16, 2016 now it behaves the way you want. MyModel_6_Version 3.spfx Link to comment Share on other sites More sharing options...
AMAL2016 Posted November 16, 2016 Author Share Posted November 16, 2016 Oh, great thanks Gocken, you are always here for help. Unfortunately, I cannot open your file for format compatibility. I am using the 8 simio academic edition. What is your edition ? If you can just tell me what went wrong please. Slts. Link to comment Share on other sites More sharing options...
gocken Posted November 17, 2016 Share Posted November 17, 2016 I am using the academic version 9.147.14191 (http://www.simio.com/forums/viewtopic.php?f=4&t=2439), the latest released one. In fact I have made a very minor change that is seen in the attached file. The exact location of the change--> server1_BeforeProcessing-->at seize step. Hope it works for you. Link to comment Share on other sites More sharing options...
Recommended Posts