Using global tables to dictate queue release

conner_f
Not applicable
0 Views
2 Replies
Message 1 of 3

Using global tables to dictate queue release

conner_f
Not applicable

[ FlexSim 19.1.0 ]

I am trying to have a global table dictate to a queue when to release the object in queue depending on the time in the rows and the simulation will last several days, columns. What is the best way to do this? I am still learning FlexSim and can't seem to figure out how to accomplish this.

0 Likes
Accepted solutions (1)
1 View
2 Replies
Replies (2)
Message 2 of 3

jeff_nordgren
Not applicable

@Conner F,

Sorry for the slow reply.

It's really hard to answer a specific question on a model without having the model to look at. Is it possible for you to send us your model or a sample model of the problem(s)? That would help us understand the problem much better.

Thanks.

0 Likes
Message 3 of 3

joerg_vogel
Not applicable
Accepted solution

The classic approach is to write the sequence into the schedule table in the source. The Arrival Style "Arrival Schedule".

21139-creation-by-simulation-run-time.jpg

you can import an excel table.

In Process Flow you create a token by a Date Time Source activity.

21140-create-item-on-date-time-schedule-process-flow.jpg

Then a Create Object activity will place as many items as you like in or at the object in the 3D Model. It is probably a queue. You need no more a 3D source.

0 Likes