question

wang W2 avatar image
0 Likes"
wang W2 Suspended asked tannerp commented

pull from list model was stucked

SUPPORT.fsmI build a model use list functionality,every setup was right,but when I run the model,the 3D objectors part just stucked at the begining of running,but in processflow the token just loop repeatedly ,like screenshot below.

Attach is my model,hope it can help illustrate my problem.thank you very much

FlexSim 20.0.3
processflowlist
无标题.png (16.5 KiB)
support.fsm (47.7 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

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

Just deactivate Use Max Wait Timer in Pull from List activity.

Edit alternative b:

  • activity Delay: value larger than 0.00! And
  • activity Pull from List: Option Insert at Front of token.pulled! And
  • activity Run Sub Flow: in Assign Labels to Children for myitem the value is:
    token.pulled.pop()
    or
    token.pulled.shift()
· 5
5 |100000

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