question

Kj311 avatar image
0 Likes"
Kj311 asked Kj311 commented

Errored when following the manual 1.4 Global Lists

1.4 Tasks Using Global Lists.fsmI'm getting this error when running this model while following the instructions for 1.4 Tasks using global lists. https://docs.flexsim.com/en/22.0/Tutorials/TaskLogic/Tutorial1TaskLogicTools/1-4TasksGlobalLists/1-4TasksGlobalLists.html

The MODEL is attached, thank you for all your help!

1652197287492.png

FlexSim 22.0.0
listsglobal list
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

·
Jacob W2 avatar image
0 Likes"
Jacob W2 answered Kj311 commented

Hi @Kj311,

I found two errors in your model. The first that is creating the error pop-up is in your basic Task Sequence process flow activity. The unload Item at processor activity is trying to accept "token.ItemToTransport" but there isn't a token with that name. If you change it to "token.TransportedItem" it will fix that error pop-up.

The next error I found was with Destination4 in your GlobalListLogic plane. The on Entry trigger is trying to sort "item.RushOrders" but the rush order label is "item.RushOrder". If you fix those two errors your model will work just as it is supposed to.

I have attached my model with edits so that you can see how the model should work.

1.4-JW.fsm



14-jw.fsm (102.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.

Kj311 avatar image Kj311 commented ·
Thank you so much, Jacob!
0 Likes 0 ·

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.