pull item from queue on an specific time with specific order

pull item from queue on an specific time with specific order

mehak_v
Not applicable
15 Views
4 Replies
Message 1 of 5

pull item from queue on an specific time with specific order

mehak_v
Not applicable

[ FlexSim 17.1.2 ]

Dear All,

I have a model where I want to pull items on an specific time with specific order from queue. e.g. item 3138 at 9.00:10, item 3133 at 9:12:13 and so on. I have store release time and item order in Global table 1.

Regards,

Mehek

0 Likes
Accepted solutions (1)
16 Views
4 Replies
Replies (4)
Message 2 of 5

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

Then you reate delayed messages to initiate events at the time stamps you want to pull items. In the OnMessage Trigger you pull the items from a list instead of a global table.

The other approach to get time controlled events is to build a ProcessFlow wherein you delay a token. This initiates a pull from list action or a moveobject action.

0 Likes
Message 3 of 5

jeff_nordgren
Not applicable

@Mehak V,

I sent you an answer here. It is in version 7.1.1 (latest version). That may be why you can't open it. To see the solution, you may have to download the Trial version of 17.1 to be able to open the model.

0 Likes
Message 4 of 5

mehak_v
Not applicable

Thank you @Jeff Nordgren, it working fine after installing latest version of flexsim.

0 Likes
Message 5 of 5

mehak_v
Not applicable

Thank you @Jörg Vogel

0 Likes