question

Victor Alejandro HT avatar image
0 Likes"
Victor Alejandro HT asked Victor Alejandro HT commented

Transporter moving items with specific time PF

transporter-con-tiempo-determinado.fsm

Hi all,

I want that every 500 seconds a transporter moves 10 items from a queue to a sink. I tried to solve it with process flow, with this approach with no success. I attached the model.

Thanks in advance.

FlexSim 18.2.0
process flowtransporter batch transport
5 |100000

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

gilbert jerald avatar image
3 Likes"
gilbert jerald answered Victor Alejandro HT commented

@ Victor Alejandro HT ·

HI,

I have reattached your model with some changes on it.

1) In create tokens you have not set the destination where the token should create. Now it s been corrected.

2) In Queue 2 send to port I push the item to a list and in a process flow, I refer those items via process flow list to move the item from queue2 to sink through the transporter.

I have attached the model for your reference have a look at it.

transporter-support.fsm

Thanks


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

Victor Alejandro HT avatar image Victor Alejandro HT commented ·

Thanks Gilbert, now it is running and moving one by one. If a need to move them ten by ten, what should I do? I have change the parameters in Create Tokens to one

and in Pull from list Request and Require number to ten but it is not moving the way I need

Thanks again.

0 Likes 0 ·
create-tokens.png (11.6 KiB)
pull-from-list.png (15.4 KiB)
Jordan Johnson avatar image
1 Like"
Jordan Johnson answered Victor Alejandro HT commented

Here is a version of your model that moves all items at once:

transporter-con-tiempo-determinado-modificado.fsm

I changed the approach a little bit. I removed the Create Tokens activity. Only one token needs to pull from the list and acquire/release the transporter. However, you do need one token per item to load/unload things. So I used a Run Sub Flow activity, that creates one token per pulled item, to load and unload items. Hopefully, that makes sense.


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

Victor Alejandro HT avatar image Victor Alejandro HT commented ·

Hi @jordan.johnson and @gilbert jerald thank you very much for your ideas. At the end I made an hybrid of both approaches to exactly get what I want. I need that exactly every 500s the Transporter load the items so I use the Create tokens activity. I attached the final version of the model if you want to check it out.

Have a great day.

transporte-version-final.fsm

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.