question

Johan L2 avatar image
0 Likes"
Johan L2 asked Phil BoBo commented

Creating model from external source

Hello,

I am prototyping a way auto generate a Flexsim model (conveyors to start with) from a layouting tool. The data can look something like attached. json.txt

What would be the best approach to go about this? My initial thinking was to use a dll that could open an file and insert the models. Not sure that's the best way to go.

I'm all new to Flexsim and appreciate all help I can get. The examples I can find are mostly related to customizing models but in this case I just want to use the built in models for conveyors.

Is there any examples where someone have done something similar?

Thanks!

FlexSim 22.1.1
autobuild
json.txt (994 B)
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

·
Steven Hamoen avatar image
1 Like"
Steven Hamoen answered Phil BoBo commented
· 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.

Phil BoBo avatar image Phil BoBo ♦♦ commented ·

Additionally, there are FlexScript commands for reading files and a FlexScript API for parsing JSON:

Command Reference - fileopen (flexsim.com)

FlexScript Class - JSON (flexsim.com)

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.