question

S_Guru avatar image
0 Likes"
S_Guru asked Jason Lightfoot commented

Dynamically edit logistics network based on input data

Hi,
I am new to Flexsim and eventually want to build a large scale logistics network simulation model.

I wonder if it is possible to create network (consisting of node and arcs) dynamically using input data. Node can represent distribution center, store, or customer locations. Arc can represent connection (for the flow of goods) between the nodes. I want to build a generic model so that I can test various node/arc configurations. For instance, use the input data for node/arc to force open or close a node/arc. I would appreciate any comment.

FlexSim 20.2.0
flexsim 20.2.0networkdynamiclogistic
· 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

Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Jason Lightfoot edited

You can use the createinstance() and contextdragconnection() functions to build your model from data. There are many examples on the forum by searching for those commands like here and here.

You just need to know which classes to create. If it's geographically scaled then using FlexSim's network between objects will account for distances for travellers (you can add virtual distances if you need to see everything in a condensed layout).

5 |100000

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