Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

All the key steps for creating and validating a common generic Reserves Model based on multiple block models, as well as instructions for mapping fields, adding variables and checking results, see below.

Table of Contents

...

Creating new Reserves Model

  1. Click the New button to open the Reservable Models Generator window.

  2. Import your Block Model (for this tutorial start with “pit1a”).

    1. supported formats are:

      1. .csv

      2. .bmf (Vulcan)

      3. .bintab

      4. .dat (MineSight)

      5. .mdl (Surpac)

      6. .dat (Micromine)

...

Tip

When importing Block Model CSV, you’ll see a preview of the first 100 rows of this CSV. It's a good time-saving feature, as your site Block models CSVs can be of a very large size and take a long time to open.

Reservable Model Generator Overview

Once you complete an import, in the Reservable Model Generator window you’ll see:

  1. List of imported Block Models.

  2. All the fields contained in the imported Block Model listed on a right hand side, as well as feature to create and choose Custom Variable, that can be missing, but required for mapping to one of the fields.

  3. Default fields that every single Reserves model needs to have.

  4. Minimum and Maximum columns to clamp numbers by block to be >= Minimum and <= Maximum.

  5. Format selection column.

  6. Mapping fields to be populated.

  7. List of errors without resolving which you will not be able to generate your Reserves model.

  8. Row Parcel Mappings template.

  9. Buttons to Generate Reserves Model or Cancel changes made.

...

Basic Default Fields Mapping

  • Once the block model has loaded, its header fields are listed in the Variables panel on the right.

  • To map variables to the fields you can:

    • manually type it in,

    • drag and drop,

    • double click.

  • X, Y and Z are blocks coordinates.

  • DX, DY and DX are blocks dimensions.

  • For the Volume field use the formula N("DX")*N("DY")*N("DZ").

    • For the DryTonnes field use the formula N("DX")*N("DY")*N("DZ")*N("SG").

    • For the WetTonnes field use the formula N("DX")*N("DY")*N("DZ")*N("SG")/0.95 or N("DX")*N("DY")*N("DZ")N("SG")(1+N("moi")).

  • Numeric fields use the N(“field”) syntax, and text fields use the T(“field”) syntax.

...

Generating Reserves Model

To check if the values are correct, generate a preliminary basic Reserves Model by hitting Generate button.

...

  • Reserves model based on a single Block Model.

  • Path to the folder where it is stored.

  • Count of blocks and model extents.

  • Summary with populated fields and materials grouped as “rock” (as specified Parcel).

Editing Reserves Model

Press Edit button to come back to the Reservable Model Generator and input additional information.

...

Adding Grades

To add new fields use the Add Additive (Sum), Add Weight Averaged (Weighted) and Add Text (Class) Icons located in the top button ribbon. These add new rows into the field list.

...

Since all grades are weight averaged by Dry tonnes, add three weight-averaged fields “Head_Fe”, “Head_Al” and “Head_Si” and map corresponding fields to them.

...

Creating Ore and Waste parcels using “IF” statement

To make different parcels and define Ore and Waste use the “IF” statement N("<...>") <= 0 ? 0 : N("<...>").

...

4. Use Min/Max toggle to display minimum and maximum values.

...

Creating Ore and Waste parcels using Custom Variables

Normally Ore and Waste definitions are more complex and multiple grades and types inputs are required. In this case, use Custom Variable functionality to define different properties through the Script Editor. Scripting language is C#.

...

9. In the list of available variables on the right you will see a new variable CustomT("CustomTextVar") in bold, map it to the Parcel field.

...

11. Review grades in the Reserves Summary.

Creating more detailed on the grade binning variable

Advantage of creating Custom Variable via the Script Editor is that there it’s possible to add more complicated variables.

...

4. Review grades in the Reserves Summary. Based on populated values, you should see “hg”, “mg”, “lg1”, “lg2”, “minw” and “w” parcels added.

...

Adding Multiple Grade Bins

Create more detailed on grade binning custom variable, consisting of two variables: Parcel (as shown above) and OreType, including Al and Si grades.

...

3. You should see two new Custom Variables CustomT("Parcel") and CustomT("OreType"). Map in “OreType” to the Parcel field and generate new Reserves model.

...

5. Check what grade binning has been applied correctly by toggling Min/Mix values display.

...

Adding Extra Fields

So far we mapped only default block model fields and fields for Heads Fe, Al and Si. Now we can create and map additional fields for Lumps and Fines.

...

  • blockmodelfields.abmf - fields.

  • blockmappings.abms - mappings.

...

Adding multiple Block Models

Press the blue plus icon to download additional Block Models you wish to combine within one Reserves Model.

...

For each of the imported Block Models fields are the same. Within the Reserves Model for each of the Models you are importing in you have to have the same structure (number of fields and fields themselves). If in source models different variables or different names are uses, you can change fields mapping, but not the fields.

...

Copying Mappings

  1. In “pit1a” Block Model table use <SHIFT> or <CTRL> buttons to select all or multiple fields.

  2. Press the Copy Mappings icon at the top toolbar to copy selected mappings to the clipboard.

...

Pasting Mappings

  1. Navigate to the imported “pit2a” Block Model and multi select all the empty fields to be mapped with custom variables.

  2. Press Paste Mappings icon at the top toolbar to populate selected fields with the mapping imported.

...

Tip

To copy and paste fields mappings between multiple Block Models you can also use <CTRL+C> and <CTRL + V> hotkeys.

Exporting Fields and Mappings

You can export created fields and all or the selected parcel mappings using the Export button at the top toolbar. Exported sets will be saved in “.abmf” (for fields) or “.abms”/”.abmm” (all/selected mappings) format.

...

Combined Reserves Model

Once you are satisfied with added fields and mapping for each Block Model, generate one common generic Reserves Model, which will combine all of the above.

...