question

SuhyeonK avatar image
0 Likes"
SuhyeonK asked Felix Möhlmann answered

result value to the specified csv file

(Finally, I'm trying to link the Flexsim data value to a specific system display screen. Before that, I'd like to know if the following situation is possible among the various methods.)

1. Is there a way to automatically update the simulation result value to the specified csv file?

2. The above question refers to the time when the simulation is completed, and the second inquiry is wondering if the values being calculated in real time can be expressed in the specified csv file in the same real time.

FlexSim 24.2.1
csv filesresult value to the specified csv file
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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

You can use exporttable() to export an entire table in FlexSim to a csv-file. Though that doesn't allow to insert single values.

Alternatively you can use the various excel-commands to open a file in an excel workbook and read/write data. This can be done at a any time during a model run. Though it is quite slow.

https://answers.flexsim.com/questions/172253/how-to-export-global-table-values-to-an-existing-e.html

A quicker option might be to not use a csv-file and instead connect both FlexSim and the external dashboard to a database and update that.

5 |100000

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