question

anon-user avatar image
0 Likes"
anon-user asked Jason Lightfoot commented

I want to enter the next batch after ejecting all items

I want to enter the next batch after ejecting all the items being processed by the processor.

I have set current.subnodes.length == 0 to the condition, but it doesn't work.


What's wrong?

How can I fix it?



FlexSim 20.1.3
flexsim 20.1.3processorbatchbatch sizebat
· 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

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Joerg Vogel commented

The content of a processor is still 1 when a last item leaves.

Test it on your own on exit

  1. print(current.subnodes.length);
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.