Examples

Pit 2 cannot commence until Pit 1, Bench 5 has been completed.

Source Tasks

(Type) Group By Filter Qualifier
Reblock with Surfaces All Tasks SourceName = Pit 1 Bench = 5 Last

Destination Tasks

Connection Lag Size/Units (Type) Group By Filter Qualifier
F -> S   Reblock with Surfaces All Tasks SourceName = Pit 2 First

 

For stopes separated by distance up to 10m (between adjacent stopes) on specified level:

  1. Cannot be developed simultaneously.

  2. Development can start only 30 days after last wireframe of first stope is mined out.

Source Tasks

(Type) Group By Filter Qualifier
String File; Stope Optimisation All Tasks TaskType = Mine Out Last

Destination Tasks

Connection Lag Size/Units (Type) Group By Filter Qualifier
F -> S 30/Days String File; Stope Optimisation All Tasks TaskType = Development First

 

Connect first stope task from drive string Main Drive to closest task on Decline B.

Source Tasks

(Type) Group By Filter Qualifier
String File All Tasks SourceName = Mian Drive TaskType = Stope First

Destination Tasks

Connection Lag Size/Units (Type) Group By Filter Qualifier
F -> S   String File All Tasks SourceName = Decline B Nearest

 

Connect closest tasks from Tunnel A and Tunnel B ... possibly because they don't intersect but should.

Source Tasks

(Type) Group By Filter Qualifier
String File All Tasks SourceName = Tunnel A Nearest

Destination Tasks

Connection Lag Size/Units (Type) Group By Filter Qualifier
F -> S   String File All Tasks SourceName = Tunnel B Nearest

 

Connect drilling task on production drive to bogging task of adjacent cross-cut.

Source Tasks

(Type) Group By Filter Qualifier
String File All Tasks SourceName = Cross-Cut TaskType = Bogging Last

Destination Tasks

Connection Lag Size/Units (Type) Group By Filter Qualifier
F -> S   String File All Tasks SourceName = Production Drive TaskType = Drilling Nearest

 

Create link between bogging task of ventilation drive to drilling of all neighbouring tunnels.

Source Tasks

(Type) Group By Filter Qualifier
String File All Tasks SourceName = Ventilation Drive TaskType = Bogging Nearest

Destination Tasks

Connection Lag Size/Units (Type) Group By Filter Qualifier
F -> S   String File Task Source STARTSWITH(SourceName, "Tunnel") = TRUE TaskType = Drilling First

 

Create links between development tasks in different regions of mine. e.g. blasting tasks on elevation to drilling tasks on another elevation.

Source Tasks

(Type) Group By Filter Qualifier
String File; Reblock with Surfaces; Pit Optimisation; Stope Optimisation All All Tasks TaskType = Drilling Level = 1450  

Destination Tasks

Connection Lag Size/Units (Type) Group By Filter Qualifier
F -> S   String File; Reblock with Surfaces; Pit Optimisation; Stope Optimisation All Tasks SourceName = Pit 2TaskType = Blasting Level = 1575  

 

Complete backfill on one level before beginning development drilling on another level.

Source Tasks

(Type) Group By Filter Qualifier
String File; Stope Optimisation All Tasks TaskType = Backfill Level = 1250 Last

Destination Tasks

Connection Lag Size/Units (Type) Group By Filter Qualifier
F -> S   String File; Stope Optimisation All Tasks TaskType = Development Drilling Level = 1325 First

 

Ring drilling on given elevation does not commence until backfilling on another elevation completed.

Source Tasks

(Type) Group By Filter Qualifier
String File; Stope Optimisation All Tasks TaskType = Backfill Level = 1300 Last

Destination Tasks

Connection Lag Size/Units (Type) Group By Filter Qualifier
F -> S   String File; Stope Optimisation All Tasks TaskType = RingDrilling Level = 1500 First

 

Connect each task identified by the "Stope Tasks" filter to its nearest task from the set of tasks identified by the "Production Drift Tasks" filter. The objective here is to ensure that sufficient production drift tasks have been completed to facilitate access to each stope.

Source Tasks

(Type) Group By Filter Qualifier
String File; Stope Optimisation All Tasks Stope Tasks Each

Destination Tasks

Connection Lag Size/Units (Type) Group By Filter Qualifier
F -> S   String File; Stope Optimisation All Tasks Production Drift Tasks Nearest

 

Connect each task identified by the "Task Set 1" filter to each task identified by the "Task Set 2" filter. If there are m tasks in Task Set 1 and n tasks in Task Set 2, this will create m x n dependencies.

Source Tasks

(Type) Group By Filter Qualifier
String File; Stope Optimisation All Tasks Task Set 1 Each

Destination Tasks

Connection Lag Size/Units (Type) Group By Filter Qualifier
F -> S   String File; Stope Optimisation All Tasks Task Set 2 Each