gibazzi Posted May 31, 2016 Share Posted May 31, 2016 Hello, I have a model that uses an arrival table to define the sequence to create my entities. In the same table I have the processing times for my servers . I don't know why but seems that my model is simply ignoring my table, entities creation sequence and processing times are not using data from the table. I have tried a lot of things but could not find what is wrong. I hope someone here can help me. Attached is my model. Thanks for the support. Model_2_heads.spfx Link to comment Share on other sites More sharing options...
devdatta Posted May 31, 2016 Share Posted May 31, 2016 Hi, I think the model is using the table to generate entities and assign processing times. In the data table there are couple of rows with PO_Sequence value of 0 and associated processing times with these rows is also 0. So the model is creating all those entities on initialization and all of those entities have an associated processing time of 0. If you increase the maximum number of entities then you can observe that entities are being created and processed based on the table. Thanks, Link to comment Share on other sites More sharing options...
Recommended Posts