Skip to content

MOB v1 Machine File

The MOB v1 is a text-based machine file format used to send manufacturing instructions to automated timber wall panel processing machines like the Mobi One.

What It Contains

A MOB v1 file describes all the operations needed to process a wall panel. It is organized into layers (representing different faces/sides of the panel), each containing a sequence of operation commands.

Layers

Each layer represents a work zone on the panel:

  • Inside layers — The inner face of the panel.
  • Center/wood layers — The framing structure (studs, plates).
  • Outside layers — The outer face of the panel.

Operation Types

OperationDescription
FramingBeam cuts, angle cuts, vertical and horizontal cuts for frame members.
NailingLine nailing patterns with configurable spacing for fastening cladding and battens.
Plate positioningCladding plate placement coordinates.
MillingRouting paths, circles, and ellipses for openings and cutouts.
SawingTransverse cuts across the panel.
DrillingHole positions for connections and hardware.
GluingAdhesive application lines for bonding.

File Structure

The MOB file is plain text with semicolon-terminated command rows:

VERSION 3.00;
TXT # MOB Conversion by Produuz.it;
REIHE inside;
ELN DesignName;
ELM max_x, max_y, height, scale, 0, 0;
Layer [zone details];
[operation commands]
End Layer;
VERSION 3.00;
TXT # MOB Conversion by Produuz.it;
REIHE inside;
ELN DesignName;
ELM max_x, max_y, height, scale, 0, 0;
Layer [zone details];
[operation commands]
End Layer;

Each command has a code (e.g., NRZ, BR, PSG) followed by numeric parameters defining positions, dimensions, and tool settings.

Generation Options

When generating MOB v1 files, you can configure:

OptionDescription
Starting sideBegin processing from the inside or outside face.
Shift modeHow operations are shifted between layers (none, by layer, by operation).
Nailing patternRegular, large panel, or optimized nail placement.
CTC spacingCenter-to-center distance for nail lines.
Mill directionClockwise or counter-clockwise per zone.
Tool assignmentsWhich nailer, saw, or mill unit to use per zone.
Operation trimmingAutomatically trim operations that exceed machine limits.

Output

  • Format: ZIP containing one .mob file per assembly
  • Requires: A production line with a configured machine (e.g., Mobi One)

MOB v1 vs. MOB v2

MOB v1MOB v2
MachineMobi One V1Mobi One V2
CarriagesSingle carriageDual carriages (left + right)
FlooringNot supportedMulti-station flooring operations
Tool controlBasic tool selectionGranular per-carriage tool zones
ComplexitySimpler, widely usedMore advanced, newer installations