Appearance
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
| Operation | Description |
|---|---|
| Framing | Beam cuts, angle cuts, vertical and horizontal cuts for frame members. |
| Nailing | Line nailing patterns with configurable spacing for fastening cladding and battens. |
| Plate positioning | Cladding plate placement coordinates. |
| Milling | Routing paths, circles, and ellipses for openings and cutouts. |
| Sawing | Transverse cuts across the panel. |
| Drilling | Hole positions for connections and hardware. |
| Gluing | Adhesive 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:
| Option | Description |
|---|---|
| Starting side | Begin processing from the inside or outside face. |
| Shift mode | How operations are shifted between layers (none, by layer, by operation). |
| Nailing pattern | Regular, large panel, or optimized nail placement. |
| CTC spacing | Center-to-center distance for nail lines. |
| Mill direction | Clockwise or counter-clockwise per zone. |
| Tool assignments | Which nailer, saw, or mill unit to use per zone. |
| Operation trimming | Automatically trim operations that exceed machine limits. |
Output
- Format: ZIP containing one
.mobfile per assembly - Requires: A production line with a configured machine (e.g., Mobi One)
MOB v1 vs. MOB v2
| MOB v1 | MOB v2 | |
|---|---|---|
| Machine | Mobi One V1 | Mobi One V2 |
| Carriages | Single carriage | Dual carriages (left + right) |
| Flooring | Not supported | Multi-station flooring operations |
| Tool control | Basic tool selection | Granular per-carriage tool zones |
| Complexity | Simpler, widely used | More advanced, newer installations |