question

Matheus Rosa avatar image
1 Like"
Matheus Rosa asked Adrian Haws commented

How to send items to multiple Fixed Resources in Process Flow?

I'm using Process Flow to make a transporter pick up items from a queue and take them to a rack. I want to expand the model now so that the transporter takes the items to 3 racks. How do I do that?

FlexSim 16.0.1
process flowracktransportertask sequencesend to port
5 |100000

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

1 Answer

·
Matthew Gillespie avatar image
3 Likes"
Matthew Gillespie answered Adrian Haws commented

An easy way to do this would be to use a Fixed Resource list. In the attached model I have the 3 racks push themselves on a Fixed Resource list using the pickoption in their Pull Strategy field. The Process Flow then pulls from the Fixed Resource list when determining where it should go.


· 3
5 |100000

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

Matthew Gillespie avatar image Matthew Gillespie ♦♦ commented ·

@Matheus Rosa

I updated the model so that the transporter checks how many open spots there are before pulling the rack off the list. To do this I had to add an expression field (openSpots) to the Fixed Resource list (double click on FRList1 in the Toolbox). I also added a query to the "Pull Rack" Pull from List activity that says: WHERE openSpots >= puller.number.

0 Likes 0 ·
Matheus Rosa avatar image Matheus Rosa Matthew Gillespie ♦♦ commented ·

I would like to know if it is possible to make the transporter unload all the 50 boxes in 1 movement, cause he is putting the items on my rack one by one even if he already has 50 boxes on him.

0 Likes 0 ·
Adrian Haws avatar image Adrian Haws Matheus Rosa commented ·

@Matheus Rosa do you still need an answer to this last question?

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.