database - Saving variables in AnyLogic -


in anylogic, how can save variables excel file automatically after every time run simulation? have created dataset associating same variable (because variables not saved in log, used dataset) , can read in log after running simulation, need save automatically in excel file, each time don't need copy table log , paste excel. tried use database store variables seems complicated , couldn't work it!

there 3 ways:

  1. save variable/dataset values custom database table insert query, export table excel automatic export feature;
  2. create editable database view of log table (see creating own logs section here), , setup same automatic export procedure.
  3. write variable value directly excel file excel connectivity tool (old-fashioned way, better use 1 or 2).

Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -