question

Liam Chiu avatar image
0 Likes"
Liam Chiu asked Liam Chiu edited

Question about transport

Hi

I have some problem. When I use arrival schedule my model will stop after a certain number of moves. I don’t know how to fix it. I have attached a model of what I have.

Thank you ~~


一次拿四個物件_take 4 items_2.fsm

FlexSim 20.1.3
transportitemoperater
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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

Tokens that can't pull anything from the list don't automatically try again when the expression field changes on the push of a new value (I believe because the actual value doesn't change.

There are numerous ways to get the model to work correctly:

- Check the 'Reevaluate All Values On Push' option.

1652681865414.png

- Add a custom reevaluation event when something is pushed to the list.

1652681851941.png

- Change the code that pushes the values to the list of lists to check beforehand if four items are ready and only push if that is the case.

1652682067584.png


1652681851941.png (20.2 KiB)
1652681865414.png (14.4 KiB)
1652682067584.png (11.5 KiB)
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.