Require multiple tokens to acquire one piece of equipment?

Require multiple tokens to acquire one piece of equipment?

justin.watkins54DXV
Participant Participant
464 Views
1 Reply
Message 1 of 2

Require multiple tokens to acquire one piece of equipment?

justin.watkins54DXV
Participant
Participant

[ FlexSim 22.2.4 ]

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.

0 Likes
Accepted solutions (1)
465 Views
1 Reply
Reply (1)
Message 2 of 2

kavika_faleumu
Autodesk
Autodesk
Accepted solution

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

0 Likes