Versions Compared

Key

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

In the Block Model step you will be prompted to load your block models from Surpac (.mdl), Vulcan (.bmf) , or MineSight (.dat) or Micromine and convert it to Alastri Block Model format (which is .resmodel).

...

Expand
titleLogical 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"

...

  1. Press the Custom Variables button.

  2. In the Script Editor window, customize the formula code.

  3. You can copy sample scripts from the RR. Block Model Custom Variables section and paste them into the Editor window (for easy access: press the Help icon (Question mark) and navigate Rapid Reserver Documentation > RR. Exercises Block Model > RR. Block Model Custom Variables).

...

3. Change the required values, such as the parcel and thresholds.

4. Verify that the code is correct by pressing the

...

Compile button.

5. If there are no errors, click OK.

6. The new custom variable will appear in the

...

Variables list on the right in bold. Drag and drop it to map it to the applicable field.

...

  • Use the Min/Max toggle to inspect the data for missing or rubbish values.

  • Check the material types, tonnes and grades for ballpark accuracy.

...

Export

You can export the entire Reserves model to a CSV file. To do this, click the Export button on the top line and specify the path to the destination folder.

...