Difference between revisions of "Software change log"

From SAGMILLING.COM
Jump to: navigation, search
(2016-07-20: Database index and keys)
(2016-07-20: Added last update date to projects view)
Line 1: Line 1:
 
==Change Log==
 
==Change Log==
  +
  +
=== 2016-07-20: Rudimentary calculations without entering test results is now possible ===
  +
* Circuit calculations may now be done even if no samples are present. This is usually done for quick prototyping or checking the expected power draw of a mill without all the fuss of entering test results.
  +
* The manual entry testwork fields are pre-populated with some bogus data (work index values of 10, for example) that you can change and re-run the calculations. These changes are not stored and you'll need to re-enter any testwork changes each time a mill or a circuit setting is modified.
   
 
=== 2016-07-20: Added last update date to projects view ===
 
=== 2016-07-20: Added last update date to projects view ===

Revision as of 20:29, 20 July 2016

Change Log

2016-07-20: Rudimentary calculations without entering test results is now possible

  • Circuit calculations may now be done even if no samples are present. This is usually done for quick prototyping or checking the expected power draw of a mill without all the fuss of entering test results.
  • The manual entry testwork fields are pre-populated with some bogus data (work index values of 10, for example) that you can change and re-run the calculations. These changes are not stored and you'll need to re-enter any testwork changes each time a mill or a circuit setting is modified.

2016-07-20: Added last update date to projects view

  • The listing of projects now shows the date and UTC time of the last time a complete set of "results" was generated. This date is not affected by changes to the mills or circuit settings, only the creation of a set of list of results for all samples will trigger the date to update.

2016-07-20: Database index and keys

  • Added more table indexes to speed up complicated queries such as parameter-versus-parameter plots.
  • Added foreign key constraints to improve back-end database maintenance. Should not affect end users.

2016-06-22: Rod Mill & Ball Mill circuit fixes, GMSG calculation

  • Fixes to borked RMBM circuit calculations.
  • Added RMBM circuit fed from open circuit crushing.
  • Added GMSG Bond Standard calculation to samples with Bond series of test results.

2016-04-22: Added Morrell SMC & ball mill based HPGR model

  • Uses Morrell's Mic, Mih, Mia and Mib values to predict specific energy consumption of an HPGR circuit
  • Changed summary output "proportion of power draw" for crusher classes to be based on denominator of motor output power.

2016-02-26: Added %solids warning to Austin model

  • Added a warning to Austin SAG model if %solids is outside the range of 60% to 80% solids.

2016-01-15: Bug fix and more translations

  • Fixed a long-standing bug where the liner thickness for newly created mills reverts to the default liner thickness the second time the mill is edited.
  • Made mill model names translatable strings.

2016-01-10: Testwork comparison chart

  • Added the Morrell Mib value to the list of available tests to view.
  • Changed the behaviour of plots where the same test is being plotted on both axis. The single determination is used as the index key (JOIN ON `id`) instead of all permutations of the sample (JOIN ON `sampleid`).

2016-01-06: Articles list now has topic filters

  • Added the ability to filter the list of articles so that only articles pertaining to a particular topic are shown. Easier to browse these shorter lists.

2016-01-01: Server move

  • Moved to an upgraded virtual server box with the latest PHP and MySQL implementation (using current stable Debian repository).

2015-11-17: Morrell SMC model

  • Fixed a bug where Morrell SMC model gave an error message and zero throughput. (Also related to the 2015-11-08 fix to the Raw Bond model)

2015-11-11: Bond Single Stage SAG model

  • Fixed a bug where Bond SSSAG model gave an error message and zero throughput. (The 2015-11-08 fix to the Raw Bond model broke the Bond SSSAG model)

2015-11-08: SGI model Epeb handling

  • Fixed a bug where the pebble crusher specific energy consumption was not be included in the Amelunxen SGI model Etotal value

2015-10-05: Ball mill default cone angle

  • Changed the default cone angle for ball mills to 15 degrees.

2015-10-05: Report changes

  • Allow the user to define which percentiles should appear on a report. The 'PDF export' button now opens a small text field where a space-delimited list of percentiles may be entered. If this field is blank, then no "flowsheets" will appear in the report.
  • Added some more information to mill & PDF output pages, such as the mechanical & electrical efficiency of drives.

2015-07-24: Synthetic Testwork results

  • Added a new column to several testwork tables called 'synthetic'. If this column contains a value of '1' (boolean=true) for a test, then that test is understood to not be a real test result and is therefore not shown on the testwork comparison charts. It is available when running circuit model simulations and does show up in the list of model results.
  • Fixed a bug where the motor torque for mills with qty>2 was showing the sum of the torque for all mills rather than the torque for a single mill.

2015-06-12: Test result summary

  • A testwork summary listing now shows the Mia and Mib values needed for the Morrell SMC model. The DWI value was removed from the summary as it is not used directly in any of the models.
  • Minor changes to the PDF report showing specific energy model names rather than their ID number.

2015-06-02: Tent Diagram

  • A Tent diagram can now show just power, just torque, or overlay both.

2015-05-13: Drive torque

  • Modified the tent diagram to show the process torque demand (at the mill shell) across the range of mill speed
  • Added the torque (at the mill shell) to the list of properties in the mill detail listing.

2015-05-07: Tent diagram

  • Modified range of tent diagram up to 85% of critical speed.
  • Fixed bug where operating speed determined the torque of the tent diagram peak.

2015-04-25: Added Morrell SMC (Mia, Mib) SAB & SABC circuit model

  • New specific energy model for SAG & ball mill circuits that uses Mia (from SMC™ test) and Mib (from a Bond WiBM) values.
  • Must enter the following information for the Bond ball mill work index to permit Mib calculation in order to run this model:
    • Test P100 (closing screen) size, µm
    • Test P80 size, µm
    • Test F80 size, µm
    • Test grams per revolution (GPR)

2015-04-21: Added rod mill-ball mill circuit model

  • New specific energy model using Bond/Rowland method for rod mills and ball mills.
  • Fixed a problem with default values not appearing in drop-down select fields.
  • Tweaked behaviour of SGI model under SAG-limited and ball-limited conditions.

2015-04-10: Added Amelunxen SGI model

  • New specific energy model for SAG & ball mill circuits that uses SGI (or SPI™) values instead of Bond work index for rod mill and crushing.
  • Mandatory to set the CFsag and CFball configuration factors, see the documentation.

Bug list

Known bugs that are scheduled for fixing:

  • SGI model PDF output does not show the CFsag and CFball values [mostly cosmetic, low priority]