massflow drawpoint import-drawperiod
command
Syntax
- massflow drawpoint import-drawperiod s
Import a drawbell extraction schedule. The schedule is contained in the comma-delimited CSV file s.
MassFlow drawbell schedule format specification
The first column contains the names of the Draw Points previously defined in massflow drawpoint import
. Starting from the second column, each column contains the number of days per period in line 1, and from line 2 onwards the tonnage to be extracted for each Draw Point
The file s must be formatted and organized as follows:
Line 1 - The first column must contain a header, usually DPName. Starting from the second column, this will contain a i value representing the number of days per period.
Line 2 onwards - The first column contains the names of the Draw Points. From the second column it contains the tonnage to be extracted for each period.
The code block below shows a portion of a MassFlow drawpoint schedule file:
DPName,120,120,120,120,120,120,120,120,120,120,120,120
DP31S,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85
DP31N,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85
DP61S,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85
DP61N,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85
DP32S,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85,6179.85
In the particular case of Sublevel Caving, the draw points names must follow the x-r-l- format with x, r and l being the crosscut, ring and level values. For instance, x3r16l4, corresponds to the ring 16 on crosscut 3 at level 4.
The drawperiod should look like:
DPName,10,10,10,10,10,10
x1r1l7,2193,0,0,0,0,0
x1r2l7,0,2193,0,0,0,0
x1r3l7,0,0,2193,0,0,0
x1r4l7,0,0,0,2193,0,0
x1r5l7,0,0,0,0,2193,0
x1r6l7,0,0,0,0,0,2193
Was this helpful? ... | Itasca Software © 2024, Itasca | Updated: Aug 13, 2024 |