Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

These exercises illustrate the best practices for using nodes in a project.

Create Nodes at Elevation

Use this tool to create entry points for each bench in the pit or dump. 

To create nodes by elevation: 

  1. Navigate to the sample data \NodesVersion folder.

  2. Open SampleModelWithNodes.hinf.

  3. Centre the pit in the Network tab.

  4. Hover the mouse over the pit floor and read the RL from the status bar in the bottom left of the screen. This should be 1030.

  5. Hover the mouse over the ramp crest and read the RL from the status bar. This should be 1120.

  6. Double-click the pit ramp to select the entire length.

  7. Right click > "Create Nodes at Defined Elevations" > "As Bench Exits".

8. Enter the range as <floor>,<crest>,<bench height>

9. Press OK to continue.

Node Naming

Nodes must have the same unique name in all projects and documentation.

  • If you are processing a schedule, the nodes must have the same name as the schedule sources and destinations.

  • If you are interfacing with dispatch, the nodes must have the same name as they are called in the fleet management system.

This means that nodes must be renamed from their default names.

To rename nodes in the Grid panel:

  1. Navigate to the sample data \NodesVersion folder.

  2. Open SampleModelWithNodes.hinf.

  3. Centre the pit in the Network tab.

  4. Drag a box over the pit to select all pit nodes.

  5. Open the Grid tab below the viewport.

  6. Change the selection type to "Nodes".

  7. Edit node names in the Name column.

Nodes can be renamed with formulas in Microsoft Excel. For this, you’ll need to export data in CSV file. Use Export button > “Nodes & Segments to CSV” option.

Find and Replace

A useful feature of the Grid panel is the Find and Replace function, which allows you to find and replace the applicable information. It can be used, for example, when names used in different tabs of the project do not match.

Use the keyboard shortcut <CTRL>+<H> to use the Find and Replace function on selected cells. More details see here.

Dump Time at Nodes

Every node has a SpotAtDumpSeconds property which controls the dump spot time at that location. For example, spot time at the crusher may be different from spot time on the main dump.

Set spot time at the crusher:

  1. Navigate to the sample data \NodesVersion folder.

  2. Open SampleModelWithNodes.hinf.

  3. Open the Nodes panel in the bottom left of the screen.

  4. Find "Crusher" in the list.

  5. Right click and select "Zoom to". This should centre the crusher in the viewport.

  6. Go to the Properties panel in the bottom right of the screen.

  7. Change the SpotAtDumpSeconds from 30 to 50 seconds.

This will increase the total cycle time of the truck by twenty seconds.

Use the Nodes Panel

The Nodes panel is where nodes can be organized into groups for finding, hiding and editing.

Organize nodes by property:

  1. Navigate to the sample data \NodesVersion folder.

  2. Open SampleModelWithNodes.hinf.

  3. Open the Nodes panel in the bottom left of the screen.

  4. Clear the Grouped Fields by dragging each row into the Available Fields list.

  5. To organize the Nodes by their type, drag "NodeType" from the Available Fields list into the Grouped Fields list.

  6. To organize nodes by their ramp, drag "Ramp" from the Available Fields list into the Grouped Fields list.

Fields, dragged from Available Fields to Grouped Fields list will be displayed in Attributes panel.

Create custom node properties:

  1. Go to Tools > Project Settings > Custom Properties.

  2. Press the green plus icon  to add a new property.

  3. Rename the new property to "Region" and set the default to "ExPit".

  4. Press ОК to accept.

5. Drag a box over the pit to select all in-pit nodes.

6. In the Properties panel change the selection the "Nodes".

7. In the Properties panel change the "Region" to "InPit".

8. Go to the Nodes panel and drag "Region" to the top of the Grouped Fields.

The nodes will now be grouped into in-pit and ex-pit nodes.

  • No labels