question

Professor Yuan avatar image
0 Likes"
Professor Yuan asked Jeff Nordgren converted comment to answer

I want to solve job shop problem use list,processor come out conflict.

ft06.fsm

FlexSim 18.2.2
job shop simualtion
error.png (83.5 KiB)
ft06.fsm (24.1 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.

tannerp avatar image tannerp commented ·

Hi @Professor Yuan,

I am not certain what your model is designed to do based on my first look at it. Could you please provide an explanation of how your model is supposed to work? I understand that you'd like to push and pull items to/from a list, but a little extra information about your process would be helpful in solving the issue at hand. Thanks!

1 Like 1 ·

1 Answer

·
tannerp avatar image
0 Likes"
tannerp answered

Most of the problem comes because the Processors all fill up and can't pull the next item because they can't get rid of their current item. Hopefully this helps/makes sense.

Here's my first suggestion in order to at least keep the model running. I used a Queue as a delay to help the items breathe between processes. Until we know what the priority is for each item and process, it's hard to know how we can fix this model.

Example Model: job-shop-pulling.fsm


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.