question

justinrusty avatar image
0 Likes"
justinrusty asked Kavika F answered

Require multiple tokens to acquire one piece of equipment?

I am programming a process that uses an acquire location/equipment for an "Incubator" as a batch is being placed inside it so when the next batch comes through it chooses the next incubator instead of placing all batches in one.


However each of these incubators have multiple shelves.

Is there anyway to only acquire a piece of equipment after 3 tokens have passed and are using it?

but the moment one shelf is freed up have it become available again.

FlexSim 22.2.4
acquire resourceload multiple
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

·
Kavika F avatar image
0 Likes"
Kavika F answered

Hey @justinrusty, this might be a solution you could try. incubation.fsm

1674248969384.png

In the top right, you can see "Incubators" are pushed onto a list. They're just tokens that represent each incubator.

Tokens are created in "batches", then get put together with a Batch activity. They then pull an Incubator that is ready to receive a batch. When the incubator is pulled, it is unavailable to other batches until it is done "incubating". When the token is done incubating, it will push the incubator back on the list, ready for another batch to pull and use.

pull-and-push-incubation.gif


5 |100000

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

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.