question

JoseVM avatar image
0 Likes"
JoseVM asked JoseVM commented

How to make transporter to wait until Separator finishes.

Hello,

I am quite new in FlexSim and I have some problems regarding to batches. I would like to transport a batch to from a Combiner to a Separator through Process Flow. The problem I found is that with the logic I set, the transporter does not wait the separator to finish, accumulating batches in the separator. How can I avoid that? I would like the transporter to wait until the separator is empty. I know that it is much more easier to set the transport with 3D logic but I am interested in doing it with PF.

Thanks in advance.

question-separator.fsm

Ignacio

FlexSim 19.1.0
process flowseparator
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

·
Braydn T avatar image
0 Likes"
Braydn T answered JoseVM commented

@José Ignacio MN

Change the wait for event to OnContentChange, decrease to or through value, set value to 0, and check the fire if initial value meets rule.

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

JoseVM avatar image JoseVM commented ·

Check "fire if initial vale meets rule". That was the point, Thanks so much!

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.