question

Roger W avatar image
0 Likes"
Roger W asked Jeff Nordgren edited

flexsim live data to another program (excel, note pad, the web)

I am looking for a way to display the output data while the simulation is running outside of flexsim. It could be at a note pad or excel table. For example, every 20 seconds, it will check the content of a queue and generate a new entry at a note pad or excel file, or uploading it on a webpage? Can this be done on flexsim?

export data
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

·
Phil BoBo avatar image
1 Like"
Phil BoBo answered Jeff Nordgren edited

@Roger W,

Yes, this can be done with FlexSim.

You can write to Excel using the commands that start with excel.., such as excelopen(), excelwritenum(), excelclose(), etc.

You can also write to text files (which can be viewed with Notepad) using the file commands, such as fileopen(), fpt(), fileclose(), etc.

You can also upload data to a web server. See Web Communication Within FlexSim

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.