Minimum wait time for queue

Minimum wait time for queue

rohan_vaidya
Not applicable
12 Views
9 Replies
Message 1 of 10

Minimum wait time for queue

rohan_vaidya
Not applicable

How do I make every item wait in the queue for 'x' amount of time before releasing them from the queue?

0 Likes
Accepted solutions (1)
13 Views
9 Replies
Replies (9)
Message 2 of 10

gilbert_jerald
Not applicable

@rohan vaidya

i have attached a model for your question in this each item will stay in queue 5 for 30 min before going to sink hope this will help you

thank you delay-the-box-for-some-some-before-exit-from-queue.fsm

Message 3 of 10

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

You add a processor previous to the queue in the model flow and change the process time.

Message 4 of 10

rohan_vaidya
Not applicable

Hi, this works. But the queue can hold a total of 8 units at a time. I basically want to simulate a curing process. Referring to your file, an object should wait for 30 minutes in the queue and then move. But the queue should be able to hold 8 objects at a time. @gilbert jerald

0 Likes
Message 5 of 10

joerg_vogel_HsH
Mentor
Mentor

You can extend the capacity of the processor. Then you get an object, that holds the items as long as the process time lasts.

0 Likes
Message 6 of 10

kari_payton
Not applicable
@Rohan Vaidya

if you are familiar with process flow you can use a custom Fixed Resource. I have sample model attached. 3944-listpull.fsm

Message 7 of 10

sam_stubbsYXX86
Community Manager
Community Manager

I've created a small example of how you could do the same thing as what Gilbert Jerald was doing, but using a Process Flow. I used Zones with the the "Use Max Content" box checked to restrict the number of items on the processor, and especially in the queue as you designated to Gilbert Jerald.

zoneexample.fsm

Message 8 of 10

rohan_vaidya
Not applicable

@Kari Payton Hi, Thank you for your response. Its working as I want it to in the porcess flow environemnt but I cannot see 8 objects in the queue in the 3D environment. The 3D environment always has one object in the queue? Is it possible to visually show it as well?

0 Likes
Message 9 of 10

kari_payton
Not applicable

@Rohan Vaidya I used a template from FlexSim library to set the locations. see updated model 3944-listpull.fsm

0 Likes
Message 10 of 10

gilbert_jerald
Not applicable

@Rohan Vaidya

Hi , I think the question which you are asking is clearly explain by Mr. sam stubbs by inter linking process flow and 3d model check it out.if not means you can ask your question.

thank you

0 Likes