NC1-Viewer.com logo nc1-viewer.com

DSTV NC1 marking data: layout marking, scribing and punch marks

Holes and copes get most of the attention in a DSTV file, but the marking data is what turns a cut beam into something a fitter can assemble without a tape measure. Layout lines show exactly where a stiffener, gusset or clip lands. The piece mark identifies the member in the yard. Get the marking wrong and the part is still dimensionally correct — it just costs an hour of setting out at the fit-up bay.

DSTV carries marking in three separate blocks, and they mean genuinely different things. This guide covers what each one contains, how to read the coordinates, and what typically goes wrong.

The three marking blocks

BlockGerman originWhat it isTypical use
SI Signierung Numbering / hard stamping — a text string placed on the part Piece marks, shop numbers, heat numbers
PU Pulver Powder or scribe marking — polylines drawn on the surface Layout lines for stiffeners, gussets, connection outlines
KO Körner Centre-punch marks — points, or point sequences Hole centres before drilling, discrete layout points

The distinction that matters on the shop floor: SI produces characters, while PU and KO produce geometry. A machine that can scribe a line may have no ability to write text, and vice versa. Two files can be equally valid DSTV and still be completely unusable on a given beam line depending on which of the three blocks the detailer chose.

SI — piece marks and hard stamping

Each data line places one string:

SI
  v  100.00  150.00  0.00  10.00  B-104

Reading left to right:

FieldMeaning
Facev, o, u or h — which surface the text sits on
XPosition along the member length, in millimetres
YPosition across the face (web depth, or flange width on o/u)
AngleText rotation in degrees
Text heightCharacter height in millimetres
TextEverything remaining on the line

Two optional extras appear in real files. An additional single letter may sit between the face and X as a dimension reference, changing which edge the coordinates are measured from — it is recognisable because it does not begin with a digit or sign. A short flag token of letters such as x or z may also appear immediately before the text, controlling rotation reference and parameter handling. Both are easy to mistake for part of the text if you are parsing by hand.

Text height is not decorative. On a hard-stamping unit it selects the character die or the stamping depth, and on plasma or inkjet units it drives torch or head settings. A piece mark specified at 3 mm on a machine whose smallest character is 8 mm will either be refused or silently substituted.

PU — powder and scribe layout marking

PU uses the same line format as the contour blocks (AK and IK): one vertex per line, giving face, X, Y and a radius.

PU
  v  1200.00  0.00  0.00
  v  1200.00  300.00  0.00
  v  1500.00  300.00  0.00

That is a three-point polyline on the web — the kind of thing that shows a fitter exactly where a stiffener plate sits. Two properties trip people up:

One structural rule is worth knowing if you are writing an exporter: a new block header always terminates the current marking run. Two consecutive PU blocks are two separate polylines, no matter how the coordinates line up. If you emit one header and then pile every polyline underneath it, a conforming reader is entitled to join them into a single path — and it will.

KO — punch marks

KO takes the same line format as PU. The difference is intent: these are locations to be centre-punched rather than drawn. A single-point KO run marks one spot; a multi-point run marks a series.

Punch marking is often used to pre-locate holes that will be drilled in a second operation, or to mark a layout on material too rough for a scribed line to survive handling and blasting.

Where marking coordinates live

Every marking coordinate is two-dimensional and belongs to the plane of the face named on its own line. The face code decides how X and Y are interpreted:

X always runs along the member length. Y runs across the face — through the profile height on v and h, across the flange width on o and u. Because h is the mirror of v, stamped text placed on the back of the web reads correctly from that side and mirrored from the other. Handed pairs of members are where this bites: a left/right pair whose marking was copied rather than mirrored produces two parts stamped on the same physical side.

Some exporters also emit marking on custom planes rather than the four standard faces, using numbered block variants alongside a plane definition. If you open a file and the marking appears to be missing, plane-scoped blocks are one thing to check for before assuming the detailer omitted it. See the block codes reference for the full list.

Machine support varies more than the format does

DSTV is a common language, but the marking hardware behind it is not uniform. Beam lines and plate processors from the major vendors — Peddinghaus, Voortman, Kaltenbach, HGG and others — differ in which marking methods they carry, and the same machine model is often configurable with or without a given unit:

The practical consequence: a file that marks correctly at one fabricator can arrive effectively blank at another. If you are sending NC1 out to a subcontractor, it is worth asking which marking blocks their line actually consumes before assuming the layout data will be used at all.

What usually goes wrong

Checking marking data before it reaches the machine

Marking problems are cheap to catch on screen and expensive to catch at fit-up. The check is visual: open the file, look at each face, and confirm that the layout lines land where the connection detail says they should, on the face the fitter will be looking at.

NC1-Viewer.com renders SI, PU and KO alongside holes and contours on dimensioned 2D face views and in 3D, so a marking run that sits on the wrong face or outside the part is obvious immediately. Files are parsed locally in your browser and never uploaded, which matters when the geometry belongs to a client.

Check your marking data now →

Related guides