luzgarcia5 Posted March 9, 2018 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.
dsturrock Posted March 9, 2018 Posted March 9, 2018 Try SetRow step. It sets both the table and its associated row.
luzgarcia5 Posted March 9, 2018 Author Posted March 9, 2018 I try it gave me an error. Can you please walk me through ?
luzgarcia5 Posted March 9, 2018 Author 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.
jzhou Posted March 10, 2018 Posted March 10, 2018 use a sequence table will do... in the sequence table ,add an additional column to store the processing time...
dsturrock Posted March 10, 2018 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
Recommended Posts