RU 🇷🇺
Overview
In the Block Model step you will be prompted to load your block models from CSV, Surpac (.mdl), Vulcan (.bmf), MineSight (.dat) or Micromine (.DAT) and convert it to Alastri Block Model format (which is .resmodel).
Within Alastri’s resmodel we can take multiple block models and convert them to a common structure, common framework, with same number of fields and same fields in terms of their names, what makes it a lot easier to store the information.
A Reserve Model (file “.resmodel”) is a collection of block models.
Each project loads a single ".resmodel" file at a time.
The New and Open buttons create and load Reserve Model files.
The Edit button is where Block Models may be added or removed from the Reserve Model.
Creating Reserve Model
Block Models used to build a Reserves Model can be imported into a project from different formats of various third-party software. Below are examples of importing Block Models in the most common formats: csv and .dat.
Loading Block Models
Note
If in the Reserves Model Generator the name of a block model appears red, it means the absolute path to the file can’t be found. The path to the blockmodel must be relinked in order to use it.
Press the folder icon and specify path to the folder where block model file is stored.
Mapping
Once the block model has loaded, its header fields are listed in the Variables panel on the right.
Fields
Field type | Description | Example |
---|---|---|
Additive | Additive fields are summed together, such as volumes, tonnes, and gold ounces. | |
Weight Averaged | Weighted fields are weight-averaged by their parent field, such as iron percent or gold ppm. | |
Text | Text (class) fields create subtotals of their parent fields, such as tonnes of Indicated / Inferred / Measured. |
Block Model Formulas and Logical Operators
There are a number of expressions available to use in the Reserve Model Generator.
Block Model formulas
| Add A and B |
---|---|
| Subtract B from A |
| Multiply A and B |
| Divide A by B |
| Convert all upper case text (HG, Hg, hg) into lower case (hg) |
| Return the minimum of A and B |
| Return the maximum of A and B |
| If density is less than or equal to zero, return zero volume, else return the volume field |
| Return the first three letters of A |
| If material is waste1 or waste2, then return "waste", else return the "material" |
Logical operators
And | && | If A is "true" and B is "true" and C is "true", then return "true", else return "false" |
---|---|---|
Or | || | If A is "true" or B is "true" or C is "true", then return "true", else return "false" |
Equal to | == | If A is equal to B, return "true", else return "false" |
Not equal to | != | If A is not equal to B, return "true", else return "false" |
Greater than | > | If A is greater than B, return "true", else return "false" |
Greater than or equal to | >= | If A is greater than or equal to B, return "true", else return "false" |
Less than | < | If A is less than B, return "true", else return "false" |
Less than or equal to | <= | If A is less than or equal to B, return "true", else return "false" |
Custom Variables
Reserve Field Value Clamping
Recommendation
If the value in the Minimum column is set to a negative value, the Reserves Summary and subsequent data may incorrectly display the material contents or other inputs as negative values.
To prevent showing negative values, in the Minimum column, limit the lowest values to zeros. This way, even if minus values (-99 or -∞) are used in the Block Model fields, you will not have negative values displayed for reserves during further setup and scheduling.
Exporting Mapping
To facilitate the matching of fields of similar block models, the filled fields of one model can be copied and pasted into the other. The Copy Mappings and Export Fields buttons are used for this purpose.
Find and Replace
You can also use the Find and Replace button to speed up the filling of similar parameters in copied mappings.
Recommendation on files storing
Always save reserve model files locally (or on the same server on which Rapid Reserver is running). When sharing work with a colleague, the Rapid Reserver file and the Reserve Model file should be shared together.
As such, a good rule of thumb is to save the Reserve Model file in the same folder as the Rapid Reserver project, to reduce confusion when sharing or backing up files.
Note when updating Reserves Model
Each time after updating Block Models and introducing a new parcel you will need to check your Mappings in ATS/APS to make sure that each parcel is mapped correctly.
You may also need to check Fields to make sure that field(s) for new parcel(s) exists.
Recommendation for APS users working with large Block Models
Depending on the volume of data stored, some Block Models can be quite large, resulting in the generation of very large Reserve Models as well (several GB), which can take considerable time to download/transfer and read. When working with a short-term plan in APS, you may not need inventory data for the benches not being mined, therefore, when generating a Reserve Model, you can limit the data to the certain Z-coordinates. This will significantly reduce the number of blocks within the Reserves Model, and consequently the size of the generated file for easy storage and transfer.
For example, the block model you are using is in coordinates (2,000 | 297 | 600) x (2,808 | 1, 697 | 900), but you know that only the upper benches will be mined in your schedule, so the data for the lower benches will not be applicable to you. Therefore, you can constrain the data included in the Reserves Model by the Z coordinate, using the formula like "if the benches of interest are above or at 750 meters along the Z axis, report the volume according to the dimensions, otherwise return zero" - "N("Z") >= 750 ? N("DX")*N("DY")*N("DZ") : 0".
Generate a new Reserve Model and review the Block Count data, and compare the size of the Reserve Models before and after zeroing in on the unused benches - the values will be significantly lower. Also note that in the Phase Details step, part of the pit will be outside the green box of the Block Model, and the Gap Filling template will be used to calculate its reserves.