question

abdo avatar image
0 Likes"
abdo asked Jason Lightfoot edited

how to make route based on global table ?

i need to make a route of each product based on its name by using global table

1710031995686.png

1710031920620.png

1710032026839.png

but when i run the model that error appear

1710032087686.pngwhat should i do

trial 1.fsm

FlexSim 22.2.0
global tablerouting
1710031920620.png (40.5 KiB)
1710031995686.png (2.4 KiB)
1710032026839.png (24.3 KiB)
1710032087686.png (51.1 KiB)
trial-1.fsm (41.2 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.

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Jason Lightfoot converted comment to answer

This error is telling you that there is missing a reference for a destination of a travel task. You need to build a process flow structure that assigns labels dynamically by progress in your model. Typically you evaluate on Entry event involved object to assign this data to your involved token. A assign labels activity will set a destination label upon involved object data by case.

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

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

Here's a better solution with a better data structure on which you can build/expand with no hard coding/modelling:

1710163289301.png

1710163254524.png

In a less trivial model you might choose to put the remaining process steps label on the item itself and not use the loop, and/or add some sychronization to processing events occuring in the Objects()/3D scope.

trial-1_jl.fsm

I'd recommend you also do the tutorials to get a better understanding of the basics.


1710163254524.png (14.2 KiB)
1710163289301.png (5.0 KiB)
trial-1-jl.fsm (43.2 KiB)
· 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.