Nodes in Strategy Manager

Each strategy is built up with various nodes and links to achieve the desired result. It is important that this result has been thought out beforehand so that the strategy truly represents the way in which you wish to do things.

 
Node Types

The strategy may contain nodes of the following types:

Start - Each strategy or group must contain exactly one start node. This is the entry point when the strategy or group is used.

Data - Data nodes are used to set values in user defined attributes. This allows, for example, the same process to be used in two or more places with different criteria. Depth might be set differently for blind and through holes but could then be used by one process.

Decision - The flow through a strategy is controlled by decision nodes. When all constraints specified in a decision node are met the "yes" exit path is followed, otherwise the "no" path will be used.

Requirements more complex than this can be addressed by multiple decision nodes with appropriate constraints and exit paths.

Process - Process nodes contain one or more EdgeCAM instructions. When this node is actioned the instructions and their modifiers (evaluated according to specified settings) are added to the EdgeCAM sequence.

End - Each path through the strategy must terminate at an end node. Multiple end nodes are permitted.

Notes - Notes are used for annotation purposes and may be placed anywhere in the graphics window. They are not linked to the flow chart logic and do not form part of the applied strategy.

You can use Group nodes to collect together other nodes and links to make the display more understandable.

 
See Also

Creating and Arranging Nodes

Editing Nodes

Deleting Nodes and Links

The Context Menu in Strategy Manager