question

Tyler Morrison avatar image
0 Likes"
Tyler Morrison asked Joshua S answered

Processor is in the blocked state even though it is pushing items to a list

I am working on a simulation and when I run it some of my processors become blocked and I can't figure out why. When items are done processing they are pushed to a list and then a queue pulls them from that list. Any help is greatly appreciated.

Thanks,

Tyler Morrison

FlexSim 18.1.1
processorlistspush to listblocked
push-to-list.png (12.4 KiB)
· 2
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

Joshua S avatar image
0 Likes"
Joshua S answered

@Tyler Morrison

Is your queue pulling from that list at all times? When an item is done at a processor, even though it is pushed to a list, the item still needs a place to be,so it will stay at the processor, blocking it, still the item is pulled and placed somewhere else.

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