question

Piotr R avatar image
0 Likes"
Piotr R asked Piotr R commented

How to set up minimum staytime for 4 pallet in rack ?

Hi guys ;)

modelv1.fsm

Can somebody help me with my model. I am trying to set up a configuration for the rack. After collecting 4 pallets it should hold all of them for 200 sec then release them one by one to the sink. After that operator should transport first pallet from queue to the empty rack.

The second question is : how to make source in my model produce 2 flowitems at the same time : 1 red and 1 green.

Thank you so much for your time ;)

FlexSim 19.0.1
rackflowitem
modelv1.fsm (49.1 KiB)
· 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.

David Seo avatar image David Seo commented ·

@Piotr R

Where is the place to hold 200 secs? Queue? or Rack? As you said and made the model, the place is a Rack. But your last sentence is the Queue. What is the exact issue?

Second, you can use a Separator object to copy one item from Source to Two items at the same time after the Source and then you can make them as 1 red and 1 green item.

I attach the model of the second issue.

17573-modelv1-seo.fsm

0 Likes 0 ·

1 Answer

·
tannerp avatar image
1 Like"
tannerp answered Piotr R commented

Here's an example of how you can use Process Flow to accomplish what you're after. I wasn't sure on the second part of your question if the 2 flow items should alternate which conveyor they were sent to, but feel free to comment back if you have adjustments or questions.

The biggest benefit of Process Flow is that you can control the exact behavior of the 3D model without having much logic in the 3D at all. The PF block I made has the items enter a zone with a max content of 4, get sent to the rack using the transporter, collect in a batch, then re-open the output of the rack, allowing items to be sent to the sink. Hopefully this helps!

Model: minimum-staytime-pallets.fsm


· 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.

Piotr R avatar image Piotr R commented ·

That helps a lot, thank you so much !

1 Like 1 ·

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.