question

Shawn avatar image
0 Likes"
Shawn asked Shawn commented

Flexsim crash

Hello,my model can works, but Flexsim crashes directly after execution. Is it because I use too much process flow? If so, is there any smart way to help me simplify my process flow?

Please see the attached .fsm file.

warehouse case.fsm

Regards,

Shawn

FlexSim 22.1.0
processflowflexsim crashing
warehouse-case.fsm (491.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.

1 Answer

·
Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered Shawn commented

The model crashes because a transporter unloads a pallet to Separator7 while it is still processing the previous one. This causes the new pallet to be send to the queue together with the content of the previous pallet. When the process time of the second pallet elapses, it is not in the separator anymore which causes the crash.

How you could fix this:

- Unload to a queue that leads into the combiner, so the new pallet would wait for the process to finish.

- Set the process time to 0, so there is never any wait time.

- Add some logic to the process flow that checks whether the separator is empty before the transport unloads to it.

1652687985864.png

1652688081767.png

You have to do this for all separators of course, #7 is just the one where it happens first.


1652687985864.png (30.9 KiB)
1652688081767.png (55.6 KiB)
· 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.

Shawn avatar image Shawn commented ·

Hi Felix,thanks for your answer.
Now I know how to fix that!
By the way, can I get my transporter and operator back to the starting point through preferredpath?

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.