question

Rohan Vaidya avatar image
0 Likes"
Rohan Vaidya asked gilbert jerald edited

Minimum wait time for queue

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

Choose One
queue
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Joerg Vogel avatar image
2 Likes"
Joerg Vogel answered Joerg Vogel commented

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

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Joerg Vogel avatar image Joerg Vogel commented ·

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 0 ·
Sam Stubbs avatar image
2 Likes"
Sam Stubbs answered

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


zoneexample.fsm (20.9 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Kari Payton avatar image
1 Like"
Kari Payton answered Kari Payton commented
@Rohan Vaidya

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


3944-listpull.fsm (33.7 KiB)
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Rohan Vaidya avatar image Rohan Vaidya commented ·

@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 0 ·
Kari Payton avatar image Kari Payton Rohan Vaidya commented ·

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

0 Likes 0 ·
3944-listpull.fsm (50.8 KiB)
gilbert jerald avatar image
1 Like"
gilbert jerald answered gilbert jerald edited

@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


· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Rohan Vaidya avatar image Rohan Vaidya commented ·

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 0 ·
gilbert jerald avatar image gilbert jerald Rohan Vaidya commented ·

@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 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.