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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -