Views:

We can represent tube profiles in NC files two ways: as a normal beam, when we use its profile name (e.g. RO323.9X8) or as an unfolded profile where it is described as a plate, and the name used can be customized using two defaults.

In order to switch between the two behaviors, we need to change the value of a default in Management Tools.

- Start Management Tools and go the Defaults section.

How are tubes represented in NC files


- Find the "Use the unwind beam name as profile code in NC files header" default located in the Structured BOM/NC category.

How are tubes represented in NC files

Default value set on 0

This will represent the tube in the NC file as a normal beam, as in the following example:

How are tubes represented in NC files

The other blocks containing holes, internal contours, etc. are represented with coordinates on the developed tube.

Default value set on 1

This setting will give the unfolded beam name and describe it as a plate in the NC file. This means the outer contour will no longer be described by the saw cuts, but by an AK block (outer contour block).

Setting the name:

We have two defaults for it:
Profile code for unfolded beams in NC: This default sets the code profile - line 8 in the ST block.
Profile name for unfolded beams in NC: This default will write the profile name in the ST block (line 7). It creates the name using 4 tokens and any user text. The 4 tokens are:


- %ProfCode - This is the profile code, and it reads the value used by the Profile code for unfolded beams in NC default.
- %Length - the length of the plate described by the unfolded profile. This length is calculated based on how the "Create wrap-around templates" default is set. If we set, for example, Inner contour, and the profile has a shorten cut at a certain angle, the inner contour will be shorter than the outer one (which is the actual profile length), so that value will be used by this token, which will be different than the profile length found in the ST block.
- %Width - the width of the plate described by the unfolded profile.
- %Thickness - thickness of the plate described by the unfolded profile.

Example of how the tube is represented in the NC file with this setting:

How are tubes represented in NC files