
hwjeon
-
Posts
2 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Gallery
Downloads
Posts posted by hwjeon
-
-
Hi,
I'd like to build a model with arrival and processing times in data tables.
I figured out how to create arrivals based on a table - setting arrival mode on a source object into Arrival Table and linking the table column to Arrival Time Property.
A real problem is about how to link processing times in a data table to a server object.
I set Processing Time of a server object as the table column, but it doesn't work.
I know this is a row reference related error, but I don't want to have the RandomRow option, since the processing time should be selected for each entity in the order of processing times in the table.
To make a long story short, I have two tables, each of which is for arrival and processing times.
Arrival table.Arrival = 0.1, 0.2, 0.3, 0.4, 0.5
Processing table.Proc = 0.05, 0.06, 0.07, 0.08, 0.09
The 1st entity should be created at 0.1, and its processing time should be 0.05.
The 2nd entity should be created at 0.2, and its processing time should be 0.06.
The 3rd entity should be created at 0.3, and its processing time should be 0.07.
The 4th entity should be created at 0.4, and its processing time should be 0.08.
The 5th entity should be created at 0.5, and its processing time should be 0.09.
For your information, the file has been attached to this post.
Anybody can help me with this?
Thanks a lot in advance!!
Data tables for arrival and processing times
in SI General Discussions
Posted
Thank you so much.
The problem fixed!
Even when I was posting the question, I believed that this shouldn't be that difficult, and it turned out to be true.
Thanks again!!