question

jing.c avatar image
3 Likes"
jing.c asked anthony.johnson commented

Back order can not pull "age > 10" when use List

Hi! everyone

You can see my model attached. I want Processor10 can only pull the item in any queues who stays more than 10s. But, it seems not work. Is it the List Setting error or SQL error?

I had tried to use "WHERE queueSize > 3", and it works well, but "age > 10" can not work

cannotpullv16.fsm

FlexSim 16.0.1
listsqlbackorder
cannotpullv16.fsm (25.4 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.

1 Answer

anthony.johnson avatar image
3 Likes"
anthony.johnson answered anthony.johnson commented

The problem is that the value of your WHERE clause will change while the back order is active. In such cases, you need to set up back order re-evaluation events, so the list will know when to re-evaluate the back order's WHERE clause.

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