luzgarcia5 Posted March 9, 2018 Share Posted March 9, 2018 I currently working on a simulation that have different entities that go through the same server but each entity has different process time. The problem is when I go to the process tab and I search for set table I can’t find it. I will appreciate if someone can help me on this. I’m really trying to finish this simulation today. Link to comment Share on other sites More sharing options...
dsturrock Posted March 9, 2018 Share Posted March 9, 2018 Try SetRow step. It sets both the table and its associated row. Link to comment Share on other sites More sharing options...
luzgarcia5 Posted March 9, 2018 Author Share Posted March 9, 2018 I try it gave me an error. Can you please walk me through ? Link to comment Share on other sites More sharing options...
luzgarcia5 Posted March 9, 2018 Author Share Posted March 9, 2018 Im creating a model that has different entities and it has to go two different servers. The problem have is that each entity has different process time at each server. Can someone please help me? I try setting up table and it did not work. Thanks. Link to comment Share on other sites More sharing options...
jzhou Posted March 10, 2018 Share Posted March 10, 2018 use a sequence table will do... in the sequence table ,add an additional column to store the processing time... Link to comment Share on other sites More sharing options...
dsturrock Posted March 10, 2018 Share Posted March 10, 2018 Yes, I'd study these SimBits (in order, each builds on the previous): EntityFollowsSequence - Single entity type EntityFollowsSequenceMultiple - Multiple entity types EntityFollowsSequenceWithTable - Entity’s job table refers to its sequence data EntityFollowsSequenceWithRelationalTables - Sequences using relational data tables Link to comment Share on other sites More sharing options...
Recommended Posts