question

JoseVM avatar image
0 Likes"
JoseVM asked Benjamin W2 answered

Transporting flowitems one by one after separator

Hello everybody,

I am in working with a simultion where I have to hadle batches. In a specific point, I have to transport objects from a Separator to a Processor with a crane. I would like to set that logic with Process Flow, but crane get blocked due to the tokens that stay in the Acquire activity (see Picture).

I wonder why, after the Release Activity, a token does not go down and continiues the PF. I also attach the .fsm if helps.propio-cranes.fsm

Thanks in advance,

José.

FlexSim 19.1.0
process flowcranetransportone by one
crane.png (293.7 KiB)
propio-cranes.fsm (56.6 KiB)
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

·
Benjamin W2 avatar image
1 Like"
Benjamin W2 answered

Hi @José Ignacio MN,

On your release activity, you are trying to release the resources assigned to token.resource. In your Acquire activity, you assign the resource to token.portico. If you change your Release activity to match your Acquire, this should fix your problem.

release.fsm


release.fsm (56.3 KiB)
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.