question

JIANYUAN, HALLEY L avatar image
0 Likes"
JIANYUAN, HALLEY L asked JIANYUAN, HALLEY L commented

Why does my model keeps crashing?

When I'm running this model, it keeps crashing for some reason. I think it had to do with some errors that I'm not aware of. Have I made a system error somewhere in the codes or is the model too large for normal computers to run?

actual-5.fsm

For context, this is the simplified model that I've used to let the model run. The logic for both models are similar but scaled down.

test-13-working-2-retest.fsm

FlexSim 20.0.0
global table3d modelprocess flow activitieswidgets dashboard
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

·
Steven Hamoen avatar image
1 Like"
Steven Hamoen answered JIANYUAN, HALLEY L commented

@JIANYUAN, HALLEY L You are mixing up the logic of 3D and process flow. This is never a good idea. In the 3D you are using port connections and in the process flow you are moving objects. Around 124.6 seconds process PT5To2 is finished and sends it product on to the sink and on that time it crashes. If you change the sink to a queue, your model stays alive. I'm not sure if you still use that box object somewhere or you have an event that is triggered or something like that, but it looks like the fact that the object is send to sink (and destroyed) creates your problem.

Other remarks is that I think that you can make your logic in process flow much easier. If you would use the partion of a list, you can probably use 1 list and 1 piece of logic for everything.

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

JIANYUAN, HALLEY L avatar image JIANYUAN, HALLEY L commented ·

Okay thank you! I think I got it solved in that way.

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.